搜索资源列表
fdzh
- 浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。-float converters, and can set the decimal points. BCD floating-point and binary floating-point operation between several mutual conversion.
IEEE754
- 这是我给学生讲IEEE754浮点数机内表示时编的一个小程序,可以讲浮点十进制数与浮点二进制数进行相互转换,并显示机内表示。
float
- 二进制浮点数的转换,
hexbin
- 用vb编制的程序,实现浮点数和二进制、十进制之间的转换,非常实用的一个小程序,拿出来跟大家分享-Prepared with a vb program to achieve floating-point and binary, decimal conversion between a very useful little program out to share with you
dec_to_dianjingdufudian
- 该程序完成了十进制数(包括小数)到二进制单精度浮点数的转换-The program completed a decimal number (including decimals) to single-precision floating-point binary conversion
bi_to_float
- 二进制ieee754标准与十进制的浮点数之间的转换,程序很小,希望有帮助。-Convert binary and decimal floating-point standard ieee754 between the program is very small, want to help.
float_and_binary
- 将浮点数和32位二进制相互转换。一共四个m文件,三个函数:小数点转二进制,浮点数转二进制,二进制转浮点;最后一个:调用函数。 希望能帮到有需要的人- floating point Numbers and 32-bit binary conversion to each other. four m file, three functions: decimal to binary, float to binary, binary to float The last one: the callin