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

Model Of A Glucose Molecule freeware
Filter: All | Freeware | Demo
 

Model Of A Glucose Molecule

1 2 3 4 5 > 
Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 1.049

Bad Effect Of A Plastic Surgery Bad Effect Of A Plastic Surgery - Learn more about the potential side effects of plastic surgery at homepage Platforms: Windows

License: Freeware Size: 5 MB Download (52): Bad Effect Of A Plastic Surgery Download

Added: May 10, 2013 | Visits: 883

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: November 09, 2013 | Visits: 629

Angular acceleration of a Contracting System Model The EJS Angular Acceleration of a Contracting System model shows a mass and pulley system to illustrate what happens when a rotating system contracts. When the centripetal force has contracted a rotating system to half its initial radius then: (1) The tangential velocity has doubled, (2) The... Platforms: Mac

License: Freeware Size: 1.08 MB Download (39): Angular acceleration of a Contracting System Model Download

Added: April 03, 2013 | Visits: 693

Position Control of a DC Motor This model simulates the position control of a DC motor. Parameters can be changed from the model properties tag. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Position Control of a DC Motor Download

Added: May 06, 2013 | Visits: 528

Multifractal Model of Asset Returns (MMAR) Simulates a Multifractal Model of Asset Return using a multiplicative lognormal cascade See the following papaer A Multifractal Model of Asset Returns by B Mandelbrot - 1997The current implementation uses the generator for the fractional brownian motion from B. Scott Jackson. Many thanks! Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Multifractal Model of Asset Returns (MMAR) Download

Space vector PWM based three phase inverter using state space model of filter The model simulates space vector based three phase inverter with the state space model of thefilter. The model parameters such as frequency, switching frequency, load parameters, voltage, modulation index and filter A,B,C,D parameters. Platforms: Matlab


Added: April 03, 2013 | Visits: 643

Design of a robust digital controller with PPR toolbox Design of a robust digital controller with PPR toolboxThis script shows the basic steps for the "digital two degrees of freedom controller" (2DOF) design with the PPR toolbox.The illustration of our methodology is based on a difficult plant control. To get a 2DOF controller, only 2 "high level"... Platforms: Matlab

License: Freeware Size: 163.84 KB Download (46): Design of a robust digital controller with PPR toolbox Download

Added: May 22, 2013 | Visits: 494

Model of atrial fibrillation/flutter. Matlab implementation of the computer model of atrial fibrillation originally published by Gordon Moe and colleagues in [American Heart Journal 1964; 67(2):200-220.] To run the simulation, just type the function name (afib). It accepts no input or output arguments. Several model parameters can be... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Model of atrial fibrillation/flutter. Download

Heavy Trucks Balancing In A Steep Road PID controller The package contains a simulink model of a mechanism which verify the angle of the road and adjust the torques by giving a angle to a plate located under the load session.this model is not a very complicated one and would be useful to whom want to:1.get familiar with control designs specially PID... Platforms: Matlab


Added: June 26, 2013 | Visits: 427

Spring Pendulum Model The Ejs Spring Pendulum model displays the model of a hollow mass that moves along a rigid rod that is also connected to a spring. The mass, therefore, undergoes a combination of spring and pendulum oscillations. The initial position and velocities, as well as the spring constant can be changed... Platforms: Mac

License: Freeware Size: 1.37 MB Download (36): Spring Pendulum Model Download

Added: June 16, 2013 | Visits: 463

Spinning Hoop Model The Ejs Spinning Hoop model displays the model of a bead moving along a hoop which is spinning about its vertical diameter with constant angular velocity ?. Friction is negligible. The simulation displays the motion of the bead as well as a plot of angle vs. time for the bead. The angular... Platforms: Mac

License: Freeware Size: 1.4 MB Download (38): Spinning Hoop Model Download

Added: June 17, 2013 | Visits: 733

Pendulum on an Accelerating Train Model The Ejs Pendulum on an Accelerating Train model displays the model of a pendulum on an accelerating train. The problem assumes that the pendulum rod is rigid and massless and of length, L = 2, and the pendulum bob is of mass, m = 1. The initial pendulum angle and the initial velocity of the train... Platforms: Mac

License: Freeware Size: 1.44 MB Download (38): Pendulum on an Accelerating Train Model Download

Added: May 10, 2013 | Visits: 687

Indices of a SubString in a Given String This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Indices of a SubString in a Given String Download

Added: May 10, 2013 | Visits: 743

Replacing a portion of a string This script allows you to replaceĀ a portion of a string at a given position. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Replacing a portion of a string Download

Added: May 10, 2013 | Visits: 654

Changing the indentation of a multi line string When working with text, it may be necessary to change the indentation level of a block. This code will take a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 1.062

Get the MAC address of a remote computer This script uses the Internet Protocol Helper functions on Win32 and helps you to find the MAC adress of a remote computer. Platforms: Windows, Python,

License: Freeware Download (56): Get the MAC address of a remote computer Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 739

Finding the convex hull of a set of 2D points This simple code calculates the convex hull of a set of 2D points and generates EPS files to visualise them. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 813

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: July 06, 2013 | Visits: 732

3D Array Factor of a 4x4 planar array antenna 3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format."AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases.Elements are placed on the x and y axis and element factor is ignored. The code can easily be... Platforms: Matlab

License: Freeware Size: 10 KB Download (52): 3D Array Factor of a 4x4 planar array antenna Download

1 2 3 4 5 >