搜索:encoding decoding
找到约 227 项符合「encoding decoding」的查询结果
结果 227
按分类筛选
- 全部
- 技术资料 (38)
- 压缩解压 (23)
- matlab例程 (22)
- 多媒体处理 (14)
- 通讯/手机编程 (12)
- 其他 (12)
- Linux/Unix编程 (10)
- 加密解密 (8)
- 其他书籍 (6)
- 通讯编程文档 (6)
- VHDL/FPGA/Verilog (6)
- 书籍 (6)
- 单片机编程 (5)
- 单片机开发 (4)
- 文章/文档 (4)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- Jsp/Servlet (3)
- VIP专区 (3)
- DSP编程 (2)
- 数值算法/人工智能 (2)
- 电子书籍 (2)
- 可编程逻辑 (2)
- 手机短信编程 (2)
- 文件格式 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 数据结构 (2)
- VC书籍 (2)
- 无线通信 (1)
- 技术书籍 (1)
- 软件工程 (1)
- DSP工具/软件 (1)
- 通信网络 (1)
- 图形图像 (1)
- 教程资料 (1)
- Mentor (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 人工智能/神经网络 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- 手机彩信(MMS)编程 (1)
- 系统设计方案 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
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/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/519/237039.html
加密解密
AES Core Modules In this document I describe components designated to encoding and decoding using A
AES Core Modules In this document I describe components designated to encoding and decoding
using AES.
aes enc — parametrizable component which can encrypt input data, using
128, 192 and 256 bit key,
&#8226 aes dec — parametrizable component which can decrypt input data, using
...
https://www.eeworm.com/dl/648/303108.html
单片机开发
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
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.
https://www.eeworm.com/dl/519/454798.html
加密解密
Base64 encoding and decoding functions coded in c sharp for simple encryption works. Also source cod
Base64 encoding and decoding functions coded in c sharp for simple encryption works. Also source code for increasing speed of asp.net apps by combining javascripts.
https://www.eeworm.com/dl/527/432860.html
通讯/手机编程
This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and
This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
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/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.