There are 11 files, weighing 634.2 KiB with 176,577 hits in .
Displaying 1 to 11 of 11 files.
A2FPLOT (Read ASCII data and write in fplot style)
» 142.1 KiB - 5,057 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.
B-Tree implementation
» 48.0 KiB - 21,001 hits - October 7, 2008
This is implementation of Bayer-Trees, which are normally used for indices of data bases.
Bank Management Program
» 3.8 KiB - 43,164 hits - February 2, 2024
This C program is a simple banking system designed for novice programmers. The program uses graphics.h for graphical user interface elements, such as windows and buttons, and provides basic banking functionalities like creating a new account, listing all accounts, and handling account transactions. The program starts with an introduction, displaying the name of the bank using basic graphics functions. Main menu shows options to create a new account, list all accounts, show individual account info, or quit the program. It saves saves account information such as account number, name, balance, address, date, deposit, and withdrawal, in a file.
C/C++ Compiler Interface
» 52.1 KiB - 10,533 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.
Calculator
» 110.9 KiB - 37,810 hits - October 7, 2008
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen.
FLIB2C (Fortran Library to C)
» 23.0 KiB - 5,128 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.
Generating fast sorting routines
» 7.2 KiB - 5,382 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.
Profit/Loss Calculator
» 55.1 KiB - 8,492 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 - 5,601 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.
Stack Implementation in C
» 79.2 KiB - 17,300 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 - 17,109 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
