搜索资源列表
drwcom
- uclinux 下一个串口通讯程序!并有BCD码转换。-uclinux a serial communication program! And a BCD code-switching.
bcd2
- BCD码压缩:对数字数据进行BCD压缩和解压缩功能。-BCD code compression
tongji.asm
- 在Linux操作系统下的关于BCD码制转化的程序,主要实现该功能。-In the Linux operating system on the BCD code system into the program, the main achievement of the function.
bcd
- 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
makefile
- 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
ASC_BCD
- ASCII码和BCD码之间的相互转化源码,在SCO UNIX_SVR5系统下验证通过-ASCII and the BCD conversion
参数设置实验
- 用插针将HSI.0\HSI.1\HSI.2分别与K0\K1\K2相连,初始K0K1K2低电平。运行程序后,首先HSI.0输入正脉冲个数为数据递增个数,HSI.1输入正脉冲个数为数据递减个数;观察灯的BCD码模拟显示。HSI.2确定后BCD码亮暗显示3秒后,灯全暗,该数据存在4000H首地址中。