Over 100,000 software titles
Find it - Download it - Use it now!

Home    |    Most Popular    |    New Releases    |    Search
Download now - Try before you buy!
Search  Advanced Search  


Filter by:
Sort by: Direction:

C++ programming language

Found: 58. Displaying: 1-10
1 2 3 4 5 6
prevnext
hangaroo.cpp hangaroo.cpp 1.01Download Now!
Released: Jul 24, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
hangaroo V1.0 is my version of the famous and great hangaroo game. the source code is in c++. and it is very easy to understand. only the basic functionality is included. so you may freely modify and learn from the code. happy coding. this code can easily be converted into its graphical version. you may use this as your game engine. suggestions are welcome.
Downloads: 10 File Size: 113.00 KB Company: Extreme Logic  
newmat newmat 10ADownload Now!
Released: Oct 10, 2002 OS: MS-DOS License: Freeware Price: - User Rating: N/A
This C++ library is intended for scientists and engineers who need to manipulate a variety of types of matrices using standard matrix operations. Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues. It supports matrix types: Matrix (rectangular matrix); UpperTriangularMatrix; LowerTriangularMatrix; DiagonalMatrix; SymmetricMatrix; BandMatrix; UpperBandMatrix; LowerBandMatrix; SymmetricBandMatrix; IdentityMatrix; RowVector; ColumnVector. Only one element type (float or double) is supported. The library includes the operations *, +, -, *=, +=, -=, Kronecker product, Schur product, concatenation, inverse, transpose, conversion between types, submatrix, determinant, Cholesky decomposition, QR triangularisation, singular value decomposition, eigenvalues of a symmetric matrix, sorting, fast Fourier and trig. transforms, printing and an interface with Numerical Recipes in C. It is intended for matrices in the range 10 x 10 to the maximum size your machine will accommodate in a single array. The package works for very small matrices but becomes rather inefficient. A lazy evaluation approach to evaluating matrix expressions is used to improve efficiency and reduce use of temporary storage. I have tested the library with Borland (3.1, 5.02, Builder 5), Microsoft (VC++ 5, 6), Watcom (10A) C++ on a PC; Gnu G++ (2.95), Sun C++ (6) on a Sun and Gnu G++ (2.96) under Linux.
Downloads: 12 File Size: 226.54 KB Company: Robert Davies  
flacpp12.zip flacpp12.zip -Download Now!
Released: Aug 27, 2000 OS: MS-DOS License: Demo Price: - User Rating: N/A
FLAT-CPP is 32bit extension for Intel 16bit real-mode C++ compilers. After this your compiler becomes as 32bit real-mode compiler. With FLAT-CPP you can use 32bit pointers, 32bit 'dynamic' arrays and 32bit dynamic allocation with 'new', what are implemented as class-templates with dword member pointers. With FLAT-CPP you can write professional and fasts real-mode programs. For addressing 4GB memory you can use the same Borland professional compiler. You can freely use any BIOS or Dos services directly. Special requirements: 386+, 'himem.sys' installed, not any protected-mode kernel. Changes: Bugs fixed. flacpp12.zip has replaced flat_cpp.zip. Demo. Uploaded by the author. Ivar Pikker, RMSoft rmsoft.rmsoft@mail.ee
Downloads: 1 File Size: 21.08 KB Company: Ivar Pikker  
editdist.zip editdist.zip -Download Now!
Released: Jul 21, 1999 OS: MS-DOS License: Legacy Price: - User Rating: N/A
Class for edit-distance calculation. Free src
Downloads: 2 File Size: 27.86 KB Company: Simtel Legacy  
numcpp11.zip numcpp11.zip -Download Now!
Released: Jun 20, 1999 OS: MS-DOS License: Freeware Price: - User Rating: N/A
statistical computations. Included in this library are routines to solve linear systems of equations, generate random numbers, compute values for random variables, as well as various other routines that are commonly needed in science and engineering fields as well as other disciplines. Special requirements: C++ compiler. Freeware. Uploaded by the author. Brent Worden, WordenWare Brent@Worden.org ------------------------------
Downloads: 3 File Size: 47.86 KB Company: Brent Worden  
jpt40k_s.zip jpt40k_s.zip -Download Now!
Released: Dec 09, 1998 OS: MS-DOS License: Legacy Price: - User Rating: N/A
JPTUI v4.0k: Textual user interface, source
Downloads: 1 File Size: 724.02 KB Company: Simtel Legacy  
jptui4kb.zip jptui4kb.zip -Download Now!
Released: Dec 09, 1998 OS: MS-DOS License: Freeware Price: - User Rating: N/A
simple to use application programming interface. JPTUI is available for DJGPP 2 and Borland C++ 4 and is completely free. The source code is available in a separate archive. Special requirements: DJGPP 2 compiler. Changes: Source code is now available. Caps lock. ptui4kb.zip has replaced jptui4jb.zip. Freeware. Uploaded by the author. Jean-Pierre Delprat jpdelprat@teaser.fr ------------------------------
Downloads: 4 File Size: 725.36 KB Company: Jean-Pierre Delprat  
jptui4kd.zip jptui4kd.zip -Download Now!
Released: Dec 09, 1998 OS: MS-DOS License: Freeware Price: - User Rating: N/A
simple to use application programming interface. JPTUI is available for DJGPP 2 and Borland C++ 4 and is completely free. The source code is available in a separate archive. Special requirements: DJGPP 2 compiler. Changes: Source code is now available. Bug fixes. ptui4kd.zip has replaced jptui4jd.zip. Freeware. Uploaded by the author. Jean-Pierre Delprat jpdelprat@teaser.fr ------------------------------
Downloads: 3 File Size: 1.04 MB Company: Jean-Pierre Delprat  
deadgame.zip deadgame.zip -Download Now!
Released: Sep 07, 1998 OS: MS-DOS License: Freeware Price: - User Rating: N/A
The game has simple rules and are explained right away when the game starts. The fully commented C++ source code in BC++ 3.1 is included. Also a comprehensive Theory which explains the algorithm and logic used is also included. I wrote this game back in '96 but I'm now giving the executable as well as the C++ Source code away along with detailed comments and descriptions. Special requirements: None. Meetul Kinarivala meetul@usa.net
Downloads: 8 File Size: 58.92 KB Company: Meetul Kinarivala  
cpmatr11.zip cpmatr11.zip -Download Now!
Released: Jun 21, 1998 OS: MS-DOS License: Freeware Price: - User Rating: N/A
operations in your C++ program like any other built-in data types. The implementation is not optimized for performance and memory usage. So it is not suitable for large and sparse matrices. But for small and medium size matrices these should not be a problem keeping in mind the present generation of powerful computers. Special requirements: An up-to-date C++ compiler. Changes: Some conditional compilation code has been added for different compilers. cpmatr11.zip has replaced cpmatr10.zip. Freeware. Uploaded by the author. Somnath Kundu somnath@kagi.com somnathkundu@hotmail.com ------------------------------
Downloads: 3 File Size: 18.58 KB Company: Somnath Kundu  
1 2 3 4 5 6
Found: 58. Displaying: 1-10
prevnext
SpeedUpMyPC 3
SpeedUpMyPC - the award winning utility software that ensures your PC is automatically optimized for maximum performance in just a few easy clicks.

Search  Advanced Search  

Copyright © 2002 DownloadSuperstore.com