搜索资源列表
fdzh
- 浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。-float converters, and can set the decimal points. BCD floating-point and binary floating-point operation between several mutual conversion.
GrayConvert
- 二进制、16进制、10进制及格雷码的转换程序源代码-binary, 229 16, 10 and 229 Gray code conversion program source code
data_convert
- 十进制小数转化二进制小数(补码形式输出),对RAM或ROM设置初值极其方便-decimal metric system conversion binary decimal (Complement forms output), the RAM or ROM set initial extremely convenient
bin2bcd
- binary to bcd conversion
1024位大整数相乘(N次方)取模
- 1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
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
jinzhizhuanhuan
- 常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换-A variety of commonly used M-ary conversion, including conversion hexadecimal and decimal, binary, ascall conversion
tony
- 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為
xxx
- 包括任意进制的转换和详细注解 具体的输入输出全部有提示 请按提示进行-Including arbitrary binary conversion and detailed annotation of specific input and output all prompted by prompts
DecimalTransform
- java进制转换,10进制转任意进制,包含小数,并保证精确度-java binary conversion, 10-band to any band, including decimals, and to ensure the accuracy of
Binary
- 该代码能把你输入的数字进行二进制转换,本人刚学,所以代码简单-The code can you type the number of binary conversion, I am just learning, so the code simple
dec-to-bin
- 通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.
Any-decimal-conversion
- 对输入的10进制数进行对应输入的任意进制数制的转换-The input of the decimal to binary number corresponding to the input of any system of conversion
jinzhi
- 应用后缀表达式的,来实现简单的二进制的转换-To achieve binary conversion
Conversion-between-the-values
- 实现数值之间的进制转化,可以实现二进制、十进制和十六进制的转化,关键在于能够实现超过long int型的二进制转化,不受内存整形数据类型大小的限制-Values between hex conversion, binary, decimal, and hexadecimal conversion, the key is to be able to achieve more than long int type binary transfor
myDataTransfer
- 实现基本计算机十进制,二进制,八进制,十六进制,的进制转换-Basic computer decimal, binary, octal, hexadecimal, binary conversion
dec_to_dianjingdufudian
- 该程序完成了十进制数(包括小数)到二进制单精度浮点数的转换-The program completed a decimal number (including decimals) to single-precision floating-point binary conversion
code
- 文档包含了八个北大ACM上题目:进制转换,分解因式,词典,浮点数加法,集合加法,画家问题,密码,数根,特殊日历计算,两倍的解决方案和源代码。-North ACM document contains eight questions on: binary conversion, factorization, dictionaries, float addition, a collection of additions, painter problem, passwords, few roots, s
core
- 数字计算,可用于各种进制转换。解压运行即可使用-Figures, can be used for a variety of binary conversion. Decompression can be used to run
VB-code-system-conversion
- VB二进制十进制八进制十六进制互转的代码十进制转二进制-VB binary decimal octal hexadecimal code system conversion decimal to binary
