搜索:Hamming+Code
找到约 4,855 项符合「Hamming+Code」的查询结果
结果 4,855
按分类筛选
- 全部
- matlab例程 (270)
- 单片机开发 (264)
- 其他 (247)
- Linux/Unix编程 (171)
- VHDL/FPGA/Verilog (166)
- 微处理器开发 (158)
- Java编程 (151)
- 嵌入式/单片机编程 (123)
- 其他嵌入式/单片机内容 (112)
- 书籍源码 (103)
- 通讯/手机编程 (92)
- 技术资料 (88)
- 数学计算 (86)
- 汇编语言 (78)
- DSP编程 (71)
- 人工智能/神经网络 (69)
- 编译器/解释器 (63)
- 压缩解压 (61)
- 其他书籍 (59)
- 网络 (53)
- VC书籍 (53)
- 加密解密 (51)
- 软件设计/软件工程 (49)
- 电子书籍 (46)
- Windows CE (45)
- 系统设计方案 (41)
- 通讯编程文档 (38)
- 数值算法/人工智能 (37)
- 操作系统开发 (37)
- 文章/文档 (37)
- Delphi控件源码 (37)
- 驱动编程 (36)
- 嵌入式Linux (29)
- 其他行业 (27)
- 游戏 (25)
- 3G开发 (25)
- *行业应用 (23)
- uCOS (23)
- Java书籍 (23)
- VxWorks (23)
- 数据结构 (22)
- Symbian (22)
- 串口编程 (21)
- 中间件编程 (20)
- Internet/网络编程 (19)
- USB编程 (19)
- 软件工程 (18)
- 文件格式 (17)
- GPS编程 (17)
- Jsp/Servlet (14)
- Windows Mobile (13)
- 语音压缩 (12)
- Applet (12)
- 其他数据库 (12)
- 手机短信编程 (11)
- Modem编程 (11)
- 编辑器/阅读器 (11)
- BREW编程 (11)
- J2ME (11)
- 精品软件 (11)
- CA认证 (10)
- JavaScript (10)
- 多国语言处理 (9)
- RFID编程 (9)
- 磁盘编程 (8)
- 技术管理 (8)
- FlashMX/Flex源码 (8)
- SQL Server (8)
- 邮电通讯系统 (8)
- 源码 (8)
- 数据库系统 (7)
- 金融证券系统 (7)
- 家庭/个人应用 (7)
- 行业发展研究 (6)
- 教育系统应用 (5)
- Delphi/CppBuilder (5)
- 人物传记/成功经验 (5)
- MTK (5)
- 手机WAP编程 (4)
- MySQL数据库 (4)
- 并行计算 (4)
- 教程资料 (3)
- STL (3)
- 单片机编程 (2)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 技术书籍 (2)
- 源码/资料 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 生物技术 (2)
- 百货/超市行业 (2)
- Ajax (2)
- VHDL/Verilog/EDA源码 (1)
- 经验分享 (1)
- 无线通信 (1)
- Windows编程 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 计算机相关 (1)
https://www.eeworm.com/dl/1010278.html
技术资料
Hamming Code
涵盖汉明码编码与解码的完整实现,包含C++源代码,从原理到实践全面解析纠错算法的核心逻辑与应用方式。
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/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/230262.html
VHDL/FPGA/Verilog
HAMMING CODE在偵錯及更正的原理實現
HAMMING CODE在偵錯及更正的原理實現,達到較快速的結果,浪費資源較少
https://www.eeworm.com/dl/619/171807.html
Linux/Unix编程
Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code. Soft-decision decoding perf
Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code.
Soft-decision decoding performed by the Green machine
https://www.eeworm.com/dl/678/377008.html
系统设计方案
Micron Nand flash Material, including ECC, Nand Command Operation, boot from nand, hamming code. Use
Micron Nand flash Material, including ECC, Nand Command Operation, boot from nand, hamming code. Useful to the nand driver developer.
https://www.eeworm.com/dl/641/437418.html
数学计算
The following source code shows an example for generating of 3bytes per 256bytes, based on hamming c
The following source code shows an example for generating of 3bytes per 256bytes, based on hamming code ecc