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.284.779 Times

Arrays software
Filter: All | Freeware | Demo
 

Arrays

1 2 3 4 5 > 
Added: June 15, 2010 | Visits: 1.290

PHP Database Access Through Arrays PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[test_table][] = array( name => first, value => the first row );...



Platforms: *nix

License: Freeware Download (102): PHP Database Access Through Arrays Download

Added: May 26, 2013 | Visits: 485

Intersect Several Arrays Script It uses the standard MATLAB "intersect" function, across several arrays and reports their intersection.





Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Intersect Several Arrays Script Download

Added: May 10, 2013 | Visits: 433

Intersect Several Arrays It uses the standard MATLAB "intersect" function, across several arrays and reports their intersection. Requirements: - MATLAB 7.7 or higher


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (56): Intersect Several Arrays Download

Added: September 09, 2013 | Visits: 362

Zero-Based Indexable Arrays (OOP Exercise) I created this class of zero-indexable arrays purely as a fun OOP exercise, in reaction to various Newsgroup threads inquiring about zero-indexable matrix types for MATLAB. Even though I've gone to the trouble to overload many methods for the class, I offer it as a toy, nothing more, and strongly...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Zero-Based Indexable Arrays (OOP Exercise) Download

Added: April 17, 2013 | Visits: 321

N-dimensional sparse arrays The class ndSparse defined in this submission will give a lot of the functionality of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): N-dimensional sparse arrays Download

Added: June 23, 2013 | Visits: 405

Antenna Arrays in 3D It is tool to produce radiation pattern for following antenna arrays in 3 dimensions:1. Broadside2. Endfire3. BinomialRun .m file and enter the no. of elements and distance between elements to produce radiation patternMaximizing figure window and using rotate tool might help to analyze radiation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Antenna Arrays in 3D Download

Added: September 03, 2013 | Visits: 325

Easy memory-mapped arrays for large datasets Code to generate n-dimensional memory-mapped arrays for efficiently accessing large array datasetsMemory-mapped arrays reside within binary files, but are mapped to MATLAB's working memory. They are particularly useful when handling large datasets, since it is possible to perform operations on a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Easy memory-mapped arrays for large datasets Download

Added: November 03, 2013 | Visits: 399

Consensus and Combination of Two Arrays This script takes genotypes from two different arrays and creates a consensus spreadsheet, and two optional spreadsheets. In order to run this script two spreadsheets of mapped genotype data are required. The spreadsheets may also contain non-marker mapped columns as they will be skipped when...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (42): Consensus and Combination of Two Arrays Download

Added: March 16, 2010 | Visits: 784

Tie::CharArray Tie::CharArray module can access Perl scalars as arrays of characters. SYNOPSIS use Tie::CharArray; my $foobar = a string; tie my @foo, Tie::CharArray, $foobar; $foo[0] = A; # $foobar = A string push @foo, !; # $foobar = A string! print "@foon"; # prints: A s t r i n g ! tie my @bar,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Tie::CharArray Download

Added: April 13, 2010 | Visits: 796

JavaArray JavaArray is a tied extension for Java arrays from Java.pm SYNOPSIS use Java; # Set up Java.pm to always return tied array references to me my $java = new Java(use_tied_arrays => 1); my $tied_array = $java->create_array("java.lang.String",5); OR # Roll my own tied arrays my...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (94): JavaArray Download

Added: December 10, 2013 | Visits: 1.253

phpForm phpForm is intent to help developers to manage their forms.It is a powerful script, wich can generate customizable HTML forms from PHP arrays. It can handle form submition, fields validation, and vill remember fields content after submition.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (113): phpForm Download

Added: May 10, 2013 | Visits: 351

Form Updater It will then reformat these functions as arrays for use with the new Drupal form API.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x/6.x


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Form Updater Download

Added: June 09, 2013 | Visits: 493

Qexec Qexec establishes database connections, executes queries and returns the results in arrays. Query text literal values can also be escaped.


Platforms: Java

License: Freeware Size: 10 KB Download (41): Qexec Download

Added: June 11, 2013 | Visits: 364

DIGITAL BEAMFORMING THIS FUNCTION PROVIDES A USER A UTILITY TO PLOT THE BEAMPATTERN OF LINEAR ISOTROPIC ARRAYS BY PROVIDING THE INTER-ELEMENT DISTANCES,CORRESPONDING WEIGHTINGS AND/OR STERING DIRECTION OF THE BEAM.


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): DIGITAL BEAMFORMING Download

Added: July 06, 2013 | Visits: 481

xlswrite 3D xlswrite is limited to writing 2D arrays to Excel. This is a simple function that allows you to write 3D arrays to Excel.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): xlswrite 3D Download

Added: March 25, 2013 | Visits: 385

Aperiodic array generation Aperiodic 1D and 2D binary arrays from Thue-Morse and Rudin-Shapiro algorithms are generated based on user input. Saves data and picture to file.Rudin-Shapiro: g(A)=AC, g(B)=DC, g(C)=AB, g(D)=DBThue-Morse: g(A)=AB, g(B)=BASee Macia, "The role of aperiodic order in science and technology" Rep....


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Aperiodic array generation Download

Added: April 18, 2013 | Visits: 472

Simple Table Wrapper This script can be used to display data from MySQL, objects or arrays in HTML tables.It can generate an HTML table with cells that contain data retrieved from MySQL query result rows, arrays or objects. Objects and arrays can be traversed recursively if they contain array values.


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Simple Table Wrapper Download

Added: August 24, 2013 | Visits: 193

Compare Nested Cell & Struct Arrays Recursively This package contains two functions CELLEQ and STRUCTEQ which compare two cell arrays or two structures respectively. The cells/structs may internally contain more nested cell and struct arrays which are compared recursively.Feature summary:* Support for nested structures/cell arrays* Return of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Compare Nested Cell & Struct Arrays Recursively Download

Added: August 19, 2013 | Visits: 559

multi linear algebra vibhor bhardwaj Consider two arbitrary arrays ax and by and the array cz resulting from an arbitrary product.Array multiplication or a class of arrays called encoding and decoding arrays implemented in MATLAB.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): multi linear algebra vibhor bhardwaj Download

Added: June 01, 2013 | Visits: 301

GUI Array This file are dedicated to all who trying to type 10x10 arrays in MATLAB. From my experience this is one of the worst things that I have done in my scientific life :)). Very simple but effective.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): GUI Array Download

1 2 3 4 5 >