搜索资源列表
C
- 在TC3.0环境下开发了一个窗口界面,并能实现汉明码的编、译码功能-The TC3.0 environment has developed a simple interface, and can achieve the Hamming code of writers, decoding functions
4.hammingcode_prog
- Hamming code using C
hanmingma
- 实现(n,m)汉明码的编码码,C语言编写简单明了,并实现误码率分析-Coding achieve the (n, m) Hamming code, written in C language simple and clear, and BER Analysis
hanmingma
- 这是一个汉明码编码仿真程序 程序用C++对信息进行汉明码的编码-This is a Hamming code encoding emulator the program with C++ information hamming code
DNA-Consensus-String
- 输入m个长度均为n的DNA序列,求一个DNA序列,到所有序列的总Hamming距离尽量 小。 两个等长字符串的Hamming距离等于字符不同的位置个数,例如,ACGT和GCGA的 Hamming距离为2(左数第1, 4个字符不同)。 输入整数m和n(4≤m≤50, 4≤n≤1000),以及m个长度为n的DNA序列(只包含字母 A,C,G,T),输出到m个序列的Hamming距离和最小的DNA序列和对应的距离。 如有多 解,要求为字典序最小的解。 例如,对于下面5个DNA序列,
hanming
- 7-4汉明码的编码译码C语言程序,合肥工业大学(7-4 Hamming code encoding and decoding, C language program)
hammingcode
- 汉明码源码,采用74汉明码编码,实现3位可纠错编码(Hamming code source code, using 74 Hamming code, to achieve 3 bit error correction coding.)