|
 |
|
|
Submitted: July 17, 2008
Views: 6879
You can see how to use quite a few instructions here of the 8051 instruction set.
|
|
|
 |
|
|
Submitted: July 17, 2008
Views: 4339
The program shows how you can handle numbers larger than the microcontroller's wordsize i.e. 8 bits.
|
|
|
 |
|
|
Submitted: August 9, 2006
Views: 6584
A simple calculator which performs simple arithmetic, n finds roots of complex numbers. Also it can convert polar to cartesian form n vice-versa.
|
|
|
 |
|
|
Submitted: August 10, 2007
Views: 1941
Works great except for rounding off errors (and possibly some bugs I can't find). Corrections will be appreciated.
|
|
|
 |
|
|
Submitted: August 22, 2006
Views: 9011
This program uses a Newton-Raphson method to approximate one root and then find the other two roots by solving the left-over quadratic equation.
|
|
|
 |
|
|
Submitted: August 12, 2006
Views: 17309
This program uses a simple method developed by Eratosthenes(Greek mathematician). Basically u select a number an strike of all its multiplies. then u go to the next number n so on till u reach the end. What ure left with r prime numbers.
|
|
|
 |
|
|
Submitted: October 20, 2007
Views: 1861
Use this function to find you application's location on your hardisk.
|
|
|
 |
|
|
Submitted: September 18, 2007
Views: 6252
Thus function finds the determinant of a square matrix of any order
|
|
|
 |
|
|
Submitted: September 28, 2007
Views: 6637
These set of subroutines find the largest eigenvalue and the corressponding eigenvector
|
|
|
 |
|
|
Submitted: September 18, 2007
Views: 810
This function evaluates the value of a polynomial using Horner's Method
|
|
|
 |
|
|
Submitted: September 17, 2007
Views: 14469
This subroutine finds the inverse of a matrix
|
|
|
 |
|
|
Submitted: September 29, 2007
Views: 7070
This subroutine can multiply two matrices of any order (which match)
|
|
|
 |
|
|
Submitted: September 28, 2007
Views: 3280
This small subroutine returns the prime factors of a number.
|
|
|
 |
|
|
Submitted: September 29, 2007
Views: 3328
This program solves quadratic equations
|
|
|
 |
|
|
Submitted: September 14, 2007
Views: 3129
This subroutine finds the unknowns in a set of linear equations
|
|
|
 |
|
|
Submitted: October 15, 2007
Views: 1319
Divides a polynomial by (x-h).
|
|
|
 |
|
|
Submitted: August 17, 2006
Views: 10217
A simple program that solves linear equations in 3 variables using Cramer's Rule.
|
|
|
 |
|
|
Submitted: August 9, 2006
Views: 11803
This program returns da prime factors of any number u enter(Its kinda long. I wrote it while learning recursions).
|
|
|
 |
|
|
Submitted: August 29, 2006
Views: 4889
This program draws the trajectory of a projectile using line controls
|
|
|
 |
|
|
Submitted: September 21, 2006
Views: 4385
This program can divide a polynomial of any degree by a binomial of the type (x-h)
|
|