home *** CD-ROM | disk | FTP | other *** search
File List | 1997-02-08 | 8.9 KB | 145 lines |
- ===========================================================
- C-programming files
- ===========================================================
- The notation 'ASP' indicates the program complies with the
- standards of the Association of Shareware Professionals.
-
-
- B_PLUSUD.ZIP The b-plus program a b-tree indexing file module for c
- programmers by hunter and associates b-plus is a versatile,
- carefully designed module for c programmers who need a fast,
- efficient program for indexing data files. B-plus allows data
- records to be retrieved based on a key value without regard to
- their position in the data file. The data records can also be
- accessed in sequential order in either a forward and reverse direction.
- BAWK.ZIP bawk - text processor
- Bawk is a text processing program that searches files for
- specific patterns and performs "actions" for every occurrance
- of these patterns. The patterns can be "regular expressions" as
- used in the UNIX "ex" editor. The actions are expressed using a
- subset of the "C" language. (C source)
- BNP_MENU.ZIP Simple And Effective Menuing-System Source(C)+ Exe(DOS)+ DemoFile...
- BSTRNG11.ZIP BSTRING Version 1.10
- BSTRING Makes the powerful string functions in BASIC available
- to C and C++. All BSTRING libraries are fully written in fast
- assembly code. Optimizations for Pentium processors are
- implemented. Both Microsoft and Borland formats are included.
- BSTRING was developed by TechniLib.
- C_PREC.ZIP Operator Precedence and Associativity Rules in C / C++
- CDLLIST.ZIP This is code for an abstract data type representing a circular
- doubly linked list. This type of list is extemely usefull for
- everything from text editors to any type of dynamic storage.
- CHAMBERS.ZIP A cryptographic pseudorandom number generator
- C-LESSON.ZIP Yo! Learn C In 9 Steps!
- COMM.ZIP These functions perform serial i/o action on ibm pc (c source)
- CRC-16.ZIP Crc computation logic ,16 bit
- CRC-32B.ZIP Crc computation logic ,32 bit
- CSORT.ZIP A program which demonstrates the action of six sort algorithms
- using animated graphics. (with C source)
- CSOURCE.ZIP Borland C/C++ Source Pack Includes full SOurces for color
- blending, morphing, dissolving(+fixer), GFX- loader, warping,
- image- flips and more ... (C)Copyright Scott Anderson
- CUJAUG93.ZIP The C Users Journal Listings Archive
- CUJJUL93.ZIP The C Users Journal Listings Archive
- CUJSEP93.ZIP The C Users Journal Listings Archive
- DBASEOS2.ZIP C code that allows you to read a DBASE-III file.
- DL.ZIP Miracle C Compiler version 1.7 1 December 1996
- The Miracle C Compiler runs on a 386 PC (or better) under
- MS-DOS, accepting a dialect of the C language and generating
- object code suitable for Microsoft or compatible linker.
- EMBED21.ZIP Embedtxt is a "c" programming technique for hiding text
- information within your program in such a way as to make it
- more difficult for "hackers" to alter it. aLthough embedtxt is
- not fool-proof, it does provide a good way of protecting your
- programs from the normal attempts made by those who want to
- change your program, be it, copyright notices, configuration
- details, or whatever.
- ESPRESSO.ZIP espresso - Boolean Minimization, C source
- EXTMATH.ZIP This is a library of C-callable assembler subroutines to do
- 64-bit unsigned math. The header file, extmath.h, typedef's an
- 8-byte data type, "extnum_t", which the functions all use.
- FFT142.ZIP fft - calculate fast Fourier transform of time domain curve (C source)
- FFT3.ZIP Fast Fourier Transform
- FFT4.ZIP Fast Fourier Transform
- FFTSING.ZIP Fast Fourier Transform
- FIXFLOA2.ZIP Fix-float a library for rapid handling of decimal numbers
- represented on a fixed point binary notation (C)
- FMAZ21.ZIP FMAZ21 Version 2.1 (4/15/95)
- Generates mazes on your VGA display. The mazes are displayed in
- 3D. Use the arrow keys to solve them or have the computer solve
- them. Borland Turbo C 3.0 source code is included.
- FREQ.ZIP Counts the frequency of every character in a file ( C source)
- KBDHAND2.ZIP Keyboard INT 9 handler Handles multiple keypresses!
- KBIRS.ZIP Keyboard.C : a keyboard irs lib. Complete control
- KWTREE.ZIP Kwtree (Karl Weller; $0) lists all of the directories on the
- current disk drive.
- MIKDLL.ZIP Mikdll docs, routines & example code for creating & using your
- own dynamic loadable routines/drivers for dos without having to
- resort to assembly. * C sources for bc 3.1 * Public domain * done by mikmak
- PGEN_2.ZIP Parser Generator 2.0
- accepts a description of a context-free grammar and its
- semantic actions. It can output C language code for tables used
- to parse sentences in the described language and to interpret
- them via the semantic actions.
- PTRTUT01.ZIP A tutorial on pointers and arrays in c
- RAND1.ZIP This is the best known random number generator available (c source)
- SBASIC02.ZIP SMALL BASIC Interpeter (sbasic.c) V0.2
- SQRT.ZIP Fast square root using derivatives ( c source)
- This function returns the Square Root of the number given in
- 16.16 fixed point math. The number supplied must also be in
- 16.16 fixed point math. You must call the table(); before using
- it. The numbers returned are not precise at all but will work
- very well. Numbers can range from 0 to 300. You can increase
- this if you feel the need. It is not optimized, since I didn't
- feel like it.
- THESRC20.ZIP THE - The Hessling Editor (with C source)
- THE is a full-screen character mode text editor based on the
- VM/CMS editor XEDIT and some features of KEDIT for DOS written
- by Mansfield Software. THE is known to run on SUNOS 4.1.3,
- Solaris 2.x, Xenix-386, DOS, OS/2 2.x, Esix 4.0.3a, ATT SystemV
- 3.2, Linux, 386BSD, AIX, HP-UX, Ultrix, Sequent, DG/UX. THE
- should compile on any Unix system.
- VOLUME.ZIP volume.c
- sets the audio volume on SPARCstations running 4.*
- VT100_10.ZIP Vt-100 emulator with C source
- XMSSTUFF.ZIP XMS Memory Routines in C
- Here is my XMS memory access routines. Anyone familiar with XMS
- should get them to work without any problems (Hmm, that is what
- they told me when I started my EMS routines that never worked. Hmm...)
- XTABS200.ZIP XTABS
- "ASCII toolkit" to manipulate text files in ways useful for
- (eg) C/C++/ASM programming and Internet texts: intelligent tabs
- optimisation can detect C/C++/ASM quoted texts; conversion
- between 7-bit ASCII, PC8 & WordStar doc/nondoc; paragraph
- recognition; tabs resizing; change CR/LF/FF;
-
-
- ===========================================================
- C-Programming libraries
- ===========================================================
- C-FLOW.ZIP Cflow -- a program to reveal c program structure
- This program, CFLOW, accepts C source files as input and
- generates as output to STDOUT a roughly structured listing of
- module (function) declarations and the function calls within them.
- CRACKLIB.ZIP CrackLib is a library containing a C function (well, lots of
- functions really, but you only need to use one of them) which
- may be used in a "passwd"-like program. The idea is simple: try
- to prevent users from choosing passwords that could be guessed
- by "Crack" by filtering them out, at source.
- LZO-0_23.ZIP LZO -- a real-time data compression library
- LZO is a data compression library which is suitable for data
- de-/compression in real-time. This means it favours speed over
- compression ratio. I named it LZO standing for
- Lempel-Ziv-Oberhumer.
- PCL4W12.ZIP PERSONAL COMMUNICATIONS LIBRARY FOR WINDOWSVer 1.2, <ASP>.
- Async comm library supporting COM1-COM20 to 115,200 baud, 4+
- ports concurrently, many dumb multiport boards, 16550 UART,
- interrupt driven, RTS/CTS flow control, any UART address using
- IRQ2 thru IRQ15. Requires Microsoft or Borland C Windows SDK.
- By MarshallSoft Computing, Inc. $65.
- SNIP9503.ZIP The SNIPPETS collection is an archive of over 400 separate
- files, over 50,000 lines of mostly C/C++ source code - all
- public domain and freeware - which contains the best answers to
- "How do I...?" questions.
-
-