My (so called) HiP compression algorithm as console mode
utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman
Encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash
algorithm etc.
his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder).
You should run "Simulation.m" function that include all modules.
Huffman 壓縮/解壓算法的ANSI C實現
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
The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, Encoding, and encryption to their Microsoft Win32® -based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.
This is a collection of m-files I created to complete a research project into the DC components of various Encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.
Abstract—Mobile devices performing video coding and
streaming over wireless and pervasive communication networks
are limited in energy supply. To prolong the operational lifetime of
these devices, an embedded video Encoding system should be able
to adjust its computational complexity and energy consumption
as demanded by the situation and its environment.
This module is built to provide more practical/effective functions than php iconv for character Encoding conversion.
Chinese package has been included: gb<->big5, (gb,big5)<->utf8<->unicode, (gb, big5)->pinyin.
The Chinese package was built based on the Chinese Encoding lib
利用SyncML開發客戶端程序的中間件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic functionalities to all the other components developed for the J2ME platform. These
functionalities are: a persistent data storage framework, a logging framework, a framework to read different
streams of byte, a thread monitoring system and a set of classes useful for data Encoding and string
manipulation. This library may grow in future, as new functions will be seen as common to different J2ME
components.