Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Mathematics code

A Simple Times Table CreaterVersion: VB 2010
Author: Sandeep ArsuleSubmitted: 7/21/2013Downloads: 3057
Calculate a times table.

CalculatorVersion: VB 2010
Author: Sandeep ArsuleSubmitted: 7/19/2013Downloads: 2960
Complete Microsoft Calculator.

Random NumberVersion: VB 2010
Author: AcornsSubmitted: 7/6/2013Views: 5704
Picks 6 unique random numbers from 49 and displays them in label array.

Kmeans clustering algorithmVersion: VB 2010
Author: Gideon IsaacSubmitted: 11/15/2012Downloads: 3308
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.NETVersion: VB 2005
Author: Damian BoreckiSubmitted: 11/2/2012Downloads: 3036
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 ExpressionsVersion: VB6
Author: Roger AshfordSubmitted: 10/22/2012Downloads: 2188
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 LifeVersion: VB6
Author: Bryce WingateSubmitted: 8/31/2012Downloads: 2672
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>>

Scientific and standard calculatorVersion: VB6
Author: Sarvesh PawarSubmitted: 7/28/2012Downloads: 4030
This is a scientific and standard calculator with simple coding.

Mathematica ClassVersion: VB 2010
Author: Zvonimir BegicSubmitted: 6/1/2012Downloads: 3447
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 BuchsbaumSubmitted: 5/23/2012Views: 12676
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  ...