搜索结果

找到约 102 项符合 encoding 的查询结果

压缩解压 My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a

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.
https://www.eeworm.com/dl/617/189479.html
下载: 193
查看: 1063

matlab例程 his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w

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) ...
https://www.eeworm.com/dl/665/194477.html
下载: 150
查看: 1060

压缩解压 Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffm

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 ...
https://www.eeworm.com/dl/617/206030.html
下载: 27
查看: 1035

其他 The Microsoft&reg Cryptographic Application Programming Interface (CryptoAPI) provides services that

The Microsoft&reg Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32&reg -based applications. Application developers can use the functions in the CryptoAPI without k ...
https://www.eeworm.com/dl/534/232527.html
下载: 60
查看: 1070

matlab例程 This is a collection of m-files I created to complete a research project into the DC components of v

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 th ...
https://www.eeworm.com/dl/665/237664.html
下载: 34
查看: 1045

其他书籍 Abstract—Mobile devices performing video coding and streaming over wireless and pervasive communica

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 con ...
https://www.eeworm.com/dl/542/247364.html
下载: 168
查看: 1042

Java编程 编码、解码工具类。Utility class to do Base64 decoding

编码、解码工具类。Utility class to do Base64 decoding,encoding
https://www.eeworm.com/dl/633/252897.html
下载: 33
查看: 1042

手机短信编程 This module is built to provide more practical/effective functions than php iconv for character enco

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 ...
https://www.eeworm.com/dl/622/261713.html
下载: 164
查看: 1044

J2ME 利用SyncML开发客户端程序的中间件

利用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 fun ...
https://www.eeworm.com/dl/660/267433.html
下载: 99
查看: 1049

数据结构 利用哈夫曼编码进行信息通信可以大大提高信道利用率

利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 [ ...
https://www.eeworm.com/dl/654/271494.html
下载: 186
查看: 1195