搜索资源列表
hamming积分
- 计算方法中的hamming积分的c语言源程序,可在vs中运行
HammingCode
- 本程序实现了将一组随即二进制数转换为海明码(HammingCode),在引入一处错误的情况下将海明码还原为原来的那组二进制数。 海明码:用于数据链路层的一中数据纠错方案。-Hamming Code
clvbo
- 数字滤波 器 C语言设计的 切比雪夫,海明窗设计等-Digital Filter Design C-Chebyshev, Hamming window design
hhh
- 海明码的校验,是c++程序下,是计算机通信原理相关实验-Hamming code check, is c++ Procedures, is the principle of computer communication experiment
hammingbianma
- 该程序是在Visual C++下开发的汉明码的编码过程,语言是C语言。-The procedures are in Visual C++ under the development of hamming code encoding process, language is the C language.
C
- 在TC3.0环境下开发了一个窗口界面,并能实现汉明码的编、译码功能-The TC3.0 environment has developed a simple interface, and can achieve the Hamming code of writers, decoding functions
hammingcode
- 汉明码 15-11hammingcode 的C语言实现,能够纠错-hamming code
4.hammingcode_prog
- Hamming code using C
hamming
- 汉明码(7,4)以及(15,11)的C++编解码实现-Hamming code (7,4) and (15,11) of the C++ coding and decoding achieve
vhhaammingc
- 开发使用Visual C汉明码程序源编解码器。一个非非常有用的来源纠错编码程序。完整的源代码可以直接使用。 -Development using Visual C hamming source codec. A non-very useful sources of error correction coding process. The full source code can be used directly.
haiming
- 本系统主要是用C++写的海明码编码,包括海明码的编码,纠错,检错!-Of this system is written with C++ Hamming code encoding Hamming code encoding, error correction, error detection!
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
HammingCode
- C# realization for hamming code is here
Hamming
- C++实现汉明码生成以及检错纠错过程,体现出检错纠错功能。无线网络技术与导论,计算机网络,课程作业。-Hamming code implemented in C++ and error detection and correction process, reflecting the error detection and correction capabilities. Introduction of wireless network technology and computer networ
hamming-code
- Implementation of Hamming code in C program
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)
bitdiff.tar
- Hamming distance between two 32-bit strings.
hammingcode
- 汉明码源码,采用74汉明码编码,实现3位可纠错编码(Hamming code source code, using 74 Hamming code, to achieve 3 bit error correction coding.)