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

📄 rs_11_0_4.h

📁 RS编码 CodeWarrior环境例程!
💻 H
字号:
#ifndef _RS_11_0_4_H
#define _RS_11_0_4_H

#define rs_9_2_4	0	//-9+2+4->15-
#define rs_11_0_4	1	//-11+0+4->15-

#ifdef __cplusplus
extern "C" {
#endif

void rs_encode_11_0_4(unsigned char *src,unsigned char *dest);	/* length is always 9->15 */
void rs_decode_11_0_4(unsigned char *src,unsigned char *dest);	/* length is always 15->9 */

#ifdef __cplusplus
}
#endif

#endif /* _RS_11_0_4_H */

⌨️ 快捷键说明

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