搜索资源列表
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
二进制与机器码转换
- 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
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
ReadBinaryFile
- 自己写的一个二进制文件读取和分析的小工具,主要特色是支持十六进制数据到十进制double和float的转换。好东西哦!-Writing itself a binary file to read and analyze a small tool, the main features are support for hexadecimal data to decimal conversion double and float. Oh good stuff!
hexconv
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
number_conver
- 完成数制之间的转换,八进制、十六进制、二进制、十进制之间的转换。可以输入其中的一种进制数值就可以转换了。-Between the completion of a number system conversion, octal, hexadecimal, binary, decimal conversion between. Can enter a hexadecimal value of which can be converted to a.
Binary
- 二进制输出:输入十进制数,通过转化编码,以二进制形式输出-binary number output
decimal
- 将二进制转化为十进制,二进制数最多64位。-As a decimal to binary conversion, binary number 64.
denbinhex
- 转换十六进制, 十进制, 二进制, ASCII码的Visual Basic 6 源代码-This project converts a value of hex (base 16), denary (base 10), binary (base 2) or ascii into each of the others.
2
- 用C#语言把符合IEEE754浮点数储存规范的单精度的浮点数从二进制表示形式转化为十进制表示-C# language to use meet the specifications IEEE754 floating-point single-precision storage of floating-point numbers from binary into a decimal representation that
lijinjia
- 这是一个用MATLAB语言编写的程序,这个程序可以实现产生一个随机数,完成这个随机数从十进制到二进制之间的转化,并仿真出频域图形-This is a MATLAB language with procedures, which can generate a random number, the completion of this random number from decimal to binary conversion between, and the frequency-domain s
P005E_Formular
- 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
BaseConversion
- 进制之间的转换,二进制、八进制、十进制和十六进制的互相转换。-Conversion between hexadecimal, binary, octal, decimal and hexadecimal conversion of each other.
二进制转十进制
- 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)