搜索:HAMMING
找到约 44 项符合「HAMMING」的查询结果
结果 44
按分类筛选
- 全部
- 技术资料 (7)
- VHDL/FPGA/Verilog (7)
- matlab例程 (5)
- 数值算法/人工智能 (3)
- 数学计算 (3)
- 通讯/手机编程 (2)
- 其他 (2)
- 汇编语言 (2)
- DSP编程 (1)
- 仿真技术 (1)
- 书籍源码 (1)
- 其他书籍 (1)
- 压缩解压 (1)
- Linux/Unix编程 (1)
- 编辑器/阅读器 (1)
- Java编程 (1)
- 通讯编程文档 (1)
- Windows CE (1)
- 系统设计方案 (1)
- 人物传记/成功经验 (1)
- 3G开发 (1)
https://www.eeworm.com/dl/532/465416.html
书籍源码
-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamde ...
https://www.eeworm.com/dl/908198.html
技术资料
Hamming_code
关于海明码等一些编码问题,自己当年的学习笔记,希望对那些曾经像我一样找不到权威资料的朋友有所帮助
https://www.eeworm.com/dl/663/188145.html
VHDL/FPGA/Verilog
hamming_decoder hamming_encoder.rar 希望对大家有帮助
hamming_decoder hamming_encoder.rar 希望对大家有帮助
https://www.eeworm.com/dl/518/425873.html
数值算法/人工智能
Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4 encoding and decoding. F
Here are the functions for Hamming code 7.4 and Extended Hamming code 8.4
encoding and decoding.
For 7.4 code, one error per 7-bit codeword can be corrected.
For 8.4 code, one error per 8-bit codeword can be corrected
and not less than 2 errors can be detected.
https://www.eeworm.com/dl/663/249356.html
VHDL/FPGA/Verilog
verilog 实现的hamming码生成
verilog 实现的hamming码生成,用于fpga
https://www.eeworm.com/dl/674/278779.html
Windows CE
经过优化的HAMMING码算法
经过优化的HAMMING码算法,用于对SLC NAND FLASH 进入实时的数据校验。
https://www.eeworm.com/dl/663/444431.html
VHDL/FPGA/Verilog
hamming/汉明码的解码代码
hamming/汉明码的解码代码,在通信中常常用到汉明码