|
Home >> Mathematics code
Random Number | Version: VB 2010 | Author: Acorns | Submitted: 7/6/2013 | Views: 5566 | Picks 6 unique random numbers from 49 and displays them in label array.
|
Kmeans clustering algorithm | Version: VB 2010 | Author: Gideon Isaac | Submitted: 11/15/2012 | Downloads: 3202 | Given a set of points (can be 2 dimensional, 3 dimensional, etc.) find clusters of points and the centers of those clusters. The program uses matrix operations, and so could be speeded up with a matrix library, but at the moment it hard-codes any matrix ...more>> |
Binary Converter VB.NET | Version: VB 2005 | Author: Damian Borecki | Submitted: 11/2/2012 | Downloads: 2952 | Binary Conversion Tool.
Convert Binary to Decimal, Decimal to Binary, Hex to Binary, Binary to Hex, Octal to Decimal, Decimal to Octal and many more conversions available.
To see how the application looks like visit: http://tinypic.com/r/2qjx2c6/6
...more>> |
Evaluate Expressions | Version: VB6 | Author: Roger Ashford | Submitted: 10/22/2012 | Downloads: 2100 | This is a class for evaluating mathematical, logical and
relational expressions. It is a new version of my original class
(also available here), with added support for string values. |
John Conway Game Of Life | Version: VB6 | Author: Bryce Wingate | Submitted: 8/31/2012 | Downloads: 2578 | Howdy! I recently discovered the exciting program called Life, written by John Conway in the 70s. I challenged myself to write it in Excel. Here it is! I had a blast writing and exploring the game! I recommend it to anyone who enjoys programming or has an ...more>> |
Mathematica Class | Version: VB 2010 | Author: Zvonimir Begic | Submitted: 6/1/2012 | Downloads: 3357 | This class provide functions like:
-Percentage
-PrimeFactorization
-PercenteToNumber
-IsPrimeNumber
-Mode
-ReturnNumberAndRepetitionList
-NumberAndRepetition
-Range
-Max
-Min
-Median
-Mean
-IsOdd
-RandomNumberListWithNoNumberRepeating
E ...more>> |
erf (Error function for complex numbers) | Version: VB6 | Author: Paulo Buchsbaum | Submitted: 5/23/2012 | Views: 12298 | This function calculates erf (error function or gaussian aerror
function) for complex and real numbers.
erf ( x ) = 2 / sqrt (pi) * integration (t=0,x) [ exp ( - t ^2 ) dt ]
There is no Visual Basic or VBA (Excel) code to calculate erf
funct ...more>> | << Previous Page 3 of 32 Next >>Go to page: 3 4 5 6 7 8 ...
|
|