搜索资源列表
二进制小数转换
- 二进制小数转为十进制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 con
二进制转化十六进制浮点数
- 我用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
code
- 设计一个可编程间隔定时器,完成8253的功能,实现以下几点要求: 1、 含有3个独立的16位计数器,能够进行3个16位的独立计数。 2、 每一种计数器具有六种工作模式。 3、 能进行二进制/十进制减法计数。 4、 可作定时器或计数器。
numt_convert
- 十进制、八进制、二进制、十六进制的相互转换-Decimal, octal, binary, hexadecimal conversion
二进制转化十六进制浮点数
- 我用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
十进制数转换为二进制数
- 数据结构的课程设计-data structure of the curriculum design
DtoB BtoD
- 十进制数与二进制数的互相转换 编程练习-decimal number and the number of binary interchangeable programming exercises
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-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
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 con
geneticbs2rv
- 本程序是关于遗传算法的二进制、十进制之间的转换程序源码,不需要密码-the process of genetic algorithms is a binary, decimal conversion between source and do not need passwords
data_convert
- 十进制小数转化二进制小数(补码形式输出),对RAM或ROM设置初值极其方便-decimal metric system conversion binary decimal (Complement forms output), the RAM or ROM set initial extremely convenient
Binary
- 二进制输出:输入十进制数,通过转化编码,以二进制形式输出-binary number output
2_10encode
- VHDL语言描述的二进制十进制译码电路,已经编译完成-Binary decimal decoder circuit
1
- 用C#实现把一个十进制的浮点数转化为基于IEEE754浮点数存储规范的二进制表示形式-Using C# to achieve a floating point decimal floating-point numbers into memory based on a standardized IEEE754 binary representation
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)