readme
来自「纠错码编码以及译码源程序reed-solomon4.0」· 代码 · 共 29 行
TXT
29 行
This package implements a general purpose Reed-Solomon encoding and decodingfacility. See the rs.3 man page for details.To install, simply do the following after extracting this tarball intoan empty directory:./configuremakemake installThe command "make test" runs a battery of encode/decode tests using avariety of RS codes using random data and random errors. Each testshould pass with an "OK"; if any fail, please let me know so I cantrack down the problem.Under Mac OS X, "make test" is known to fail on the last test(65535,65503). This is nothing serious. Apparently that system has atighter limit on stack space than the typical Linux system, but thisparticular Reed-Solomon code is far larger than anything you're likelyto use in practice anyway.Phil Karn (karn@ka9q.net) 25 Feb 2002Copyright 2002, Phil Karn, KA9QThis software may be used under the terms of the GNU General Public License (GPL).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?