Huffman 壓縮/解壓算法的ANSI C實(shí)現(xiàn)
This archive contains a simple and readable ANSI C implementation of Huffman
coding and decoding. This implementation is not intended to be the best,
fastest, smallest, or any other performance related adjective.
More information on Huffman encoding may be found at:
http://michael.dipperstein.com/huffman
http://datacompression.info/Huffman.shtml
Pipeline synchronization is a simple, low-cost, highbandwidth,highreliability solution to interfaces between synchronous and asynchronous systems, or between
synchronous systems operating from different clocks.
一個(gè)簡(jiǎn)單的串口文件發(fā)送接受程序。可以調(diào)節(jié)發(fā)送延遲。里面的類可以應(yīng)用在其他的環(huán)境下。A simple program that can send a file through a serial port. The delay and other parameters are changable.
This a simple hardware UART test program. It receives text lines over
the serial port and writes back a status msg with length and contents of
the buffer.