搜索结果
找到约 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)
matlab例程 A simple (de)compression program using Run Length Encoding. Compression is done that easy: compr
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData)
加密解密 C#编写的带控件图象加密解密功能 主要是encoding和decoding二函数
C#编写的带控件图象加密解密功能
主要是encoding和decoding二函数
通讯/手机编程 Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum
Computes BER v EbNo curve for convolutional encoding / soft decision
Viterbi decoding scheme assuming BPSK.
Brute force Monte Carlo approach is unsatisfactory (takes too long)
to find the BER curve.
The computation uses a quasi-analytic (QA) technique that relies on the
estimation (approximate on ...
DSP编程 dsPIC DSC Speex Speech Encoding-Decoding Library
dsPIC DSC Speex Speech Encoding-Decoding Library
多国语言处理 This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the
This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior when it encounters problems during the encoding or decoding process.
手机彩信(MMS)编程 Java library for encoding/decoding MMS messages. Also provides a simlpe client for sending MMS throu
Java library for encoding/decoding MMS messages. Also provides a simlpe client for sending MMS through a WAP gateway.
其他书籍 STUDIO ENCODING PARAMETERS OF DIGITAL TELEVISION FOR STANDARD 4:3 AND WIDE-SCREEN 16:9 ASPECT RATIO
STUDIO ENCODING PARAMETERS OF DIGITAL TELEVISION FOR STANDARD 4:3
AND WIDE-SCREEN 16:9 ASPECT RATIOS
单片机开发 Library and command line program for Huffman encoding and decoding both files and chunks of memory.
Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
压缩解压 EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of
EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of EZW or SPIHT algorithms showed better performance than the MPEG-2 compression algorithm. These algorithms have many advantages inherent for wavelet based schemes and EZW-like coders. Their most import ...
压缩解压 資料壓縮技術與應用-變動長度編碼壓縮及解壓縮(Run Length Encoding) 整數採用固定長度一個位元組表示法 對於只出現一次的位元組S亦用iS取代
資料壓縮技術與應用-變動長度編碼壓縮及解壓縮(Run Length Encoding)
整數採用固定長度一個位元組表示法
對於只出現一次的位元組S亦用iS取代