搜索资源列表
二进制转化十六进制浮点数
- 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
TenToTwelve
- 该软件实现了将十进制转化为十二进制,对于任意给定的十进制,都可以转化为十二进制-The software will realize the ten decimal into binary, for any given metric, can be translated into ten binary
uCommunication
- 串口通信所需进制转换:十进制转八\二\十六进制 -string to hex hex to string
Decimal-conversion
- 从键盘输入两位无符号十进制二位数,转换为二进制转和十六进制并输出-Input from the keyboard two unsigned decimal 2 digits, converted to binary and hexadecimal switch and output
Test
- 十进制转换二至十六进制数,可以循环计算结果-binnary
several-code--CPP-
- 几个自己用C语言写的代码:十进制转成二~十六进制.cpp<将一个十进制数转换成二至十六进制的任意数>;十六进制转成十进制.cpp(将一个十六进制的数转换成十进制数) ;数字转成字符串-递归法.cpp(用递归法将一串数字转换成字符串);因子之和.cpp(找出所有因子之和等于它本身的数)-several code coded by myself use C++ language.