搜索资源列表
RS_BCH_channelcoding
- RS-BCH REED SOLUMEN 信道编码纠错码算法,用MATLAB编程-RS-BCH Reed SOLUMEN channel coding algorithm for error-correcting codes, using MATLAB programming
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
program.rar
- MIMO-OFDM技术,以及算法仿真程序,空时编码,V-BLAST编码算法等。,MIMO-OFDM technology, and simulation algorithm, space-time coding, V-BLAST encoding algorithm.
Genetic-Algorithm-Toolbox-v1.2
- 工作原理是通过模拟自然界中生物进化的过程,设计相应的进化算子和操作,来解决复杂的实际问题,是一种建立在自然选择和遗传学基础上的搜索寻优算法。它从一组随机产生的种群开始,这个种群由经过基因编码的一定数量的个体组成,按照适者生存和优胜劣汰的规则,通过比较每个个体适应度的大小,选择适应度较大的个体进行交叉、变异,产生的新一代更适应环境的种群参与进化。通过一代一代不断的繁衍进化,最终得到最适应环境的个体,即得到问题的最优解。-Works by simulating the process of biol
LTE-SISO
- LTE系统的一个比较完整的编程,包括Turbo编码,CRC校验等,不过没有同步算法-A more complete programming LTE system, including Turbo coding, CRC check and so on, but there is no synchronization algorithm
QKPCA-Algorithm
- Rough set of coding procedures, including a number of modules to choose from
C语言编程
- C语言常见编码练习题,提高算法水平。附源码。(C language common coding exercises to improve the level of the algorithm.)
HuffmanCode
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod