Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.137 Times

Matrix Pong freeware
Filter: All | Freeware | Demo
 

Matrix Pong

< 1 2 3 4 5 > 
Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 670

Ping Pong Screensaver Enjoy this screensaver featuring a collection of Ping Pong photos. Bring your desktop to life with this free Ping Pong screensaver. Platforms: Windows

License: Freeware Size: 653 KB Download (53): Ping Pong Screensaver Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 576

Ping Pong Ping Pong is a game of in enviable Ping Pong 3D. Bounce the ball as many times as you can. How long can you go? This online game of table tennis is pretty hard. You have to beat very very skilled. Use your mouse to control your table tennis bat. Have funs! Platforms: Windows

License: Freeware Size: 795 KB Download (458): Ping Pong Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 563

Bennyong.com Pong PONG is a video game based on ping-pong, released by Atari on November 29, 1972. It is the first video game to win widespread popularity, in both its arcade and home console versions. Its creators were the first to recognize that technology had evolved sufficiently to make such a game possible.... Platforms: Windows

License: Freeware Size: 571 KB Download (488): Bennyong.com Pong Download

Added: May 10, 2013 | Visits: 542

Pong Game 6.x-1.2 / 5.x-1.1 Pong is like ping pong where you try to get the ball past the computer. The player and computer paddles and ball can be images (or colored blocks) that can be themed to your site.The user who beats the computer the fastest has his name saved. The game win messages are configurable in the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Pong Game 6.x-1.2 / 5.x-1.1 Download

Added: May 10, 2013 | Visits: 636

SMAWK totally monotone matrix searching algorithm This SMAWK algorithm takes as input a function for computing matrix values, and searches for the position of maximum value in each row. The matrix must satisfy the "totally monotone" property: in each submatrix (in particular each 2x2 submatrix) the positions of the maxima must move leftward as... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 624

Matrix vector multiplication Using 'reduce' and 'map', this code shows how a matrix vector multiplication can be reduced to a single loop. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Matrix vector multiplication Download

Added: May 10, 2013 | Visits: 745

Basic Linear Algebra Matrix This script defines the Matrix class, an implementation of a linear algebra matrix. Arithmetic operations, trace, determinant, and minors are defined for it. This is a lightweight alternative to a numerical Python package for people who need to do basic linear algebra. Vectors are implemented as... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (68): Basic Linear Algebra Matrix Download

Added: May 10, 2013 | Visits: 669

Calculate the distance matrix This script presents you three ways to calculate a distance matrix out of a list of n-dimensional points using scipy. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Calculate the distance matrix Download

Added: May 10, 2013 | Visits: 467

com.wis.math.alg.Matrix Implements the behaviours of the Matrix Class -- provides methods for matrix manipulation. usage:var inst:Matrage: Platforms: Windows, Mac, Flash,

License: Freeware Download (53): com.wis.math.alg.Matrix Download

Added: July 21, 2013 | Visits: 568

Matrix TCL Lite Script The library supports only basic matrix operations, not being suitable for large matrices.It has been tested with:Borland C++ 5.0 (both 16 and 32 bit);Borland C++ 5.5;C++ Builder version 1.0, 3.0, 4.0 and 5.0;MS Visual C++ version 4.0, 4.2, 5.0 and 6.0;SUN g++ under Sun Solaris;GNU C++ and SGI C++... Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (51): Matrix TCL Lite Script Download

Added: April 10, 2013 | Visits: 788

Ping Pong Game Code Script Ping Pong Game Code allows you to create a simple PING PONG game for playing Vs Human or Vs Computer. Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (51): Ping Pong Game Code Script Download

Added: September 07, 2013 | Visits: 627

The Matrix Text effect for Graphics and Animations This DHTML script renders the Matrix effect on any short piece of text. It works in both IE4 and NS6 , and downgrades well with the rest. Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (43): The Matrix Text effect for Graphics and Animations Download

Added: August 30, 2013 | Visits: 466

N-point Paired Matrix for FFT It will help you to make a N-point Paired matrix for FFT. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): N-point Paired Matrix for FFT Download

Added: March 22, 2013 | Visits: 383

decimation matrix This function gives the decimation matrix which after post mulitpling it with the given signal gives the downsampled version of the original signal...D = decimmtx(x,N)decimates the given signal by a factor of N.[D,y] = decimmtx(x,N)gives D as well as the decimated signal y Platforms: Matlab

License: Freeware Size: 10 KB Download (48): decimation matrix Download

Added: April 29, 2013 | Visits: 520

plotColumns.m: plots columns in matrix as time series [h,varargout]=plotColumns(data,varargin)plots columns of a matrix as if each column is a time seriesUSAGE:plotColumns(data);[h] = plotColumns(t,data);[h] = plotColumns(t,data,{colors});[h] = plotColumns(t,data,'plotopt');[h] = plotColumns(...,'plotopt');[h] = plotColumns(...,{colors}); Platforms: Matlab

License: Freeware Size: 10 KB Download (41): plotColumns.m: plots columns in matrix as time series Download

Added: June 09, 2013 | Visits: 499

Sequency(Walsh) ordered Hadamard matrix The function generates sequency(Walsh) ordered Hadamard matrix useful for image processing, signal processing, genetic algorithms etc. Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Sequency(Walsh) ordered Hadamard matrix Download

Added: May 07, 2013 | Visits: 409

convlution matrix in four lines CONV_MTX Convolution matrix. If 'x' is a column vector of length 'nx', then conv_mtx(x,nh) gives a toeplitz matrix 'X' of size (nx+nh-1) times (nh). 'nh' is the length of the column vector 'h' with which 'x' is convolved. Thus finally 'X*h' is same as conv(x,h). If 'x' and 'h' are row vectors,... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): convlution matrix in four lines Download

Added: July 15, 2013 | Visits: 553

Matrix Polynomial Fraction These functions show some advances about MPF (Matrix Polynomial Fraction) using for represent multivariable models and design multivariable control system. Platforms: Matlab

License: Freeware Size: 419.84 KB Download (48): Matrix Polynomial Fraction Download

Added: May 12, 2013 | Visits: 478

Fast function to save a matrix write_matrix_bin(f,m) saves the matrix "m" in a binaryfile "f". write_matrix_bin is a lot faster than the built in function save(), andtakes up much less diskspace than the old "save -v6" which doesn't use compression.write_matrix_bin also includes an option for compression with... Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Fast function to save a matrix Download

Added: May 12, 2013 | Visits: 405

create text matrix sometimes, you want an image that contains text, instead of manually drawing 1s and 0s , this functino takes a string and returns a matrix of 1s and 0s in the form of that string. (tjhe matrix is rectangular the text string is represented as being painted by 1s) Platforms: Matlab

License: Freeware Size: 10 KB Download (45): create text matrix Download

< 1 2 3 4 5 >