搜索结果
找到约 102 项符合
encoding 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (12)
- matlab例程 (11)
- 加密解密 (7)
- 其他书籍 (7)
- VHDL/FPGA/Verilog (5)
- 通讯/手机编程 (5)
- 其他 (4)
- 通讯编程文档 (3)
- Linux/Unix编程 (3)
- Jsp/Servlet (3)
- 单片机编程 (2)
- 可编程逻辑 (2)
- 数值算法/人工智能 (2)
- 数据结构 (2)
- 单片机开发 (2)
- Java编程 (2)
- 数学计算 (2)
- 手机短信编程 (2)
- 书籍 (2)
- VIP专区 (2)
- 图形图像 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- Mentor (1)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式/单片机编程 (1)
- 软件工程 (1)
- 人工智能/神经网络 (1)
- J2ME (1)
- DSP编程 (1)
- 多国语言处理 (1)
- 手机彩信(MMS)编程 (1)
- Internet/网络编程 (1)
- 文章/文档 (1)
- 汇编语言 (1)
- VC书籍 (1)
- 电子书籍 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- 源码 (1)
- 技术资料 (1)
压缩解压 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.
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) ...
压缩解压 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 ...
其他 The Microsoft® 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 ...
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 ...
其他书籍 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 ...
Java编程 编码、解码工具类。Utility class to do Base64 decoding
编码、解码工具类。Utility class to do Base64 decoding,encoding
手机短信编程 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 ...
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 ...
数据结构 利用哈夫曼编码进行信息通信可以大大提高信道利用率
利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。
[ ...