搜索结果
找到约 137 项符合
Decoding 的查询结果
按分类筛选
- 全部分类
- matlab例程 (15)
- 压缩解压 (14)
- 多媒体处理 (13)
- 其他 (10)
- Linux/Unix编程 (9)
- 通讯/手机编程 (9)
- 单片机编程 (5)
- 加密解密 (5)
- 文章/文档 (4)
- 通讯编程文档 (4)
- 书籍 (4)
- 嵌入式/单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 单片机开发 (3)
- 数据结构 (3)
- VC书籍 (3)
- VIP专区 (3)
- Java编程 (2)
- 其他书籍 (2)
- DSP编程 (2)
- 文件格式 (2)
- 教程资料 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 电子书籍 (1)
- 系统设计方案 (1)
- 邮电通讯系统 (1)
- Modem编程 (1)
- 汇编语言 (1)
- FlashMX/Flex源码 (1)
- 技术管理 (1)
- 多国语言处理 (1)
- 手机彩信(MMS)编程 (1)
- 书籍源码 (1)
- 数值算法/人工智能 (1)
- 数学计算 (1)
- 手机短信编程 (1)
- DSP工具/软件 (1)
- 技术资料 (1)
多国语言处理 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.
压缩解压 赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率
赫夫曼编译码器:
用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编 ...
Linux/Unix编程 A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution
A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution Decoding Algorithm Girth average Counter Stopping set and error Floor,etc
文章/文档 C++实现的哈弗曼编码
C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。
(2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。
(3)C:压缩(Compress)。根据HuffCode.txt中编 ...
数据结构 输入一段英文字符
输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。
(1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树;
(2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。
(3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译 ...
matlab例程 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs
多目标遗传算法程序
to run Demo files, is to run SGALAB_demo_*.m
what s new:
1) Multiple-Objective GAs
VEGA
NSGA
NPGA
MOGA
2) More TSP mutation and Crossover methods
PMX
OX
CX
EAX
Boolmatrix
3) More selection methods
Truncation
tornament
stochastic
4) mutation methods
binary single point
int/r ...
数据结构 1)I:初始化(Initialization)。从终端读入电文
1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。
(2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。
...
通讯/手机编程 This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University.
The purpose of this simulator ...
matlab例程 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_tes
小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. ...