?? readme
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -