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

Atomic Structure freeware
Filter: All | Freeware | Demo
 

Atomic Structure

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

Python Octree Implementation This script is a simple implementation of an octree data structure in python. Its use is primarily for fast collision or view frustrum culling in interactive 3d environments, but its possible uses are quite open-ended. It was originally written for use with the pyOgre 3d engine binding. The code...



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

License: Freeware Download (53): Python Octree Implementation Download

Added: May 10, 2013 | Visits: 411

Priority dictionary This data structure acts almost like a dictionary, with two modifications: First, D.smallest() returns the value x minimizing D[x]. For this to work correctly, all values D[x] stored in the dictionary must be comparable. Second, iterating "for x in D" finds and removes the items from D in sorted...





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

License: Freeware Download (51): Priority dictionary Download

Added: May 10, 2013 | Visits: 343

Allow Numeric Stubs This happens because the structure of the URL generated conflicts with that of post pagination.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5 or higher


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

License: Freeware Download (53): Allow Numeric Stubs Download

Added: May 10, 2013 | Visits: 376

Advanced Permalinks This plugin is useful for the migration of an old permalink structure to a new one.InstallationDownload advanced-permalinks.zipUnzipUpload advanced-permalinks directory to your /wp-content/plugins directoryGo to the plugin management page and enable the pluginConfigure the options from the...


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

License: Freeware Download (61): Advanced Permalinks Download

Added: May 10, 2013 | Visits: 196

Subpage Listing This allows the creation of a complex hierarchical structure that can be browsed.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 up to 2.1.2


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

License: Freeware Download (52): Subpage Listing Download

Added: March 28, 2013 | Visits: 518

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 (47): NMEA 0183 Sentence Reader Download

Added: August 03, 2013 | Visits: 283

Geodetic_Dome This is a simple linear fem analysis of a 3D truss structure. Displacements, stress and strain are calculated.It Can be used for any structure, you just need to have coordinates and connectivity data.I tried to make the code the more readeable I could. This way user can change it and make it...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (39): Geodetic_Dome 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 08, 2013 | Visits: 417

PDBRead PDBRead is a function that will read a Protein Data Bank file into a MATLAB structure.PDB_struct = PDBRead(filename) reads the file corresponding to filename and stores the information contained in this file in the PDB_struct. e.g. PDB_struct = PDBRead('PDBSilk.txt')The file that is being read by...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (43): PDBRead Download

Added: July 11, 2013 | Visits: 306

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

amolwt This m-file gives the atomic weight of any element or molecular weight of any chemical species.Input:species = (cell array)The species is the 'formula'.Output:Atomic weight of any element or molecular weight of any chemicalspecies.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): amolwt Download

Added: September 13, 2013 | Visits: 480

ReadSTP This is set of functions that allow opening of Molecular Imaging atomic force microscope files into Matlab matrix. Unzip the files in one directory and type in Matlab command prompt:y=ReadSTP('pathfilename.stp',buffer number).Matrix y will contain z values of measured surface. Comments will show...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): ReadSTP Download

Added: April 16, 2013 | Visits: 374

mstruc MSTRUC generates typical structure matrices for ARXSTRUC and IVSTRUC in a fast Mex-file. This funciton will also work for Multi-input,Single-output systems


Platforms: Matlab

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

Added: July 10, 2013 | Visits: 245

cppmex Mex-functions can be compiled using the C structure mxArray. But it's also possible to use the C++ mwArrays and all the C++ math library. Use "cppmex -setup" to initialise the compiler for your installation and then type cppmex instead of mex. Now the entry point become void cppMexFunction(int...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (39): cppmex 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: March 31, 2013 | Visits: 386

struc2xls Slow and dirty way to save a simple structure to an Excel file with xlswrite. I did it to solve a urgent problem for a friend. Lots of improvements possible, I'm sure.STRUC2XLS (FILE,S) writes the contents of structure S to a excel file named FILE. The name of the worksheet and the starting row...


Platforms: Matlab

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

Added: June 19, 2013 | Visits: 663

DB Converter for Scripts DB Converter is a windows based application that converts (at the moment) database structure from MS Access to Oracle and PostgreSQL compatible SQL.It will also convert to MySQL compatible SQL with the added options of converting to a PHP script.


Platforms: PHP

License: Freeware Size: 4.35 MB Download (51): DB Converter for Scripts Download

Added: June 26, 2013 | Visits: 548

Joe Celko Nested Sets Joe Celko Nested Sets is meant to manage tree database structure using Jeo Celko's nested sets approach.You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries.The number of queries per action does not depend on the number of sub-nodes, so it is a...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Joe Celko Nested Sets Download

Added: May 29, 2013 | Visits: 476

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

< 1 2 3 4 5