Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> C / C++ -> General Code Adds this page to your personal favorites
  General Code

3d Libmatrix
Simple vector and functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least. Sources for vector & matrices stuff, usefull to any good 3d engine code.
Size: 5 Kb  Downloads: 8636 Updated: 1999-5-12  Rating: 
5 Ways To Calculate Pi
The five included files illustrate different methods to appoximate Pi.
Size: 5 Kb  Downloads: 6692 Updated: 2000-9-29  Rating: 
A Contour plotting source
Size: 4 Kb  Downloads: 4164 Updated: 2000-9-28  Rating: (Not Rated)
Advertisment
A fast SquareRootroutine in Asm and C
Size: 2 Kb  Downloads: 7352 Updated: 1999-1-28  Rating: 
A Simple 6 Function calculator 0.0
This calculator is basically for C programmers who are new to the C world.You may Find it Interesting.. more Updates Coming Soon
Size: 1 Kb  Downloads: 1857 Updated: 2005-4-20  Rating: 
A Simple K-means Clustering Routine 1.0
This routine takes as input an array of data points, a desired K value, and an error tolerance; it returns an array of cluster labels corresponding to the data points, and optionally an array of the final centroids.
Size: 1 Kb  Downloads: 1240 Updated: 2005-9-26  Rating: 
AdMath v1.0
AdMath is a C/C++ library for advanced mathematics. it includes many rare features such as declaration and manipulation of complex numbers, geometrical and stereometrical functions. AdMath is a powerful math solution!
Size: 10 Kb  Downloads: 3627 Updated: 2003-7-10  Rating: 
Advanced Calculator in C v1.3
This is a very useful and a simple calculator in turbo C it is easy to understand .
Size: 19 Kb  Downloads: 632 Updated: 2006-9-25  Rating: 
Algebra linear functions in language C.
A) Basic functions (use fractions) : addm, subm, multm, powm, smultm, transpose, trace, det, minor, cofactor, mcofactor, adjoint, inverse, gauss, gaussjordan. b) With random values. c) Save your work in a text file. math, algebra linear, matrix, language c, source.
Size: 0 Kb  Downloads: 3023 Updated: 2003-8-13  Rating: (Not Rated)
Application of the identity matrix II. v05
Algebra linear : Application of the identity matrix II. a) The work on a column in one step. b) All the values below the pivot in one step. c) All the values above the pivot in one step.
Size: 80 Kb  Downloads: 986 Updated: 2003-8-14  Rating: 
Arabical to Roman numeral
This program convert an Arabical numeral in the rank betwenn 1 and 3000 to Roman numeral.
Size: 4 Kb  Downloads: 8430 Updated: 2003-7-25  Rating: 
Arithmetic expression interpreter in C
Size: 7 Kb  Downloads: 3686 Updated: 2000-9-28  Rating: 
Base Conversion of Numbers
C programmers must be able to work with binary, octal, decimal, and hexadecimal numbers. This article describes a general purpose conversion and formatting routine for numbers in these (and other) bases.
Size: 5 Kb  Downloads: 12880 Updated: 2000-9-29  Rating: 
Based integer v1.0
This is a module for implementing an abstract data type named "based integer". What is "based integer"? "based integer" is a type which has two fields. The first field is its "base", while the second is its "symbolic representation". For example, the binary number 1000 can be interpreted in to "...
Size: 4 Kb  Downloads: 787 Updated: 2003-1-23  Rating: (Not Rated)
Binary number to decimal number
It takes binary number as input from user and convert it into decimal number.
Size: 0 Kb  Downloads: 2655 Updated: 2004-1-2  Rating: (Not Rated)
C Source for a Boolean evaluator with C sourcecode.
Size: 12 Kb  Downloads: 2987 Updated: 2000-9-28  Rating: (Not Rated)
C-code for tabulation method
Source code for simplification of boolean functions.
Size: 4 Kb  Downloads: 1885 Updated: 2003-4-1  Rating: 
Calculator V 1.0.
This is a Dos based Calculator. This Calculator includes mathematical Functions. This Program was Developed in C Language.
Size: 28 Kb  Downloads: 2364 Updated: 2007-4-21  Rating: (Not Rated)
Calculator with 10 mathematical functions v1.0
It is a simple calculator with some common mathematical functions . usefull for new to C.
Size: 32 Kb  Downloads: 2696 Updated: 2003-6-8  Rating: 
Calculator with C source
This is a simple integer arithmetic calculator program. It uses Infix notation, i.e. 1+2*3 as opposed to "reverse polish" notation: 1 2 3 * +.
Size: 6 Kb  Downloads: 16498 Updated: 2000-9-28  Rating: 
Calculus (Derivative:Newton's method). v04
You can see the result in Gnuplot. * Compute sqrt(a). * Compute and draw the real roots of f. * Compute and draw the intersection points of g and h .
Size: 27 Kb  Downloads: 2175 Updated: 2003-8-13  Rating: (Not Rated)
Calculus (Derivative:Normal). v04
You can see the result in Gnuplot. * Draw the normal. * Animate the normal. * Find the intersection points of the normal with the x-y axis. * Find the length of the normal from P to the x axis. * Find the length of the normal from P to the y axis. * Find the length of the under normal.
Size: 32 Kb  Downloads: 848 Updated: 2003-8-13  Rating: (Not Rated)
Calculus (Derivative:Tangent). v04
You can see the result in Gnuplot. * Draw the tangent. * Animate the tangent. * Find the intersection points of the tangent with the x-y axis. * Find the length of the tangent from P to the x axis. * Find the length of the tangent from P to the y axis. * Find the length of the under tangent.
Size: 32 Kb  Downloads: 787 Updated: 2003-8-13  Rating: (Not Rated)
Calculus (Integral:Area). 04
A) You can see the result into Gnuplot. * Compute the area A of the region bounded by the graph of f, the x axis, x = a and x= b. * Compute the area A of the region bounded by the graph g, h, x = a and x= b.
Size: 30 Kb  Downloads: 1158 Updated: 2003-8-14  Rating: (Not Rated)
Calculus (Integral:trapezoidal, Simpson's rule) 04
* Approximate the definite integral by using the trapezoidal's rule. * Approximate the definite integral by using the Simpson's rule.
Size: 22 Kb  Downloads: 4990 Updated: 2003-8-14  Rating: 
Collins math library v1.0 (C src)
Size: 175 Kb  Downloads: 2790 Updated: 2000-9-29  Rating: (Not Rated)
Complex functions in C
Size: 3 Kb  Downloads: 4406 Updated: 1999-11-16  Rating: (Not Rated)
Complex Numbers v1.0
This is a program that can work with complex numbers.You just enter real part,imaginative part,and program shows you results.I used structures,header files,functions and I made this program on hard way so for beginners this sourcecode will be a bit complicated,experienced programers would probably ...
Size: 24 Kb  Downloads: 119 Updated: 2007-10-5  Rating: 
Convert Basic numeric values to C and visa versa, C source
Size: 20 Kb  Downloads: 2982 Updated: 2000-9-28  Rating: (Not Rated)
Convert infix notation to postfix notation
Size: 2 Kb  Downloads: 16230 Updated: 2000-9-29  Rating: 
Convert Numbers to Roman Numerals
Size: 0 Kb  Downloads: 6157 Updated: 2000-9-29  Rating: 
Convert Roman numbers to/from Arabic, w/C src
Size: 16 Kb  Downloads: 4682 Updated: 2000-9-29  Rating: 
Cplxcalc-The complex number calculator v1.7
This is a complex number calculator capable of doing elementary mathematical operations on complex numbers. Moreover it has memory storage provisions just like a calculator. The source code in simple C language has been included. EXE file generated in Turbo C+1.01 has also been included in the p...
Size: 26 Kb  Downloads: 5566 Updated: 2002-7-8  Rating: (Not Rated)
Decimal math of #'s stored as strings
Size: 5 Kb  Downloads: 1871 Updated: 2000-9-29  Rating: (Not Rated)
Decimal number to octal number
It converts decimal number into octal number , it takes data from user.it is very easy to use.
Size: 0 Kb  Downloads: 1226 Updated: 2004-1-12  Rating: (Not Rated)
Decimal to binary converter 0.0
LOGIC OF THE PROGRAM if a number >= 2^n its given 1 else 0. its similar to writing the following for example: binary of 120 would be 1111000 all you need to do to find binary equivalent is dat make such a combo that powers having 1 under them add to form the decimal number please let me know if ...
Size: 21 Kb  Downloads: 220 Updated: 2007-8-3  Rating: (Not Rated)
Decimal to binary number
It takes decimal number as input from user and converts it to binary number.
Size: 0 Kb  Downloads: 3062 Updated: 2004-1-2  Rating: (Not Rated)
Decimal to hexadecimal
It converts decimal to hexadecimal number, by taking input from user.it is very easy to use
Size: 0 Kb  Downloads: 3332 Updated: 2004-1-12  Rating: 
EE - Expression Evaluator by M.Morley - (c)
The EE module provides a handful of 'C' routines that allow you to incorporate mathematical expression evaluation into your programs.
Size: 21 Kb  Downloads: 3974 Updated: 2000-9-28  Rating: 
EMATRIX V1.0
This program computes and displays the determinant and inverse of any nxn matrix. It is very good.
Size: 22 Kb  Downloads: 1370 Updated: 2005-8-1  Rating: 
Espresso - Boolean Minimization, C source
Size: 131 Kb  Downloads: 4601 Updated: 2000-9-29  Rating: 
Evaluation of Prefix Natation C/C++
Recurrsive yet easy to understand Program to Evaluate prefix expression in C
Size: 0 Kb  Downloads: 2151 Updated: 2004-4-21  Rating: 
Example Demonstrating RSA Algorithm. 1.0
Developed by Kulin Thakore, a student from Nirma University, Ahmedabad, this program gives u a practical demo as to how the RSA algorithm works. I have included prime numbers which are easily factorizable for the sake of simplicity, but you can modify the program as per your wish.
Size: 1 Kb  Downloads: 399 Updated: 2006-7-11  Rating: (Not Rated)
Expression evaluator
Size: 11 Kb  Downloads: 3068 Updated: 2000-9-28  Rating: (Not Rated)
Expression Evaluator in C
Size: 21 Kb  Downloads: 5489 Updated: 1999-8-15  Rating: (Not Rated)
Expression Evaluator v1.0
This program will evaluate any algebraice expression. Think of this as a command line calculator with operator precedence for your dos or unix box. You can enter n numbers of operations on command line. e. g. 12 + 20 / 2 - 23 + 35. It will actually show you how the expression is evaluated. Writt...
Size: 12 Kb  Downloads: 2947 Updated: 2002-8-6  Rating: (Not Rated)
Expression evaluvator v1.0
Expression evalution the program evaluate any expression (it support "^,%,*,/,-,+" and "() [] {}") with precedence "()[]{}" then "^" then "/ * %" then "- +"
Size: 3 Kb  Downloads: 9001 Updated: 2002-11-8  Rating: 
Extended arithmetic functions (extmath version 1.0)
ExtMath is a shareware library of C callable functions for arithmetic with very large numbers, for 386 and higher PCs.
Size: 63 Kb  Downloads: 2020 Updated: 2000-9-29  Rating: (Not Rated)
Factoring Program... 1.0
This program will take any number(up to 4294967296) and factor it. simply made.
Size: 0 Kb  Downloads: 759 Updated: 2005-2-2  Rating: (Not Rated)
Fast and precise area under some popular statistical
distributions calculations header for c/c++ programs. introductory set.
Size: 2 Kb  Downloads: 1378 Updated: 2000-9-29  Rating: (Not Rated)
Fast integer squareroot calculation algorithm (With C/ASm src)
Size: 4 Kb  Downloads: 6066 Updated: 2000-9-29  Rating: (Not Rated)
Fast square root using derivatives ( C source)
Size: 1 Kb  Downloads: 2906 Updated: 2000-9-29  Rating: (Not Rated)
Fix-float
A library for rapid handling of decimal numbers represented on a fixed point binary notation + 32 bit inexhaustible random number generator with C/Asm code.
Size: 60 Kb  Downloads: 7371 Updated: 1999-8-15  Rating: (Not Rated)
Flat Square Root
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge. With C source.
Size: 1 Kb  Downloads: 3485 Updated: 1999-5-12  Rating: (Not Rated)
FORMULC.C 2.1
A fast interpreter of mathematical functions. The functions enable the user of a C program to enter mathematical functions and to evaluate them very rapidly.
Size: 15 Kb  Downloads: 2742 Updated: 2000-9-29  Rating: (Not Rated)
Geometric Calculator v1.0
This program allows you to choose from 10 geometric operations, all you have to do is give it some input and it'll do all the caculations!!! great for highschool/college students!
Size: 34 Kb  Downloads: 989 Updated: 2004-1-22  Rating: (Not Rated)
GMATRIX v1.0
This program reduces any mxn matrix of any order to reduced row echelon form.
Size: 21 Kb  Downloads: 120 Updated: 2007-5-18  Rating: 
GoldBach Conjecture v.1.1
In this program, the user types an even integer and the computer gives two prime numbers that sumed results the number that the user has given. Its source is easy to understand and it may be itseful for beginners in C.
Size: 10 Kb  Downloads: 924 Updated: 2003-11-28  Rating: (Not Rated)
Gravit 0.4.2
Gravit is a gravity simulator which runs under Linux, Windows and Mac OS X. It's released under the GNU General Public License which makes it free. It uses Newtonian physics using the Barnes-Hut N-body algorithm. Although the main goal of Gravit is to be as accurate as possible, it also creates beau...
Size: 830 Kb  Downloads: 348 Updated: 2006-8-5  Rating: (Not Rated)
How to use Fixed Point (16.16) Math
Size: 9 Kb  Downloads: 3452 Updated: 1999-8-15  Rating: 
Integra1.c
A simple program to integrate a function by the rectangle method aproximation
Size: 0 Kb  Downloads: 1019 Updated: 2003-3-18  Rating: (Not Rated)
Jacobi Iteration v1.0
Jacobi Iteration for linear system. See readme file for description.
Size: 2 Kb  Downloads: 211 Updated: 2007-8-3  Rating: (Not Rated)
Keercalculator v1.0
Calculator program with all math functions including trigonometric, logarithmic, exponential, power, sq root, square, cube, natural log, factorial, permutation, combination etc.
Size: 1 Kb  Downloads: 3784 Updated: 2002-9-4  Rating: (Not Rated)
Legendre polynomial "v1.0"
The program to evaluate the legendre's polynomial using recursion.
Size: 1 Kb  Downloads: 2158 Updated: 2002-7-18  Rating: 
LINEAR CIRCUIT ANALYST 1.0
It is a Linear circuit analyst capable of solving small linear(resistive) circuits . It can be extended and is intended to be uploaded for user responses .
Size: 55 Kb  Downloads: 1023 Updated: 2003-1-14  Rating: 
Literalnb
Converts its first unsigned long integer argument into a string like for example if the input is 1982 then the output is "one thousand nine hundred and eighty two"
Size: 12 Kb  Downloads: 344 Updated: 2004-11-25  Rating: (Not Rated)
Logic to quickly compute the points along a bezier curve.
Size: 7 Kb  Downloads: 3091 Updated: 2000-9-28  Rating: (Not Rated)
Long double precision printf for DJGPP
This archive contains C source and object files to improve floating point printf and scanf accuracy of D. J. Delorie's DJGPP C library (version 2.01, 2.02 or 2.03). With this change, the I/O accuracy passes tests for compliance with IEEE 754 and 854 standards. Dated 8/18/00.
Size: 0 Kb  Downloads: 424 Updated: 2002-7-4  Rating: (Not Rated)
LPC-PARCOR-CEPSTRUM Generator for C Programmers version 0.5b
Size: 46 Kb  Downloads: 2523 Updated: 1999-1-28  Rating: (Not Rated)
Math functions for C
Size: 16 Kb  Downloads: 7271 Updated: 2000-9-28  Rating: 
Math graph
This file includes two simple mathematical graphics examples.
Size: 1 Kb  Downloads: 1137 Updated: 2003-6-25  Rating: (Not Rated)
MATH.C Mathematical subroutines for use with Lattice or
Microsoft- compiler. This file contains the combined source files of the most important mathe- matical formulas written for the Lattice C Compiler.
Size: 5 Kb  Downloads: 2920 Updated: 2000-9-29  Rating: 
Mathematical functions utility in C (v 1.1)
SiMple parser and evaluator of mathematical functions.
Size: 80 Kb  Downloads: 2847 Updated: 2000-9-29  Rating: (Not Rated)
Matrices 0.0
This program performs most of the operations required in matrices like 1) addition 2) subtraction 3) multiplication 4) symmetry 5) transpose this program also demonstrates simple use of arrays and their properties....
Size: 0 Kb  Downloads: 1528 Updated: 2005-4-21  Rating: 
Matrix (Area of Triangle) GUI 1.0
This Programm calculate the area of triangle with given vertices(values) in Graphical Form step by step Procedure using Matrics.
Size: 2 Kb  Downloads: 289 Updated: 2006-1-25  Rating: (Not Rated)
Matrix and 3D geometry functions library in C
Size: 11 Kb  Downloads: 11367 Updated: 1999-12-16  Rating: 
Matrxf08.zip v08
Linear algebra (use fractions) : addm, subm, multm, powm, smultm, transpose, trace, det, minor, mminor, cofactor, mcofactor, adjoint, inverse(adjoint()), inverse(gaussjordan), gauss, gaussjordan.
Size: 95 Kb  Downloads: 2188 Updated: 2003-8-14  Rating: (Not Rated)
Number crunching library written in C. v0.1
The file exports very useful functions such as ReverseNumber, CountDigits, ExchangeDigits, etc. This file is designed to be a real number crunching library. but remember that this is just BETA version.
Size: 4 Kb  Downloads: 1137 Updated: 2002-8-6  Rating: (Not Rated)
Number Inverter v.1.1
This program gets a number form the user and shows it inverted by a math expression. Its code is very easy to understand and it may be useful for beginners.
Size: 7 Kb  Downloads: 661 Updated: 2003-12-4  Rating: (Not Rated)
Number system converter
This program converts a number into a number system.
Size: 13 Kb  Downloads: 751 Updated: 2004-9-24  Rating: (Not Rated)
Number System v1.1
Number System 1.1 is a good application for converting between four number systems (decimal, binary, hexadecimal and octal). You can convert all 8, 16 and 32 bit signed or unsigned numbers.
Size: 4 Kb  Downloads: 1186 Updated: 2002-8-23  Rating: (Not Rated)
Number2Text v1.0
This program converts any number from 0 to 99,99,99,999 to words . This can be useful in situations like receipt printing where we need to specify a number in words . Although the code is C the algorithm ive used can be used to port the program to any other platform. Hope u find this useful :).
Size: 2 Kb  Downloads: 115 Updated: 2007-4-3  Rating: (Not Rated)
Pascal triangle
It creates a pasacal triangle with the data taken from user .it is very easy to use.
Size: 0 Kb  Downloads: 3408 Updated: 2004-1-2  Rating: 
r250 - portable random number generator
Size: 3 Kb  Downloads: 3315 Updated: 1999-8-15  Rating: (Not Rated)
Random number generator in C/asm
Size: 19 Kb  Downloads: 6926 Updated: 2000-9-29  Rating: 
Random numbers generator (C output) v1.0
Generates random numbers either as integers between 0 and the maximum integer on the machine or doubles in the range 0-1. Can also generate C-Style array of random numbers which can be included in source code.
Size: 0 Kb  Downloads: 1902 Updated: 2003-2-3  Rating: (Not Rated)
Reverse polish notation calculator
This program which has been developed in C, uses the Reverse Polish Notation or RPN in short. The user has to give the numbers first and then the operand for example if the operatio nto be performed is say 56 + 34 then it has to be typed as 56 34 + for a subtraction operation the greater number ...
Size: 1 Kb  Downloads: 6827 Updated: 2000-2-4  Rating: 
Roman equivalent final
This program converts any number to its roman equivalent.
Size: 0 Kb  Downloads: 537 Updated: 2005-5-23  Rating: 
Roman to Arabical numeral
This program convert a roman number in the rank between I to MMMCMXCIX to arabical number.
Size: 4 Kb  Downloads: 2589 Updated: 2003-7-25  Rating: 
Simple Expression Evaluator v1.0
It is a simple algebraic expression evaluator. supports expression of type : a-3.3-b*(c+2)^3 Supports following operators :- + Addition - Subtraction / Division * Multiplication % Modulo () Brackets
Size: 23 Kb  Downloads: 3894 Updated: 2002-9-12  Rating: (Not Rated)
Simple Expression Evaluator v1.00
This program is simple expression evaluator and can evaluate simple algebraic expressions in infix notation. Such as : a+b+c a*(b+c) (a+b)/(a-b) etc.. Operators Supported : '^' Exponentiation '/' Division '*' Multiplication '+' Addition '-' Subtraction '%' Modulus '()' Brackets
Size: 30 Kb  Downloads: 4374 Updated: 2002-9-7  Rating: (Not Rated)
Small Matrix Toolbox for C programmers 0.42 (C)
Size: 40 Kb  Downloads: 2820 Updated: 2000-9-28  Rating: (Not Rated)
Source for linear to Ulaw conversion
Size: 1 Kb  Downloads: 3926 Updated: 1999-1-28  Rating: (Not Rated)
Source of a Ballistic calculation program
Size: 8 Kb  Downloads: 4300 Updated: 2000-9-28  Rating: 
Star system v.2
A simple program of moving planets and moons with orbits, different speed and rotation directions. If you making some space games, (like me) just for fun, it might help you.
Size: 28 Kb  Downloads: 219 Updated: 2006-7-24  Rating: 
Statistical testing or monte carlo method
This method determines the value of pi following the statistical testing. Randomness is used here to obtain a deterministic result, an approximation of the real number pi.
Size: 37 Kb  Downloads: 1320 Updated: 2002-7-30  Rating: (Not Rated)
Tabulation Method
This Program has been written to implement Tabulation Method to simplify the boolean expressions.This program modifies Tabulation Method to give all possible simplest solutions.
Size: 6 Kb  Downloads: 916 Updated: 2004-6-4  Rating: (Not Rated)
Text mode in Linux
This small tutorial program helps to use the textmode in linux. using textmode in LINUX is very easy and the tutorial presents it in a nice way(i think).It is done using ncurses library version 5.3 . it also demonstrates how to use mouse in linux using ncurses environment.
Size: 5 Kb  Downloads: 1058 Updated: 2003-6-6  Rating: (Not Rated)
The Incredible Superpowerful Floating Point Package for BDS C
Size: 52 Kb  Downloads: 1385 Updated: 2000-9-29  Rating: (Not Rated)
The logrthm.h file is an extension to the math.h header file.
Where most company's math libraries define a logarithm to the base e function and, maybe, a logarithm base 10, none that I have seen allow for other bases. This file defines the function "logrthm" that returns the Log base B of N. B and N may be any combination of types int, float, double, long doub...
Size: 1 Kb  Downloads: 2969 Updated: 2000-9-29  Rating: 
This is the best known random number generator available with C
source.
Size: 4 Kb  Downloads: 5768 Updated: 1999-8-15  Rating: (Not Rated)
Transpose and determinent of a matrix v0.0
This program convert a given matrix into its transpose, and include another programe that tells the determinent of amatrix.
Size: 20 Kb  Downloads: 1893 Updated: 2003-8-3  Rating: 
Transpose of sparse matrix
This sourcecode performs a transponse of a sparse matrix
Size: 1 Kb  Downloads: 1350 Updated: 2004-11-30  Rating: 
Vectac08.zip 08
Vector : a) Verify with numeric applications, you can see the result in Gnuplot. * Reflection about the x-axis. * Reflection about the y-axis. * Reflection about the line y = x. * Orthogonal projection on the x-axis. * Orthogonal projection on the y-axis. b) The coefficients, integers or fractio...
Size: 88 Kb  Downloads: 621 Updated: 2003-8-13  Rating: (Not Rated)
ZenBunkai V1.0
ZenBunkai is a program for factorizing all the numbers 2 to N into prime numbers, where N is given, consequently finding the prime numbers between 2 to N. You can print the list of factorizations of 2 to N, or optionally print the list of prime numbers between 2 to N. In addition to the executab...
Size: 34 Kb  Downloads: 921 Updated: 2003-9-21  Rating: (Not Rated)


Found a broken link? Please report it to us.

  See also  
 Files
   x86 Sourcecode
    Math routines
   C++ Sourcecode
    Mathematics
   Pascal Sourcecode
    Mathematics
 Articles
   C/C++ Articles & Tutorials
    Mathematics
   C++ Articles & Tutorials
    General C++ Articles
   Mathematics
    Mathematic articles
 

Sponsored Links 
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Software Localization Tool Sisulizer
Localize DotNet, C++ Builder, Delphi, C/C++, Visual Basic & Java apps & html help. Try Sisulizer now
Buy a link now

Advertisement