error correcting code 美 英 un.错误校正码;误差校正码;纠错码 英汉 网络释义 un. 1. 错误校正码 2. 误差校正码 3. 纠错码 例句 释义: 全部,错误校正码,误差校正码,纠错码 更多例句筛选 1. TheError-CorrectingCodetechnologyobtainshigherreliabilitythroughtheredundancyinformation. ...
multiple error correcting code 重差校正码 error correcting telegraph system 纠错电报系统,纠错电报系统,改错电报系统 generalized error correcting tree automaton 广义的误差校正树状自动机 相似单词 code n. 1.[C]法典,法规 2.[C]规则,规范;礼教习俗 3.[C,U]代号,代码;电码;密码 4.【电脑】(不严格地...
错误纠正代码(Error Correcting Code) 1. 什么是错误纠正代码(Error Correcting Code)? 错误纠正代码(Error Correcting Code,ECC)是一种在数据传输或存储过程中,用于检测和纠正错误的编码技术。它通过在原始数据中添加冗余信息(即校验码),使得接收方能够在不依赖发送方重新传输的情况下,自行发现并纠正错误。 2. 错误...
The resulting code C° is an (n − 1, ≥ [K/2], ≥ d) code. Puncturing: If d≥ 2, deleting one coordinate gives an (n − 1, K,≥ d − 1) or [n − 1, k,≥ d − 1] code C*. Extending: For d odd, adding the overall parity check (sum modulo 2 of all ...
Thus, the latest current FIFO used for the symbols of the oldest symbols stored in the vacated positions, resulting FIFO "slip" on the error correction code interleaving provides a very effective and reliable use of memory.CN罗伯特·J·凡福莱...
error correcting code 英 [ˈerə(r) kəˈrektɪŋ kəʊd] 美 [ˈerər kəˈrektɪŋ koʊd]网络 纠错码; 错误校正码; 纠错代码; 纠错编码; 错误修正码 ...
The use of an error correcting code is advantageous in many ways: it allows reducing the effect of random intensity noise, it corrects outliners near the border of the fringe commonly present when using intensity discrete patterns, and it provides a robustness in case of severe measurement ...
Hamming error-correcting code (ECC) is a method of both detecting and correcting errors in data. It can be used for storage and transmission integrity. Error correcting codes work by mathematically combining data values, such that if the math isn’t equal when you look at it later, something...
假设我们要传输一个大小为 n 的数据集,不幸在传输过程中发生了错误,有些数据变了(generally,一个 0-1 串的某些位置发生了翻转)但我们不知道哪里错了,这时候要想恢复数据就不是一件容易的事。Error correcting code 就是一类在出错之后还能恢复数据的编码方案。(类似地,有 error detecting code,出错之后能看出来...
This page contains several computer programs, written in C/C++ language (and some Matlab scripts), that implement encoding and decoding routines of popular error correcting codes (ECC), such as Reed-Solomon codes, BCH codes, the binary Golay code, a binary Goppa code, a Viterbi decoder and ...