Advertisement

Results for "Category: Math"

2002VB #24643
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).

2002VB #24681
Infix 2 Postfix

It converts infix equation to postfix or reverse polish notation

2002VB #24683
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.

2002VB #24702
_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 :)

2002VB #24712
Matrix Multiplication

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

2002VB #24713
Simple Calculator Program

Simple Calculator Program

2002VB #24730
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ï.............................

2002VB #24948
Fraction Calculator

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

2002VB #24958
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.

2002VB #24963
recursive functions

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

2002VB #25006
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.

2002VB #25046
Calculates Quadratic Formula

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

2002VB #25110
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.

2002VB #25130
Basic Five Function Calculator

This is a simple calculator program...it only does five basic operations.....+ - x / ^

2002VB #25143
Exponents of 2

This program uses basic loops to display values on screen.

2002VB #25152
Is a number prime? if not then what are its prime factors?

Enter a number and the program will determine if it is prime. If the number is not prime the program will find the prime factors. For really big numbers it should only take a few seconds to process other than that it's lightning fast

2002VB #25198
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.

2002VB #25228
Three by Three Matrix Utilities

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

2002VB #25229
Cubic Equations Solver using Cardano's formula

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

2002VB #25589
Week Ending Date

Returns the date of the week-ending day based on the input date. Useful for due-by dates, weekly accounts etc.

Languages
Top Categories
Global Discovery