搜索资源列表
二进制小数转换
- 二进制小数转为十进制BCD码的汇编程序,结果保留四位并在七段数码管上输出-decimal to binary decimal BCD compilation procedures, and results in four reservations in paragraph 107 digital output tube
jinzhizhuanhuan
- 本程序实现对二进制 十进制 十六进制的互相转换 1、 对进制进行判断 2、 数据的输入 3、 对数据做进制转换及输出 文件: tran.asm 源代码 设计思想.doc 简单介绍-this program right hexadecimal binary metric conversion of a mutual, the band judgment two, three data entry, data conversion and so-band output doc
二进制转化十六进制浮点数
- 我用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 programming.
code
- 设计一个可编程间隔定时器,完成8253的功能,实现以下几点要求: 1、 含有3个独立的16位计数器,能够进行3个16位的独立计数。 2、 每一种计数器具有六种工作模式。 3、 能进行二进制/十进制减法计数。 4、 可作定时器或计数器。
CodeTool
- 数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的
a_b
- bool运算(~a)&(b)二进制十进制显示
(a)AND(b)
- bool 运算(a)and(b)二进制十进制显示
(a)XOR(b)
- bool 运算(a)&XORb)二进制十进制显示
(a)OR(b)
- bool 运算(a)OR(b)二进制十进制显示
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
随机数(十进制转化为二进制)
- 现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数-modern cryptography experiments using the random number generator, and the metric system of random binary number conversion
二进制与机器码转换
- 1.进制之间的转换:可以实现十进制转换成其他的进制:二进制,八进制,十六进制;2.机器码之间的转换:输入真值,可以转换成原码,反码还有补码。-1.the conversion of scales:implemant of conversion in decimal and orther scales:binary, octal, and hex.2.the conbersion of machine codes:input ttuth value,then converting into for
C语言实现十进制转二进制转换
- C语言实现十进制转二进制转换
1.rar
- 用C#实现把一个十进制的浮点数转化为基于IEEE754浮点数存储规范的二进制表示形式,Using C# to achieve a floating point decimal floating-point numbers into memory based on a standardized IEEE754 binary representation
calculator.rar
- 二进制、十进制、十六进制数字的四则运算及转换,以及二进制的移位操作,Binary, decimal, hexadecimal digits of the four operations and conversion, as well as the binary shift operation
2_10encode
- VHDL语言描述的二进制十进制译码电路,已经编译完成-Binary decimal decoder circuit
Binary
- 二进制输出:输入十进制数,通过转化编码,以二进制形式输出-binary number output
2-Decimal-BCD-Decoder
- 二-十进制BCD译码器,就是用VDHL编写的将二进制转化为十进制的BCD译码器-2- Decimal BCD Decoder, is to use VDHL written into the binary decimal BCD decoder
二进制转十进制
- 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)
十进制转二进制
- 将多进制的数据转换成二进制的数据,用于通信数据传输(Convert binary data into binary data)