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

Structure Layout software
Filter: All | Freeware | Demo
 

Structure Layout

< 1 2 3 4 5 > 
Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 827

Printed Circuit Board Layout Tool PCB is a tool for the layout of printed circuit boards. PCB can produce industry standard RS-274X and Excellon NC-Drill format output for submission to board manufacturers. Platforms: Mac, BSD, Solaris, Linux

License: Freeware Size: 3.83 MB Download (57): Printed Circuit Board Layout Tool Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 543

PWT is PDF Layout Writing Technology PWT is a Professional PDF Layout Writing Technology with iText Platforms: Windows, Mac, Linux

License: Freeware Size: 26.14 KB Download (44): PWT is PDF Layout Writing Technology Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 329

Self Assembling Structure Simulator The self-assembling structure simulator is a project to simulate the building of arbitrary 3D shapes from identical triangular components Platforms: Windows, Mac, Linux

License: Freeware Size: 52.04 KB Download (48): Self Assembling Structure Simulator Download

Added: July 23, 2013 | Visits: 541

Structure Synth Structure Synth is a cross-platform application for generating 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. The design grammar approach was originally devised by Chris Coyne (for a 2D implementation see the popular Context Free... Platforms: Mac

License: Freeware Size: 29.2 MB Download (52): Structure Synth Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 361

SwordSoft Layout SwordSoft Layout is an desktop application that makes it very easy for you to create, preview, and manage mockups of your website, mobile application or desktop application. With so many UI elements to choose from, you can design anything. Some key features include: clean and clear interface,... Platforms: Mac

License: Commercial Cost: $3.99 USD Size: 13.4 MB Download (48): SwordSoft Layout Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 493

360 Drum Sequencer 360 Drum Sequencer is a basic MIDI drum sequencer and features a circular layout based on the time signature for note editing and has a simple, logical part/bar song structure. 360 Drum Sequencer was designed for musicians who don't want to use Platforms: Mac

License: Shareware Cost: $7.99 USD Size: 819.2 KB Download (57): 360 Drum Sequencer Download

Added: April 02, 2013 | Visits: 414

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

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: August 17, 2013 | Visits: 506

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 16, 2013 | Visits: 451

Calculation for interest rate model & structure for personal use only.1: the interest rate structure calculation and rules.2: the interest rate model, used frequently in real world. Platforms: Matlab

License: Freeware Size: 1.12 MB Download (40): Calculation for interest rate model & structure Download

Added: May 01, 2013 | Visits: 383

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: 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: July 17, 2013 | Visits: 219

structure factor Calculate structure factor based on positions of scatterers in real-space. Functions for one and two dimensions.You supply system size and scatterer positions on a integer lattice, function returns structure factor and momentum-space coordinates for plotting. Two or three dimensional plot is also... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): structure factor Download

Added: August 07, 2013 | Visits: 426

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: September 07, 2013 | Visits: 280

Recursively check fields of a structure exist This function will return true if the first input structure contains the field in the second input string and in turn that field has the field given in the third input string and so on. This allows A.b.c = 2; to be checked as:isfieldRecursive(A,'b','c')ans =1Which would return false if either b... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Recursively check fields of a structure exist Download

Added: June 25, 2013 | Visits: 326

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: April 13, 2013 | Visits: 191

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: July 22, 2013 | Visits: 533

StructDlg - Structure based GUI definition StructDlg creates a modal dialog box that contains a user interface (UI) control for each of the input structure fields. In its simple form, StructDlg serves as a structure-based alternative to INPUTDLG and it is a convenient method for browsing and changing structure values (e.g. when the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 634.88 KB Download (52): StructDlg - Structure based GUI definition Download

Added: July 24, 2013 | Visits: 695

Big Sister File Exchange Server for File sharing The Big Sister File Exchange Server (bIgsIfes) is a simple web-based document server.The motivation behind developing bIgsIfes was the need for a file server:- accepting uploads and downloads- providing a simple yet powerful permission system- storing meta data in an SQL accessible database-... Platforms: PHP

License: Freeware Size: 30.72 KB Download (53): Big Sister File Exchange Server for File sharing Download

Added: August 23, 2013 | Visits: 414

Composite Layout Revisioning This modules makes the link between Revisioning and Composite.Composite Layout module is already "node revision aware", it only needs new menu items to edit a node revision's composite related data.Dependencies : * Composite * RevisioningThe module is functionnal but needs testing. We will... Platforms: PHP

License: Freeware Size: 10 KB Download (47): Composite Layout Revisioning Download

< 1 2 3 4 5 >