ACTLIB - Another C Tools LIBrary
General purpose libraries C/C++ programmers This package contains several libraries and their source code. Some functions are quite complex, some other are very trivial but may be useful just to centralize frequently called functions (and so allows to coherently propagate modifications). The goa...
Bar Code Decoding Development Toolkit 7.5.0
Up to forty times faster than the competition, SwiftDecoder bar code decoding software has been the premier choice of automatic-identification and data-capture (AIDC) providers since 1989. Created to solve the difficult task of decoding 1D, 2D and postal bar codes traveling on high speed conveyor b...
Best library 2.32
This 360-function library, written almost entirely in pure assembler, is available to C programmers. It is blisteringly fast, especially the VGA image routines and the TRUE sprite animation routines, and is easy to use. An exhaustive documentation file accompanies this library, as do example pr...
Full Pack v1.0
A complete DOS I/O management system in Turbo C/C++. 1000's of screens, print forms, songs, and menus in less than 40k ram with no growth. Disk and mouse management, online docs and Binder formated docs printout. Functions are simple calls of file made on an editor for small code. Complete font and ...
Genetic Algorithm Utility Library (GAUL) 0.1848
A flexible programming library for evolutionary computation. Steady-state, generational and island model genetic algorithms are supported, using Darwinian, Lamarckian or Baldwinian evolution. Provides a number of alternative algorithms for comparison or local search, including tabu search, simpl...
GNU C Library
Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as the C library in the GNU system and most newer systems with the Linux kernel. Rexgard is a script version...
MikDLL library
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time. Docs, routin...