|
Home >> Mathematics code
Finding Maximum Value | Version: VB6 | Author: Joven M. Muana | Submitted: 4/17/2007 | Views: 64507 | This code will show you how your going to find and display the maximum value in your array. |
Sort Array in Ascending Order | Version: VB6 | Author: Joven M. Muana | Submitted: 4/17/2007 | Views: 71685 | This will show you how to sort an array data and display it in ascending order.
|
Sort Array in Descending Order | Version: VB6 | Author: Joven M. Muana | Submitted: 4/17/2007 | Views: 34905 | This will show you how to sort an array data and display it in descending order.
|
How to make an invoice program | Version: VB 2005 | Author: Andrei Suba | Submitted: 3/28/2007 | Downloads: 21171 | This was taken off my computer science test in class:
Students are required to create a program that will calculate the total purchase of a custumer in the store. The rorm should look something like this....and it show's a picture of the program.
* ...more>> |
Solve a set of LinearEquations by GaussElimination | Version: VB6 | Author: Dipankar Basu | Submitted: 2/10/2007 | Views: 11555 | Perform Gaussian Elimination to solve a system of linear equations on n-variables, having n-number of equations, with partial pivoting. This is the final update to my program. Subject : Methods of Numerical Analysis
|
Scheduling algorithm(Short Remaining Time First) | Version: VB6 | Author: TH SIson | Submitted: 2/5/2007 | Downloads: 5997 | Hi Greetings to you Great Programmers! Well I'm just a student trying to learn more...because I learn a lot from this website, here's one I can share.. It's my school Project in Operating System "The scheduling algorithm(Short Remaining Tme First) I think ...more>> |
Random Lottery Number Generator | Version: VB 2005 | Author: Shane Hinchy | Submitted: 1/14/2007 | Downloads: 9660 | The application generates 6 random numbers plus 1 bonus number to simulate the picking of numbers for the lottery.
|
Secant method to approximate root of a function | Version: VB6 | Author: BasuDip | Submitted: 12/24/2006 | Views: 16440 | Compute a root of a given equation (function of 1 variable) using Secant method. This is my second program on Methods of Numerical Analysis. |
Gauss Elimination on N-variables | Version: VB6 | Author: Dipankar Basu | Submitted: 12/23/2006 | Views: 16853 | This is an update to my previous program. Perform Gaussian Elimination method to solve a system of n-variables of n-linear system of equations.
I hope the program will ne some help to students on the subject.
| << Previous Page 12 of 32 Next >>Go to page: 12 13 14 15 16 17 ...
|
|