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

Structure software
Filter: All | Freeware | Demo
 

Structure

< 1 2 3 4 5 
Added: August 06, 2013 | Visits: 616

Term Structure of Volatility Calibration This code optimises the parameters for the term structure of volatility (TSOV) applied to historical forward curves - see discussion in Harris in reference 1 below. TSOVs avaible are: TermType - 1 = sigma = A exp (-CT) - 2 = sigma = A exp (-CT) + D - 3 = sigma = (A + BT) exp (-CT) + DRequired...



Platforms: Matlab

License: Freeware Size: 174.08 KB Download (45): Term Structure of Volatility Calibration Download

Added: August 24, 2013 | Visits: 839

Backup database structure Backup database structure accesses a given MySQL database and generates files with SQL statements that can be used later to restore the database structure and data in the database.The database dump file can optionally be saved in a compressed format in order to minimize its size.





Platforms: PHP

License: Freeware Size: 10 KB Download (45): Backup database structure Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 370

Chemistry structure file converters Collection of scripts converting structure data files into different formats (e.g. CTRL to POSCAR).


Platforms: Windows, Mac, Linux

License: Freeware Size: 17.72 KB Download (45): Chemistry structure file converters Download

Added: August 17, 2013 | Visits: 502

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

Added: June 25, 2013 | Visits: 323

Tree data structure as a MATLAB class A per-value class that implements a generic tree data structure.A tree is a hierarchical data structure where every node has exactly one parent (expect the root) and no or several children.Along with this relational structure, each node can store any kind of data.This class implements it using...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (45): Tree data structure as a MATLAB class Download

Added: July 11, 2013 | Visits: 307

ASNread ASNread reads in ASN-formatted genetic sequence data into a MATLAB structure.


Platforms: Matlab

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

Added: June 27, 2013 | Visits: 140

display_obj Displays obj structure read into matlab using readObj


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): display_obj Download

Added: May 29, 2013 | Visits: 477

Compare DB Compare DB is meant to compare two databases and generate the necessary SQL commands to alter one to have the same structure and data of the other.Compare DB outputs the changes to be done and let you execute the SQL-Queries 1 by 1 from the same page.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (45): Compare DB Download

Added: April 02, 2013 | Visits: 401

Permalink Trailing Slash Fixer When your permalink structure does not end by a trailing slash (/), all your links look like http://example.com/2009/05. Permalink Trailing Slash Fixer add the missing trailing slash.ExampleIf you have a site with the following permalink structure /%category%/%postname%.html and your permalinks...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Permalink Trailing Slash Fixer Download

Added: April 20, 2013 | Visits: 281

Swap structure values into strings Searches a string for field names contained in a given structure, then replaces each occurrence of the field name with the corresponding field value.I use this for dynamically changing the titles on my plots during simulations that require variation of parameters.Code for title in the image:%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Swap structure values into strings Download

Added: April 13, 2013 | Visits: 190

structure tensor - introduction and tutorial Tutorial on structure tensors. Normally associated with image processing and structure inference, this code provides a completely encapsulated package to explain and demonstrate the use of structure tensors.playshow structureTensorDemoor use the html to properly visualize the LaTeX equations.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (44): structure tensor - introduction and tutorial Download

Added: June 24, 2013 | Visits: 349

QEBS Version This is a toolbox to compute the subband structure of the quantum cascade lasers without conduction band nonparapolicity effect.


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (44): QEBS Version Download

Added: September 15, 2013 | Visits: 376

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


Platforms: Matlab

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

Added: July 01, 2013 | Visits: 393

2D FDTD for ring resonator structure 2D FDTD for observing coupling of light in ring resonator structureWritten for Course :-Computational Electromagnetics, Fall 2011Department of Electrical EngineeringIndian Institute of Technology Madras (IITM)Chennai - 600036, IndiaAuthors :-Sathya Swaroop Ganta, B.Tech., M.Tech. Electrical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 2D FDTD for ring resonator structure Download

Added: July 09, 2013 | Visits: 587

SQL Parse Convert to Tree Array SQL Parse Convert to Tree Array takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.SELECT, INSERT, UPDATE and DELETE queries are currently supported.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): SQL Parse Convert to Tree Array Download

Added: June 17, 2013 | Visits: 336

Data::Visitor::Encode Data::Visitor::Encode visits each node of a structure, and returns a new structure with each node's encoding (or similar action). If you ever wished to do a bulk encode/decode of the contents of a structure, then this module may help you.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (44): Data::Visitor::Encode Download

Added: June 14, 2013 | Visits: 597

Database structure synchronizer Database structure synchronizer then generates the SQL statements required to update one of the database to the other.Database structure synchronizer determines what changed from one database to the other and generates schema alteration SQL statements to create, drop and alter tables that should...


Platforms: PHP

License: Freeware Size: 194.56 KB Download (43): Database structure synchronizer Download

Added: April 02, 2013 | Visits: 413

Structure Cut As an example, suppose you had taken 155 seconds of data of the location (x,y,z) of a particle as a function of time (t). It is convenient to put that all into a struct, such as this one:>> datadata = t: [155000x1 double] x: [155000x1 double] y: [155000x1 double] z: [155000x1 double]If you wanted...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Structure Cut Download

Added: March 27, 2013 | Visits: 475

GP-OLS model structure identification Genetic Programming (GP) generates nonlinear input-output models of dynamical systems from input-output measurement data. This GP-OLS toolbox applies Orthogonal Least Squares algorithm (OLS) to improve the search effeciency of GP.It can be used for static equation discovery or structure...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GP-OLS model structure identification Download

Added: May 01, 2013 | Visits: 381

Dictionary data structure This class provides a simple key/value data structure for character keys and values of any MatLab data type.Supports direct referencing like d('mykey') = 'myvalue'.Also check out the dict class at #19647.(Unfortunately i didnt check the file exchange before writing my own, but by now i've...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dictionary data structure Download

< 1 2 3 4 5