Advertisement

Results for "Category: Math"

6_2008-2009 #198225
Precise Calculation of Pi

This code calculates an estimated value of Pi using the Leibnitz series (which is basically a power series expansion of a trigonometric function which allows to estimate Pi very well)

6_2008-2009 #198657
Long integer Julian Day Number computation

These routines convert Gregorian and Julian calendar dates to and from Julian Day Numbers. Julian Day Numbers (JDN) are used by astronomers as a date/time measure independent of calendars and convenient for computing the elapsed time between dates. The JDN for any date/time is the number of days (including fractional days) elapsed since noon, 1 Jan 4713 BC. Julian Day Numbers were originated by Joseph Scaliger in 1582 and named after his father Julius, not after Julius Caesar. They are not related to the Julian calendar. Based on formulae originally posted by Tom Van Flandern / Washington, DC / metares@well.sf.ca.us in the UseNet newsgroup sci.astro. Reposted 14 May 1991 in FidoNet C Echo conference by Paul Schlyter (Stockholm) Minor corrections, added JDN to julian, and recast into C by Raymond Gardner Englewood, Colorado.

6_2008-2009 #198942
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

6_2008-2009 #198995
Rotating 3D Object

Ever wondered how to plot a 3 dimensional point onto a 2 dimensional coordinate system? This code shows how, and also shows the mathematics behind manipulating a 3D object in terms of rotating, scaling and translating. Try creating your own 3D object and watch it rotate around in front of you.

6_2008-2009 #199241
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...

6_2008-2009 #199267
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).

6_2008-2009 #199632
ASP.NET Popup Windows

Show any Page as a modal popup window in ASP.NET.

6_2008-2009 #200579
Infix 2 Postfix

It converts infix equation to postfix or reverse polish notation

6_2008-2009 #200656
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.

6_2008-2009 #200827
^a simple calculator

I have been learning C++ for two hours and i decided to have a shot at my first program. I am 17 and any feedback, comments would be greatly appreciated.

6_2008-2009 #201003
_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 :)

6_2008-2009 #201201
Matrix Multiplication

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

6_2008-2009 #201240
Simple Calculator Program

Simple Calculator Program

6_2008-2009 #201541
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ï.............................

6_2008-2009 #201553
Calculator (input w. operators)

This php-script let's you calculate any correct expression (like: 2^(3+(24%3))/34*4.5-.8). [Operators +-*/%(mod)^(power) and parentheses.] I programmed this because I wanted to program something for recursive calculation and because I needed to learn php for a project. Script should be easily customizable.

6_2008-2009 #202207
Mortgage & loan payment calculator

my code calculates mortgage and or loan payments

6_2008-2009 #202810
Fraction Calculator

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

6_2008-2009 #203103
recursive functions

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

6_2008-2009 #203626
A 5 Function Calculator

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

6_2008-2009 #203894
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.

Languages
Top Categories
Global Discovery