Advertisement

Results for "Category: Math"

2_2002-2004 #128338
Pythagorean Theory

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

2_2002-2004 #128399
Linear Equation In 3 Variables

This program solves 3 given linear equations in x,y and z to give the values of x,y and z that satisfies the given equations.The program also generates a 3 d graph of each of the given linear equations.

2_2002-2004 #128400
Calculator In C++

This is a simple calculator with '+' , '-' , '*' & '/' functions.It also finds the sin,cos,tan of a number(in degrees).

2_2002-2004 #128407
MathDrawer: A feature-rich mathmatical plotting application

MathDrawer was a project for my Visual C++ course. I was so excited about programming for Windows with this powerful language that I went far beyond what was required for the project. The end result is this: a rich featured plotting application that supports many trigonometric and other functions. It has three modes of operation: drag mode to let you set the scale of the graph by dragging the plot area, percision mode that will make the mouse pointer snap to the curve, and finally scroll mode which is like drag but scrolls automatically as you move the mouse. The application also lets you export the graph as BMP file. I'm sure there are other great graphing applications out there but this one demonstrates a lot of concepts in MFC and Windows programming. Vote if you like it, and don't forget to leave a comment or two.

2_2002-2004 #128415
Learning about Vectors

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.

2_2002-2004 #129205
Grapher

Never use graph paper again! This little baby can graph any function you please! Once it has done that just print the thing out! Great for homework stuff. To change the funtion you want graphed, simply open up the ASP file in a text editor and change the function around. (As well as some other customizations.) Have fun!

2_2002-2004 #129468
A simple calculator using VBScript

This is a simple calculator I made using VBScript and HTML.

2_2002-2004 #129471
another version of tempreature converter

converts from celcius to fahrenhite and vice versa, it's a new version of a similar program i submitted before.

2_2002-2004 #130069
PHP Function: dec2roman()

The PHP Group have made sure to include many number conversion functions (i.e. decbin(), bin2hex(), et cetera) but they forgot to include one extremely important function (well, not that important). They forgot a decimal to Roman numeral converter! I forgive them for such an oversight, and have written a function to accomplish the conversion. Originally released in July 2002, dec2roman() has been recoded (and optimized) from it's primitive ancestor. The original code was built to compliment an outline I built.

2_2002-2004 #130071
Number Converter

This utility shows how to convert numbers to different types (i.e. hex, decimal, binary, octal).

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

2_2002-2004 #130712
All C# Beginers Programs

Helping hand for the beginers! the .zip file contains these files Add.cs,Fabo.cs,Add.cs,Sort.cs,Greater.cs,Binary.cs,Reverse.cs,Prime.cs,Gcd.cs,BinSort.cs,Pascal.cs, Calendar.cs

2_2002-2004 #130833
Angle

This code allows for the easy drawing of angle measures (in either Radian or Degrees). It also provides a simple code for drawing lines in VB.NET

3_2004-2005 #145545
A better Random Number Generator

This is a better random number generator than comes standard. It's from a very good book on algoritms. You should read it

3_2004-2005 #145549
Math translator

It translates °F to °C or KW to PS...

3_2004-2005 #145565
Finds the Minimum number of 7 numbers

This program finds the Minimum number of 7 numbers entered.

3_2004-2005 #145571
Calculate fuel efficiency

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.

3_2004-2005 #145574
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)

3_2004-2005 #145607
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.

3_2004-2005 #145622
^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.

Languages
Top Categories
Global Discovery