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

Cryptand Structure software
Filter: All | Freeware | Demo
 

Cryptand Structure

< 1 2 3 4 5 
Added: August 17, 2013 | Visits: 501

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

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

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

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

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

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

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 19, 2013 | Visits: 209

concatStruct % Concatenates two structures into a new structure. They do not have to have the same fields.This works for vector structures or structure arrays. Also works for nested structures.Currently can only concatenate along 1 dimension across all fields if concatenating a vector structure.% Example1 -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): concatStruct Download

Added: July 01, 2013 | Visits: 389

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

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

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

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

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

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

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

Added: August 07, 2013 | Visits: 421

Apply a function to a specific field of a structure This function searches in the fields of a structure, and applies a given function to all occurrences of a specific field. dlTe September 30th, 2009, By Reza Farrahi Moghaddam, Synchromedia Lab, ETS, Montreal, Canada USAGE: temp_structure = apply_func_on_all_fields_with_name(temp_structure,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Apply a function to a specific field of a structure Download

Added: March 28, 2013 | Visits: 517

NMEA 0183 Sentence Reader Reads a NMEA 0183 (National Marine Electronics Association) sentence (or string) into a Matlab structure.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): NMEA 0183 Sentence Reader Download

< 1 2 3 4 5