⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.doc

📁 该文件包含RS码编译码的相关资料和两个版本的C源码
💻 DOC
字号:
The basic coding parameters are defined usingmacros, and an executable can be made by compiling using macrodefinitions defining the values of the following names in the file"ecc.h":The important compile time parameter is the number of parity bytes,specified by the #define NPAR.The library is shipped with #define NPAR 4The error-correction routines are polynomial in the number ofparity bytes, so try to keep NPAR small for high performance.Remember, the sum of the message length (in bytes) plus parity bytesmust be less than or equal to 255. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -