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 49.601.046 Times

Superman Return Sequel Lana Lang software
Filter: All | Freeware | Demo
 

Superman Return Sequel Lana Lang

< 1 2 3 4 5 > 
Added: June 18, 2013 | Visits: 443

S-Lang Script S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software.It provides facilities required by interactive applications such as display/screen management, keymaps, keyboard input and so on.Unlike many interpreters, the S-Lang interpreter...



Platforms: C and C plus plus

License: Freeware Size: 1.52 MB Download (39): S-Lang Script Download

Added: April 13, 2013 | Visits: 372

nonduplicate Fixes x data so that interp1 doesn't return error:'The values of X should be distinct.'Checks for duplicate values in input 1D data array and returns array where all values are distinct. If duplicates are found, values are separate by small value (eps). useage:x = nonduplicate(x); yi =...





Platforms: Matlab

License: Freeware Size: 10 KB Download (39): nonduplicate Download

Reentrance Problems of Heart VI1 simulator simulink investigation 7 It is reentrance problems meaning cardiac signal return back to excite again the heart in investigation of reentrance 7.1)free download heart VI12)ckick run and time calcul is about 2mn.3)at end click general scope of heart sinus,atrilal,his and ventricular from up to down.


Platforms: Matlab


Added: August 19, 2013 | Visits: 526

AuctionJacobi This function uses the auction principle to return the optimal assignment and the dual prices. It performs quite well, and is way faster than the hungarian algorithm as the number of points increases. More details on the auction algorithm can be found on D. Bertsekas homepage...


Platforms: Matlab

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

Added: April 29, 2013 | Visits: 446

Mixed (Between/Within Subjects) ANOVA an perform a mixed-model ANOVA on simple designs with one between-subjects factor and one within-subjects (repeated-measures) factor and either display a results table or simply return the values within.See comments at top of file for full information.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Mixed (Between/Within Subjects) ANOVA Download

Added: April 11, 2013 | Visits: 380

dijsktra Return the optimal path given the adjacency/cost sparse matrix and source/destination nodes.Run mexme_dijkstra.m to compile mex-files on your own-plateformRun test_dijkstra.m for the demo


Platforms: Matlab

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

Added: September 15, 2013 | Visits: 370

featurememstats Return same information than with Matlab command feature('memstats') but in structure form.


Platforms: Matlab

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

Added: June 09, 2013 | Visits: 197

eomdateAN Example:eomdateAN(2007,0) will return the date of 31.12.2006eomdateAN(2007,-1) will return the date of 30.11.2006eomdateAN(2007,-12) will return the date of 31.12.2005eomdateAN(2007,13) will return the date of 31.01.2008


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): eomdateAN Download

Added: June 20, 2013 | Visits: 344

riskcalc Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio of assets; - Volatility forecasts using moving average and exponential algorithm;- Value at Risk of single asset or portfolio measurement using parametric and historical simulation.- Historical data...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): riskcalc Download

Added: May 28, 2013 | Visits: 307

red colour detection The specified intensity range is checked and return 1 if it comes


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): red colour detection Download

Added: September 06, 2013 | Visits: 388

Lucas.m Given a nonnegative integer n, return the nth Lucas number. Return an error message if the argument is not an integer.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Lucas.m Download

Added: June 20, 2013 | Visits: 276

Multiple-Colon Return a concatenation of multiple colon-intervals.User provides left, step, and right bound.>> mcolon([0 10],[1 2],[2 14])ans = 0 1 2 10 12 14


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): Multiple-Colon Download

Find and return Binomial Coefficients (BCs) in a matrix up to N The function BINOMIND does not use loops (apart from a redundant check) or division nor indeed factorials to generate the Binomial Coefficients (BCs). It simply constructs the lower-triangular Pascal matrix and does a simply lookup to get the desired BC.BINOMIND is much faster than NCHOOSEK at...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Find and return Binomial Coefficients (BCs) in a matrix up to N Download

Added: August 23, 2013 | Visits: 291

Multiple eigen-values for 2x2 and 3x3 matrices Note that this function do not return EIGEN VECTORS.This function is faster than looping on EIG when eigenvalues must be computed for a large number of matrices. The test shows it can speed up by 10 times


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Multiple eigen-values for 2x2 and 3x3 matrices Download

Added: August 09, 2013 | Visits: 346

Threshold detector It takes parts of incoming vector that above threshold and return cell array of parts.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Threshold detector Download

Added: June 20, 2013 | Visits: 260

N-D customized gridding Meanwhile ffndgrid only return density or sum of value function ("f") for each bins, in this version can now specify easily (by changing or adding code in correct place) any function you want to apply to "f". Min or max value for each bin is included.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): N-D customized gridding Download

Added: May 31, 2013 | Visits: 323

GetCurrentValue Nothing flash, just a simple helper function to return the current selection and selectionIndex from the specified listbox or popupmenu.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): GetCurrentValue Download

Added: March 31, 2013 | Visits: 383

Trace the Position of Cursor without Click function [x,y]=gpos(h_axes)%GPOS Get current position of cusor and return its coordinates in axes with handle h_axes% h_axes - handle of specified axes% [x,y] - cursor coordinates in axes h_aexs%% -------------------------------------------------------------------------% Note:% 1. This function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Trace the Position of Cursor without Click Download

Added: May 03, 2013 | Visits: 535

MySQL Paging MySQL Paging is a simple class that can return a MySQL database query results for spliting into multiple pages given the maximum number of result rows to present on each page.Usage :- Create a class object with 3 arguments: MySQL SQL query, limit of records per page, MySQL connection handle-...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL Paging Download

Added: July 26, 2013 | Visits: 531

SyStats SyStats, Real-time player ratings and statistics for Return to Castle Wolfenstein (RTCW) and Wolfenstein Enemy Territory (ET).


Platforms: PHP

License: Freeware Size: 6.02 MB Download (45): SyStats Download

< 1 2 3 4 5 >