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

Vbscript Arrays software
Filter: All | Freeware | Demo
 

Vbscript Arrays

< 1 2 3 4 5 > 
Added: April 18, 2013 | Visits: 475

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: 562

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: 302

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

Added: August 31, 2013 | Visits: 353

Polynomial curve fitting LABEL is a generalization of BWLABEL: BWLABEL works with 2-D binary images only, whereas LABEL works with 2-D arrays of any class. L = LABEL(I,N) returns a matrix L, of the same size as I, containing labels for the connected components in I. Two adjacent components (pixels), of respective indexes...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Polynomial curve fitting Download

Added: September 08, 2013 | Visits: 523

OPC Data Grid OPC Data Grid provides an easy interface to create tables using multi-dimensional arrays, which is most likely gathered from a database. Data taken from a supplied PHP data array will be analyzed and structured inside an HTML table by this PHP Script. It can also be used to add the columns of the...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): OPC Data Grid Download

Added: April 08, 2013 | Visits: 554

LINQ In PHP LINQ In PHP can be used to query arrays with a SQL-like syntax using LINQ. It takes an array as parameter and can perform several types of queries using an SQL-like syntax as if the array was a relational database. Currently LINQ In PHP can perform only SELECT, INSERT, UPDATE and DELETE...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (49): LINQ In PHP Download

Added: August 25, 2013 | Visits: 594

True MySQL class True MySQL class can connect to a specified MySQL host, execute SQL queries and retrieve the results into arrays or objects.Key Features of True MySQL class:- Seek SQL query result sets- Get the number of affected rows and the identifier of the last record inserted by a query- Retrieve the names...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): True MySQL class Download

Added: July 08, 2013 | Visits: 562

MySQL DB Class and Data Manipulation Class The base calls establishes MySQL database connections, sanitizes values used in SQL queries, executes SQL queries, retrieves SELECT query results into arrays and retrieves the last inserted identifier.There is also a sub-class that can retrieve the list of fields of a table, compose and execute...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL DB Class and Data Manipulation Class Download

Added: May 13, 2013 | Visits: 541

MySQL access class The query results can be retrieved into arrays with MySQL access class.Key Features of MySQL access class:- Connect to a given MySQL database server host- Execute SQL queries- Execute queries that return the number of rows that a given SQL query would return- List the database tables


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL access class Download

Added: March 26, 2013 | Visits: 386

ArrayQry This script can execute MySQL databases queries using arrays. It can connect to a MySQL database and execute SELECT queries retrieving the results as associative arrays.The script can also excecute INSERT or UPDATE queries taking arrays of field values. It can also execute DELETE queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): ArrayQry Download

Added: September 17, 2013 | Visits: 938

objToSql This script can generate SQL queries from objects or arrays. It can traverse the list of variables of the object or a given associative array and generate SQL INSERT or UPDATE queries to create or update records of a given database table.The names of the table fields are taken from the object...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): objToSql Download

Added: August 15, 2013 | Visits: 390

Search by Relevance This PHP script is mainly used to sort arrays or MySQL searches by relevance. The script can search for a string in an array of a MySQL query result. It returns an array of search result entries that is sorted by a criteria of relevance implemented within the script. A number representing the...


Platforms: PHP

License: Freeware Size: 81.92 KB Download (41): Search by Relevance Download

Added: June 22, 2013 | Visits: 393

Php_mysql_fetch_all Php_mysql_fetch_all is absurdly simple but utilitarian function returns a numeric array of associative arrays containing an entire result set


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Php_mysql_fetch_all Download

Added: April 12, 2013 | Visits: 450

classDataObject classDataObject executes SELECT questions to a database table and retrieves records into arrays. It can generate pagination links to browse listings of table records split in many pages.classDataObject can also execute INSERT and UPDATE queries to set table records with data from array parameters.


Platforms: PHP

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

Added: May 21, 2013 | Visits: 650

MySQL Abstraction Pro MySQL Abstraction Pro can establish connections to a given MySQL database server host and execute SQL queries and return the results in arrays in a single call.Separate classes can be used to process query results for instance to output the results as HTML or XML.The additional classes can be...


Platforms: PHP

License: Freeware Size: 153.6 KB Download (43): MySQL Abstraction Pro Download

Added: September 07, 2013 | Visits: 622

MySQL DB Management Class MySQL DB Management Class can access a MySQL database and execute SQL queries retrieving the results into arrays in a single call.MySQL DB Management Class can also show links to browse the query results split among multiple pages.INSERT and UPDATE can be executed from lists of parameters.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): MySQL DB Management Class Download

Added: April 23, 2013 | Visits: 403

MyLibSQLGen MyLibSQLGen can build MySQL query statements of a list of parameter arrays. It can build SQL queries SELECT, INSERT, UPDATE and DELETE by specifying the tables and the fields involved.MyLibSQLGen can also build SQL conditions for the WHERE clause, search with the LIKE operator, using LEFT JOIN,...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MyLibSQLGen Download

Added: July 10, 2013 | Visits: 295

Datarray Datarray: Numpy arrays with named axes ======================================== Datarray provides a subclass of Numpy ndarrays that support: - individual dimensions (axes) being labeled with meaningful descriptions - labeled 'ticks' along each axis - indexing and slicing by named axis -...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (38): Datarray Download

Released: October 05, 2015  |  Added: October 06, 2015 | Visits: 604

PsPadEditorCapaLib vbScript Editor with 10.000 vbScript syntax validated function lines, compatible with the Management System from www.CapaSystems.com You only need to type 2 letters, to get dozens of function lines pasted automatically into your vbScript. You can e.g. type sy, and press CTRL Space, and...


Platforms: Windows, Windows 7

License: Shareware Cost: $58.91 USD Size: 78.88 MB Download (45): PsPadEditorCapaLib Download

< 1 2 3 4 5 >