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

Surface Area Of A Cylinder software
Filter: All | Freeware | Demo
 

Surface Area Of A Cylinder

1 2 3 4 5 > 
Released: November 05, 2017  |  Added: November 15, 2017 | Visits: 2.401

BSAcalc In physiology and medicine, the Body Surface Area (BSA) is the measured or calculated surface of a human body. For many clinical purposes BSA is a better indicator of metabolic mass than body weight because it is less affected by abnormal adipose mass. Estimation of BSA is simpler than many...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 642 KB Download (317): BSAcalc Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 1.044

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

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: April 03, 2013 | Visits: 386

Orthotomic surface of a Bezier surface Main purpose of this problem is drawing the orthotomic surface of a bezier surface through about arbitrary source point.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Orthotomic surface of a Bezier surface Download

determine surface area and uncertainty from points in a plane calculates surface area A and its standard uncertainty uA for any arbitrary polygon in a plane given by coordinates x and y and their respective standard uncertainties ux and uy. The inputs are assumed to be VECTORS, x, ux, y and uy all should have the same size. The uncertainties are assumed to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): determine surface area and uncertainty from points in a plane Download

Added: June 28, 2013 | Visits: 732

Heating and Cooling a Cylinder Model The Heating and Cooling a Cylinder model computes the radial temperature distribution within a long cylinder as it is heated and cooled by a surrounding fluid. The cylinder is broken into shells and the temperature of each shell is computed using a finite difference approximation to the radial...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): Heating and Cooling a Cylinder Model Download

Added: June 02, 2013 | Visits: 502

Circumcircle of a triangle The function circumcircle takes input as the coordinates of the three vertices of a triangle and compute the circum center and circum radius by using the formula in terms of the length of sides and area of triangle and plot the circumcircle.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Circumcircle of a triangle Download

Added: August 04, 2013 | Visits: 577

Area of interest selection in an image In this code, the user selection the area of interest on an image, by dragging the rectangle of size specified in the code around the image by holding the left button of mouse and leaving the left button at a desired area. This program takes the grayscale image as input and outputs the cropped...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Area of interest selection in an image Download

Added: September 10, 2013 | Visits: 597

Vertical Laminar Flow of a Bingham Fluid down a Wall The code computes the velocity profile for the vertical laminar flow of a Bingham fluid down a wall. As expected the profile is flat near the surface of the liquid film. In fact, we have a zero velocity gradient only when the shear stress is large enough (superior to tau0). This behaviour is...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Vertical Laminar Flow of a Bingham Fluid down a Wall Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 708

Tibor - Tale of a Kind Vampire Help Tibor save his village, and his beloved, from the evil countess and her vampire army in Tibor: Tale of a Kind Vampire! Tibor is a poor young painter who is in love with Agness, but her father wants her to marry a rich man. When a wealthy countess asks Tibor to paint her portrait, he thinks...


Platforms: Mac

License: Demo Cost: $6.99 USD Size: 134 MB Download (71): Tibor - Tale of a Kind Vampire Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 654

Tulula: Legend of a Volcano Become The Chosen One in Tulula: Legend of a Volcano, a wonderful journey to save a small tribe from an evil spell.??On an island far away, a gentle tribe lived in peace and harmony. One day, an evil spirit broke free and wreaked havoc on their happy live


Platforms: Mac

License: Shareware Cost: $6.99 USD Size: 219 MB Download (46): Tulula: Legend of a Volcano Download

Added: May 10, 2013 | Visits: 682

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

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

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.058

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

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

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

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

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

Added: March 24, 2013 | Visits: 678

Fourier Analysis of a Rectangular Pulse Finding the Fourier transform of a rectangular pulse..filtering the spectrum and regenerating the signal usingthe filtered spectrum is done...at the end Rayleigh theorem is proved by showing that the energy content of both time domain and frequency domain signals are equal..your comments are...


Platforms: Matlab

License: Freeware Size: 215.04 KB Download (41): Fourier Analysis of a Rectangular Pulse Download

1 2 3 4 5 >