Source Code Downloads
There are 37 files, weighing 1.5 MiB with 195,460 hits in total.
Displaying 21 to 37 of 37 files.
Source Code
256-bit Serpent VB Implementation
» 6.8 KiB - 1,351 hits - March 29, 2009
This is an extremely slow but working Visual Basic implementation of the 256-bit Serpent algorithm. Since Visual Basic is bogged down by memory problems and lacks the power that C provides, high level speeds for this algorithm may never be achieved in VB.
Runtime type identification (RTTI)
» 13.3 KiB - 1,183 hits - October 7, 2008
Runtime type identification (RTTI) lets you find the dynamic type of an object when you have only a pointer or a reference to the base type.
Tic Tac Toe Game
» 17.2 KiB - 980 hits - October 10, 2008
Basic version of Tic Tac Toe Game
Utilities
Bank Management Program
» 88.5 KiB - 25,192 hits - October 7, 2008
This is an automated software system written in C programming language for Bank Management which can handle accounts for customers.
Calculator
» 110.9 KiB - 21,819 hits - October 7, 2008
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen.
B-Tree implementation
» 48.0 KiB - 12,078 hits - October 7, 2008
This is implementation of Bayer-Trees, which are normally used for indices of data bases.
Stack Implementation in C
» 79.2 KiB - 11,131 hits - October 7, 2008
This C program actually simulates the stack operations graphically and in text mode. User can Add, Delete, Search, and Replace the items from stack.
Text Editor
» 92.8 KiB - 7,070 hits - October 7, 2008
This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface
C/C++ Compiler Interface
» 52.1 KiB - 4,885 hits - October 7, 2008
It is a small program that shows a smal C program written in text mode graphics. It compiles the program and shows its output.
Profit/Loss Calculator
» 55.1 KiB - 3,151 hits - October 7, 2008
This is a small utility to calculate the net income by checking a person’s salary and monthly expenses, on the basis of this information it calculates the loss/profit.
Sort Huge amount of data
» 20.0 KiB - 1,235 hits - October 7, 2008
The bigsort routine implements a way to sort huge amounts of data that do not fit into main memory by using a multi-phase sorting on files. It is a implementation from the book “Algorithms and data structures†by Niklaus Wirth. Additionally, this routine recognizes small amounts of data that do fit into memory and resorts to a in-place quicksort.
Generating fast sorting routines
» 7.2 KiB - 1,000 hits - October 7, 2008
In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the header file “gensort.h“, contained in the above package. To obtain a sorting routine, simply define the name of the routine, the data type you want to sort and how to compare items with preprocessor symbols.
A2FPLOT (Read ASCII data and write in fplot style)
» 142.1 KiB - 788 hits - October 7, 2008
To configure the program, edit the file “jsconfig.hâ€. Since this is a general configuration file, not all settings may apply to this package. If in doubt, use grep or anything else to find out if a specific configuration symbol is used somewhere.
FLIB2C (Fortran Library to C)
» 23.0 KiB - 776 hits - October 7, 2008
FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C.
Tutorials Code
Binary Trees
» 49.7 KiB - 10,344 hits - July 15, 2009
Stanford CS Education Library: introduces the basic concepts of binary trees, and works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure, so they are a good way to learn recursive pointer algorithms.
DirectDraw Sample Program
» 18.1 KiB - 4,911 hits - October 10, 2008
This is a very simple DirectDraw sample.
Arrays as Data Structure
» 2.2 KiB - 4,564 hits - March 28, 2009
This is C and C++ source code to demonstrate the use of Arrays as data structure. Program contains four different C/C++ files which includes single and multidimensional arrays.
>