搜索资源列表
数据转换图文并茂
- 今天翻了一本计算机基础的书籍,其中十进制、二进制、八进制、十六进制之间的转换挺有意思的,也容易犯糊涂,特温故而知新。
kuhanshu
- 1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的工作变得更简单直观。 在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7
format
- 二进制、十进制和十六进制及其相互转换的公式-Binary, decimal and hexadecimal and their mutual conversion formula
8421BCD
- 8421bcd 编码 把十进制数字转换为8421bcd型二进制序列,例如11=00010001-8421bcd coded decimal numbers into 8421bcd the type of binary sequences, such as 11 = 00010001
myq
- 可以实现十进制转换成任意字长的二进制。并又可以按照这个二进制转换成十进制。这个程序对于分析不同字长对于IIR数字滤波器和FIR滤波器的影响是非常有用的。-Decimal to convert any word length of the binary. And also in accordance with this binary to decimal conversion. This program is very useful for the analysis of the impact o
matlab-bin
- MATLAB 二进制 相关函数介绍 十进制数转换为二进制数 等-MATLAB binary correlation function
convert
- 自己写的二进制补码转十进制有符号数的转换程序,程序虽小但很实用,可用作测试fpga的借口程序,已经过测试没有问题。-Twos complement to write their own turn decimal number of symbols of the conversion program, the program is small but very practical excuse can be used as a test fpga program has been tested a
a
- vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal, oc
VB--Various-binary-conversion
- VB源码,关于二进制、八进制、十进制和十六进制之间的转换。-VB source code, on the binary, octal, decimal and hexadecimal conversion between.
ZH
- 任意长度的二进制的浮点数向十进制的浮点数的转换-Arbitrary length binary floating-point number to decimal floating-point conversion
conversion
- 微机原理:使用汇编语言将二进制转换成十进制显示-the conversion Binary to decimal
double_dec2bin
- matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
Test9
- c语言实现输入一个十进制数,将其转换为二进制数(C language to enter a decimal number, converted to binary number)