readme
来自「RS 码的编译码程序」· 代码 · 共 23 行
TXT
23 行
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.Phil Karn (karn@ka9q.net) 1 Jan 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 + -
显示快捷键?