📄 release_notes
字号:
V1.0 - Initial ReleaseV2.0 - The first release exhibited a bug in the Berlekamp-Massey Algorithm. Under rare conditionsthe algorithm would report that the codeword was uncorrectable even when it had fewer errorsthan the correction power of the code. The bug was a function of the error pattern itself andcould be detected by examining the syndromes. This release of the software contains a data filethat can be piped into the bch_decoder to show the error. To do this, execute the following command: bch_decoder -k 4096 -m 13 -t 8 -p 8 < bug_data_pattern
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -