加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s <pieces> <pieces-needed> file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z <compression-level> input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]
The Microsoft(R) Guide for Assembly Language and C Programmers
By Ray Duncan
PROGRAMMING FOR MS-DOS
Genealogy of MS-DOS
MS-DOS in Operation
Structure of MS-DOS Application Programs
MS-DOS Programming Tools
Keyboard and Mouse Input
Video Display
Printer and Serial Port
File Management
Volumes and Directories
Disk Internals
Memory Management
The EXEC Function
Interrupt Handlers
Installable Device Drivers
Filters
Compatibility and Portability
MS-DOS FUNCTIONS REFERENCE
IBM ROM BIOS AND MOUSE FUNCTIONS REFERENCE
LOTUS/INTEL/MICROSOFT EMS FUNCTIONS REFERENCE
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.
Very very small GUI. Usefull for small system,
without OS or small OS. Event driven, support user message to GUI.
included simle widgets: nested menu, window, dialog, inputline, scroll list.
Footprint for 16 bit CPU - aprox. 60kB.
Languadge - C