文件名称:StrToInt
介绍说明--下载内容均来自于网络,请自行研究使用
非常完整的不同进制字符转化为数据的解析代码
支持二,八,十,十六进制
1. 0b/0B开头为二进制,0bxxxxx,其中x为0或1
2. 0x/0X开头为十六提制数
3. 0 开头为八进制数
4. 1~9开头为十进制数-Very complete character into a different binary code data parsing
Support two, eight, ten, hexadecimal
1. 0b/beginning 0B is binary, 0bxxxxx, where x is 0 or 1
2. 0x/0X beginning of the 16th distill number
3.0 beginning octal
4.1 to 9 at the beginning of a decimal number
支持二,八,十,十六进制
1. 0b/0B开头为二进制,0bxxxxx,其中x为0或1
2. 0x/0X开头为十六提制数
3. 0 开头为八进制数
4. 1~9开头为十进制数-Very complete character into a different binary code data parsing
Support two, eight, ten, hexadecimal
1. 0b/beginning 0B is binary, 0bxxxxx, where x is 0 or 1
2. 0x/0X beginning of the 16th distill number
3.0 beginning octal
4.1 to 9 at the beginning of a decimal number
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StrToInt
........\Makefile
........\StrToInt.c
........\StrToIntTest.c