搜索资源列表
ASCIIStrAndHexStrTransForm
- ASCII串和16进制串相互转换的c++类,本人原创-ASCII hexadecimal string and 16 string conversion class
ConvertCode
- ConvertCode转换器des ascii md5-ConvertCode转换器des ascii md5...
Morse
- Morse密码,就是将ASCII码转换成--..这样的形式,不知道写解密没有,我忘了,没有打开看,编程方法采用的是查表法。-Morse cryptography,is to convert ASCII to code like--..The programming method is search table.
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
ChangePCdoingbyhkk
- C#之常用编码(HEX,unicode,ASCII,Base64)转换 -C# HEX unicode ASCII Base64