搜索资源列表
AlgorithmCode
- 海明码 出站入站序列 非递归生成树 九格填质数 七子控棋盘等等算法-Haiming yards out station stops recursive sequence-9 grid spanning tree fill several seven-quality control algorithm chessboard, etc.
hct
- 这是一个采用VB编程的海明码校验的程序,可以模拟海明码方式的传输过程-using VB Hamming code checking procedures, Hamming code can be simulated form of transmission
HaiminCoding
- 这是一个使用visual C++ 6.0的mfc编写的海明码编码的程序,实现了海明码的编码,和一位检错。-It is a visual C 6.0 mfc prepared Haiming coding procedures, to achieve the Haiming codes, and an error.
用C语言实现海明码的计算
- 用VC实现海明码的相关编码
DMA技术图片
- 海明码的基础知识由你读-Haiming yards from the basic knowledge you read
AlgorithmCode
- 海明码 出站入站序列 非递归生成树 九格填质数 七子控棋盘等等算法-Haiming yards out station stops recursive sequence-9 grid spanning tree fill several seven-quality control algorithm chessboard, etc.
hct
- 这是一个采用VB编程的海明码校验的程序,可以模拟海明码方式的传输过程-using VB Hamming code checking procedures, Hamming code can be simulated form of transmission
HaiminCoding
- 这是一个使用visual C++ 6.0的mfc编写的海明码编码的程序,实现了海明码的编码,和一位检错。-It is a visual C 6.0 mfc prepared Haiming coding procedures, to achieve the Haiming codes, and an error.
haiming
- 海明码的程序, 可以用这个程序来实现二进制数的校验,-Hamming code of procedure, this procedure can be used to achieve a number of binary check,
C2T35
- 把ascii码转换成了11位的整型代码字,应用了海明码偶校验-put ascii code converts the 11 techniques of code words, the application of dual calibration Hamming code
CodeErroeDetecting
- 海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
netcheck
- 海明码发送与接收程序 测试信道的可靠性 可单独设立监听端口-Hamming code to send and receive testing the reliability of channel can be set up to monitor a separate port
haiming
- 该程序主要用于信息论与编码中海明码的课程设计,实现海明码的编码、译码、纠错,是一个不错的程序-The program is mainly used in information theory and coding Hamming code of curriculum design, the realization of hamming code encoding, decoding, error correction, is a goo
Hamming
- 实现海明编码,海明码校验,海明码查看,用可视化界面显示过程-Realize Hamming codes, Hamming code check, Hamming code to view, use visual interface shows the process of
hhh
- 海明码的校验,是c++程序下,是计算机通信原理相关实验-Hamming code check, is c++ Procedures, is the principle of computer communication experiment
HammingCode
- 本程序实现了将一组随即二进制数转换为海明码(HammingCode),在引入一处错误的情况下将海明码还原为原来的那组二进制数。 海明码:用于数据链路层的一中数据纠错方案。-Hamming Code
hamingcode
- 通过海明码,在数据传输过程中实现检错并纠错-Hamming codes adopted in the realization of the process of data transmission error detection and error correction
test1
- 海明码校验,实现海明码的校验,来校验海明码-Hamming code check to achieve parity Hamming code, to verify Hamming Code
Hamming_code
- 关于海明码等一些编码问题,自己当年的学习笔记,希望对那些曾经像我一样找不到权威资料的朋友有所帮助-Some coding problem, like Hamming code. once my study notes, and hope for those who used to like me couldn t find information has helped the authority
海明码校验
- 用于海明码校验。 可以它来实现二进制数的校验。