Advertisement

Results for "Category: Math"

3_2004-2005 #145626
^^A big number calculator^^

This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=,

3_2004-2005 #145671
lcpri.c

How many prime numbers are there between 1 and X? You just have to choose X and this program will do the rest. Click Luke to go to my Web Page: other source code available...

3_2004-2005 #145672
Two-Dimensional graph

The purpose of code is to draw curve on the screen according to x and y points given. (scale for x and y axis is adjustable).

3_2004-2005 #145673
Polynomial Interpolation and Operations

A Polynomial class that defines any polynomial by a default symbol(x) and overloads needed operators to any polynomial operation, the Interpolation class defines most used Numerical Analysis operators like Forward, Backward and Central operators and using them to interpolate points with both Newton Forward and Backward methods

3_2004-2005 #145715
A Metric to Standard Conversion

To convert many different measurements. For example for feet to meters, and back. There is an easy menu that guides you to what you want.

3_2004-2005 #145722
Infix 2 Postfix

It converts infix equation to postfix or reverse polish notation

3_2004-2005 #145821
Mortgage & loan payment calculator

my code calculates mortgage and or loan payments

3_2004-2005 #145842
Simple Calculator Program

Simple Calculator Program

3_2004-2005 #145844
Fraction Calculator

Fraction calculator. MFC dialog application that adds, subtracts, multiplies and divides proper and improper fractions.

3_2004-2005 #145896
Matrix Multiplication

It takes a user inputed matrix and multiplys it by another user inputed matrix producing a matrix...

3_2004-2005 #145902
A 5 Function Calculator

Just a simple calculator that will add, subtract, multiply, divide, and it will also do powers like 5^3 = 125.

3_2004-2005 #145907
Calculator in windows programme

Hello! (Sory for my english :( It is juste a windows calculator (not in MS-DOS) Good for beginers in c++ (like me :)) Please if you have a litle minute vote for me. Thank you in advance.... Kouznetsov Alexeï.............................

3_2004-2005 #145968
Calculates Quadratic Formula

This code applies the quadratic formula to an equation and derives the variable value given the three coefficients.

3_2004-2005 #146105
recursive functions

Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function

3_2004-2005 #146128
A Simple Calculator

A simple Calculator ; Well Commented easy to follow, for beginers. It also shows some basics of C++ programs. If you find this article helpful to you please send me a message.

3_2004-2005 #146139
Various math operations

Factorial, list prime numbers to a given amount, factor a positive integer, matrix multiplication (the fun part), and test to see if the inputed value was a number and not letters or excess decimal points/neg. signs.

3_2004-2005 #146245
Parabola Graphing Machine

Enter a parabola in the form of y = ax^2 + bx + c. Then the program will graph the parabola and give you info about the parabola. Very simple and easy to follow code. Please comment and vote.

3_2004-2005 #146286
Cubic Equations Solver using Cardano's formula

It finds one the roots of a cubic equation using Cardano's formula.

3_2004-2005 #146301
Combinations

Combinations of 3,4,5, and 6 letter word or number

3_2004-2005 #146308
Three by Three Matrix Utilities

Finds the determinant of 3x3 matricies and solves systems of 3 equations with 3 variables.

Languages
Top Categories
Global Discovery