Advertisement

Results for "Category: Math"

2_2002-2004 #127298
Simple Calculator Program

Simple Calculator Program

2_2002-2004 #127300
Fraction Calculator

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

2_2002-2004 #127352
Matrix Multiplication

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

2_2002-2004 #127358
A 5 Function Calculator

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

2_2002-2004 #127363
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ï.............................

2_2002-2004 #127424
Calculates Quadratic Formula

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

2_2002-2004 #127561
recursive functions

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

2_2002-2004 #127584
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.

2_2002-2004 #127595
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.

2_2002-2004 #127701
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.

2_2002-2004 #127742
Cubic Equations Solver using Cardano's formula

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

2_2002-2004 #127757
Combinations

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

2_2002-2004 #127764
Three by Three Matrix Utilities

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

2_2002-2004 #127772
Trinomial Factorer

A simple console program that factors any quadratic trinomial in the form AX^2 + BX + C, A != 0 (I couldn't find one on PSC so I had to make my own, darn Algebra homework...) Source code and all VC++ files included, though will run on any compiler.

2_2002-2004 #127850
Non-negative integer Multiplication of ANY LENGTH!!

Please rate me if it worked for you.It is an extremely efficient Non-Negative INTEGER MULTIPLICATION of ANY LENGTH!!I assure you it is very quick..Any CS student may need it.It is my first Submission.

2_2002-2004 #127858
_int - A fast large-integer library

This class manages large integers of any size (the size is limited by your memory). All useful operators have been overloaded so a behaviour as close to a built-in "int" as possible is given. Parts of the code have been written in inline-assembly to improve performance even more (though you can turn this feature off, in case your compiler does produce faster code for your case). There are a couple months of work in this code, so please leave a vote and a comment :)

2_2002-2004 #127877
conversion deciaml to hexa

conversion of decimal to hexadecimal

2_2002-2004 #127885
Swap Magic

Do you think it is possible to swap values between two variables without using a third temporary variable? What? No? Yes? Well, the answer is...YES. Take a look at the code and don't forget to vote!

2_2002-2004 #127901
Mortgage Calculator2

Calculates your monthly payments on a mortgage loan. Also compares how much interest to principle you are paying each payment. Also sorry i had to do it twice i accidentally put exe file instead of .cpp!

2_2002-2004 #127907
Orbit Example 1

This code shows the math necessary to simulate gravity. It uses two axis to simulate 2 dimentional gravity.

Languages
Top Categories
Global Discovery