搜索:Encoding
找到约 111 项符合「Encoding」的查询结果
结果 111
按分类筛选
- 全部
- 压缩解压 (12)
- matlab例程 (11)
- 技术资料 (9)
- 其他书籍 (8)
- 加密解密 (7)
- 通讯/手机编程 (5)
- VHDL/FPGA/Verilog (5)
- 其他 (4)
- Linux/Unix编程 (3)
- 通讯编程文档 (3)
- Jsp/Servlet (3)
- 书籍 (2)
- 单片机编程 (2)
- 数值算法/人工智能 (2)
- 可编程逻辑 (2)
- 手机短信编程 (2)
- Java编程 (2)
- 数学计算 (2)
- 单片机开发 (2)
- 数据结构 (2)
- VIP专区 (2)
- 源码 (1)
- DSP编程 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 通信网络 (1)
- 图形图像 (1)
- 电子书籍 (1)
- 教程资料 (1)
- Mentor (1)
- Internet/网络编程 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- J2ME (1)
- 手机彩信(MMS)编程 (1)
- VC书籍 (1)
- 行业发展研究 (1)
https://www.eeworm.com/dl/692/474357.html
行业发展研究
Abstract—We describe a technique for image encoding in which local operators of many scales but iden
Abstract—We describe a technique for image encoding in which local operators of many scales but identical shape serve as the basis functions. The representation differs from established techniques in that the code elements are localized in spatial frequency as well as in space. ...
https://www.eeworm.com/dl/619/171808.html
Linux/Unix编程
Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorith
Encoding and decoding of the binary extended (24,12,8) Golay code:
An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.
https://www.eeworm.com/dl/665/237657.html
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)
https://www.eeworm.com/dl/527/271744.html
通讯/手机编程
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
estima ...
https://www.eeworm.com/dl/518/425873.html
数值算法/人工智能
Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. F
Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4
encoding and decoding.
For 7.4 code, one error per 7-bit codeword can be corrected.
For 8.4 code, one error per 8-bit codeword can be corrected
and not less than 2 errors can be detected.
https://www.eeworm.com/dl/622/466050.html
手机短信编程
This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from
This source code in Delphi 7.0.
Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU.
You can modify it or change it for meet your requirement.
https://www.eeworm.com/dl/676/286886.html
手机彩信(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.
https://www.eeworm.com/dl/647/139193.html
嵌入式/单片机编程
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
https://www.eeworm.com/dl/542/296013.html
其他书籍
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
https://www.eeworm.com/dl/641/437397.html
数学计算
This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3
This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3 man page for details.