Results for "Category: Math"
fastest prime number generator...give it a try generates prime number till u specify
a great postfix calculator that can calculate a expresion like : 3+2*5+6^8+(5+6) ,pretty cool
This code[when compiled] uses the pythagorean theory to solve for the sides of a right triangle. I wrote this code using Micosoft Visual C++ 6.0. This is the first "Major" program I have written, as I am a beginner. If you have any problems, questions or comments[about the code] please e-mail me >>> wastedhellX@yahoo.com
To make the task of averaging out numbers easy by using my programing skills
This binary translator will not translate the text to decimal, but it will translate it to a char! As example. 1101000 1101001 will be translated as 'hi'. You can also translate huge load of text. Have fun!
Program for calculating prime factors. Accepts very large numbers upto 2^53 -1 (9007199254740991)or more than 9 billion billion. Shows elasped time if time taken is 1 second or more. Largest prime accepted: 9007199254740881.
Converting
It allows the user to input the desired number of lines then after that it displays the pascal triangle in inverted position according to inputed number of lines. displaying of numbers starts from bottom to top to form ineverted triangle. It's good for beginners the code structure is easy to understand. please see the screen shot... thanks.
It solves sudoku puzzle,and frames you new sudoku puzzles.it enables the user to fix the values so that the user can solve it in PC rather than scribbling in a paper.
Used for calculating mortgage payments, loans, etc...
A simple window xp wannabee calculator program!!
Solving triangle or courtesan plane problems, converting units of measurements, converting data types, and calculating differences in time.
There method can be used to solve a set of linear equations that are based on iteration. This is an optimized jacobi iteration.
This code is useful to compute the sum of odd , even numbers and both upto certain limit.
This is an Internet Shopping Cart which is an Accounting and E-Commerce Application
It translates °F to °C or KW to PS...
This program finds the Minimum number of 7 numbers entered.
Convert from infix notation to postfix notation
This is an article on implementing vectors in C++. It contains all the 3-dimensional mathematics that can be used to make lighting calculations, physics, etc! Visit my website to find many more articles such as this one! http://akrotkov.bullet-reaction.co.uk is my site.
Program calculates the fule effiency of the car on the trip in miles/gallon and the cost for gasoline at the end of the trip. It teaches begginer programmers functions and calculations.