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

Example Of An Array freeware
Filter: All | Freeware | Demo
 

Example Of An Array

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 491

Spawning an editor from a script This script is a very basic example of how to launch an editor from inside a program.



Platforms: Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Spawning an editor from a script Download

Added: May 10, 2013 | Visits: 590

Breadth first traversal of tree Breadth first traversal of tree script is an example of the self-recursive generators. The first argument should be the tree root; children should be a function taking as argument a tree node and returning an iterator of the node's children.





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

License: Freeware Download (52): Breadth first traversal of tree Download

Added: May 10, 2013 | Visits: 504

Example For winreg This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.


Platforms: Windows, Python,

License: Freeware Download (51): Example For winreg Download

Added: May 10, 2013 | Visits: 440

Closest elements in a target array This script has the next actions: finds the set of elements in input_array that are closest to elements in target_array and records the indices of the elements in target_array that are within tolerance, tol, of their closest match. Also it records the indices of the elements in target_array...


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

License: Freeware Download (63): Closest elements in a target array Download

Added: August 26, 2013 | Visits: 771

Automotive Electrical System Simulation and Control This model shows an example of a conventional vehicle electrical system model, which was shown in the webinar "Developing Accurate Battery Simulation Models" http://www.mathworks.com/wbnr37544. The model is intended to study component sizing, selection, and control. The electrical system model...


Platforms: Matlab

License: Freeware Size: 184.32 KB Download (53): Automotive Electrical System Simulation and Control Download

Added: September 09, 2013 | Visits: 567

DotNet Web Example Guide End To End Chapter This is an end to end example of how to use Builder NE (.NET Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): DotNet Web Example Guide End To End Chapter Download

Prediction of Conversion with an Isothermal Axially-Dispersed Plug Flow Reactor Numerical solutions for the conversion of an isothermal axially dispersed plug flow reactor accomplishing first and second order reactions are obtained. The Danckwerts boundary conditions for the so-called "closed" configuration are used. We use the shooting method since it is a...


Platforms: Matlab


Added: April 01, 2013 | Visits: 609

Getting started with MATLAB (control engineering example) This zip file contains an example of some resources to help engineering students learn MATLAB. They comprise a flash file with voiceover (select player.html to run this) which will discuss some of the m-files also included. The example included is for an introduction to control, but there are...


Platforms: Matlab

License: Freeware Size: 4.53 MB Download (40): Getting started with MATLAB (control engineering example) Download

Added: May 01, 2013 | Visits: 851

Java Web Example Guide End To End Chapter This is an end to end example of how to use Builder JA (Java Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Java Web Example Guide End To End Chapter Download

Added: June 05, 2013 | Visits: 541

array_partition Introduces function array_partition() to split an array into N number of evenly distributed partitions (useful for splitting a list into columns).This plugin provides a PHP function to split an array into any number of sub-arrays, suitable for creating evenly distributed (vertically filled)...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): array_partition Download

Added: November 06, 2010 | Visits: 1.308

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: January 06, 2010 | Visits: 1.445

Langtons Ant Langtons Ant project is an example of a finite-state cellular automata. The ant (or ants) start out on a grid. Each cell is either black or white. If the ant is on a black square, it turns right 90° and moves forward one unit. If the ant is on a white square, it turns left 90° and moves...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (130): Langtons Ant Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 636

Mystery Stories: Island of Hope for Mac OS Solve the mystery of an apparatus from World War II, whose completion was prevented by the Nazis, that could solve the global energy problem! A mysterious sect and some ruthless ex-secret agents from former communist East Germany also want it, and nothing will get in their way. Search the city of...


Platforms: Mac

License: Freeware Size: 96 MB Download (488): Mystery Stories: Island of Hope for Mac OS Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 679

FileIO I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.11 MB Download (51): FileIO Download

Added: May 10, 2013 | Visits: 811

create array from comma separated list create array from comma separated list script uses the PHP Explode() command to create an array from a comma separated list.By changing the delimiter you can convert tab separated, newline separated, etc...


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

License: Freeware Download (60): create array from comma separated list Download

Added: May 10, 2013 | Visits: 664

search array find in array search array find in array script searches an array to find a specific value.


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

License: Freeware Download (63): search array find in array Download

Added: May 10, 2013 | Visits: 760

Get attributes of an object in MS Active Directory Sometimes it is useful to know what attributes are available to you for an object in active directory. You cannot ask the object directly for that, instead you need to use the schema of the object. All of this is done with python's COM support using win32com. By default only attributes that have...


Platforms: Windows, Python,


Added: May 10, 2013 | Visits: 511

Fast copy of an object having a slow __init__ Special method __copy__ is the easiest way for an object to cooperate with the copy.copy function. This script allows you to bypass the object's __init__, even if it's slow, to get an 'empty' object of this class.


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


Added: August 18, 2013 | Visits: 361

Date Sorter This script will sort an array of dates with the month spelled out. This is done by converting the date into a more mahis is doformat.


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (46): Date Sorter Download

Added: June 27, 2013 | Visits: 527

Quote Scroller for Graphics and Animations This is a cross-browser animation script that shows an array of quotes flowing across the screen at several different speeds and colours.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (53): Quote Scroller for Graphics and Animations Download

< 1 2 3 4 5 >