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

Example Of A Contractor Invoice freeware
Filter: All | Freeware | Demo
 

Example Of A Contractor Invoice

< 1 2 3 4 5 > 
Added: April 05, 2013 | Visits: 459

Kinematic/Dynamic Control of a Two Link Manipulator The standard problem of a Two Link Manipulator is developed both kinematically and dynamically. It is then controlled to trace a rotated ellipse. The non-linear terms (like gravity/inertia etc.) are exclusively canceled out in varying degrees and the performance studied.This file was created as a...



Platforms: Matlab

License: Freeware Size: 7.97 MB Download (46): Kinematic/Dynamic Control of a Two Link Manipulator Download

Added: July 02, 2013 | Visits: 570

GUI application for pipe flow of a power-law fluid The velocity and shear stress versus radial position are obtained for the laminar flow of a power-law fluid in a pipe. Pipe radius and applied pressure gradients can be set by the user. If you choose a power-law exponent, n, equal to 1 then a Newtonian fluid is recovered. Dilatant and...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): GUI application for pipe flow of a power-law fluid Download

VRECKON: Find the endpoint of a geodesic on the ellipsoidal earth This function uses the Vincenty direct algorithm to solve the "forward geodesic problem," which is the problem of computing the endpoint of a geodesic (shortest-distance) path on the ellipsoidal earth, given the start point, a path length, and a starting azimuth. This process is also called...


Platforms: Matlab


Added: April 21, 2013 | Visits: 404

Moments of a function Computes the nth moment mean of a function (needs more implentation).m = moment(x, y, n)m = nth moment of yx = domainy = datan = nth moment == 1 by defaultm = int(x^n * y) / int(y)where int is integral over all x integral is calculated using trapezium rule


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Moments of a function Download

Added: April 03, 2013 | Visits: 635

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: November 09, 2013 | Visits: 622

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: November 07, 2013 | Visits: 481

Story of a Lost Sky Story of a Lost Sky is a Turn Based Strategy RPG with gameplay that is similar to Fire Emblem. Units are placed on a tile map and each side takes turns moving and attacking. Outside the battle map, the player is able to customize their characters and equip new spells and traits. The game is...


Platforms: Mac

License: Freeware Size: 47.8 MB Download (41): Story of a Lost Sky Download

Added: January 06, 2010 | Visits: 1.445

Langtons Ant Langtons Ant project is an example of a finite-state cellular automata. The ant (or ants) start out on a grid. Each cell is either black or white. If the ant is on a black square, it turns right 90° and moves forward one unit. If the ant is on a white square, it turns left 90° and moves...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (130): Langtons Ant Download

Added: August 26, 2013 | Visits: 768

Automotive Electrical System Simulation and Control This model shows an example of a conventional vehicle electrical system model, which was shown in the webinar "Developing Accurate Battery Simulation Models" http://www.mathworks.com/wbnr37544. The model is intended to study component sizing, selection, and control. The electrical system model...


Platforms: Matlab

License: Freeware Size: 184.32 KB Download (53): Automotive Electrical System Simulation and Control Download

Added: April 27, 2013 | Visits: 471

API Bomberman This is an example of a Bomberman game for the PC. There are powerups, hp, and it is 2p. It uses double buffering to draw the screen.


Platforms: C and C plus plus

License: Freeware Size: 440.32 KB Download (49): API Bomberman Download

Added: August 13, 2013 | Visits: 465

OpenGL 3D Snow This is an example of a particle engine being adapted for a specific purpose, in this case snow. The arrow keys control, the direction and the speed of the wind, and the escape key exits.The red line in the center shows the speed and direction as a rotated overhead view, but it does not...


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (51): OpenGL 3D Snow Download

Added: July 10, 2013 | Visits: 300

Screenshot Pimp for Linux This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.


Platforms: *nix

License: Freeware Size: 112.64 KB Download (37): Screenshot Pimp for Linux Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 488

Dreams of a Geisha Take a journey through the magical and wonderful world of Geisha. Help Ichisumi in this incredible adventure to reopen the temples of Geisha and restore a world of beauty and passion. Dive into this engaging Match 3 game with beautiful scenery and relaxing music. Overcome obstacles, collect...


Platforms: Windows

License: Freeware Size: 62.09 MB Download (463): Dreams of a Geisha Download

Added: May 10, 2013 | Visits: 636

Rename subdirectories of a directory tree I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex,...


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

License: Freeware Download (54): Rename subdirectories of a directory tree Download

Added: May 10, 2013 | Visits: 573

Auto Incrementer Example of __call__ and yield This script will automatically return the next integer. It starts with 0. This is an example of how to make a generator and how to make a callable object.


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


Added: April 29, 2013 | Visits: 479

3D Temple (OpenGL Walkthrough of a foggy temple) Script This example will show you how easy it is to draw objects using openGL.It draws a giant pyramid and you can walk around inside this foggy temple. Not much to it but it is suitable to learn from.


Platforms: C and C plus plus

License: Freeware Size: 81.92 KB Download (48): 3D Temple (OpenGL Walkthrough of a foggy temple) Script Download

Terminal Fall Velocity of a Single Spherical Particle in a Newtonian Fluid Newton number (also called the drag coefficient) and Archimedes number are plotted versus the Reynolds number for the laminar, transition and turbulent flow types using a log-log scale. A numerical example of the terminal fall velocity computation of a single spherical particle in a Newtonian...


Platforms: JavaScript


evaluating SHORT TIME FOURIER TRANSFORM of a stationary signal the stationary signal f(t)=cos(2*pi*5*t)+ cos(2*pi*10*t)+ cos(2*pi*20*t)+ cos(2*pi*50*t)having frequencies of 5,10, 20and 50 Hz at any given time instant.MATLAB program can be implemented to plot the stationary signal mentioned above:Clear...


Platforms: Matlab


Added: May 02, 2013 | Visits: 607

Complex Optimization of a Recurrent Neural Network This package includes files for modelling nonlinear dynamic systems using a recurrent generalized neural network. The learning scheme uses the complex method of nonlinear nonderivative optimization, thereby avoiding the problems of computing the derivative of an infinite impulse response filter...


Platforms: Matlab

License: Freeware Size: 256 KB Download (46): Complex Optimization of a Recurrent Neural Network Download

Hydrodynamically Interacting Spheres at low Reynolds numbers in shear flows of a Newtonian fluid Stokesian Dynamics, a method developed by Brady and Bossis in the 80s, simulate the 3D motion of hydrodynamically interacting spheres at low Reynolds numbers.The present contribution computes the trajectories of hydrodynamically interacting spheres in simple and oscillatory shear flows of a...


Platforms: Matlab


< 1 2 3 4 5 >