Welcome![Sign In][Sign Up]
Location:
Search - jinzhizhuanhuan

Search list

[assembly languagejinzhizhuanhuan

Description: 本程序实现对二进制 十进制 十六进制的互相转换 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 documents : tran.asm source code design. Doc briefed
Platform: | Size: 6184 | Author: 张玉峰 | Hits:

[Windows Developjinzhizhuanhuan

Description: 这个是一个实现制转换的程序,实现的范围到最大512,自己可以选择要一个什么样的进制
Platform: | Size: 6090 | Author: 郑淑美 | Hits:

[Otherjinzhizhuanhuan

Description: 本程序是一个由本人自己编写的进制转换,可以将任意数转换为36以下的任何进制数
Platform: | Size: 1024 | Author: 合合 | Hits:

[Otherjinzhizhuanhuan

Description: 进制转换,该程序实现进制之间的转换 可以在二进制、八进制、十进制、十进制之间转换
Platform: | Size: 20919 | Author: 彭敏 | Hits:

[Windows Developjinzhizhuanhuan

Description: 这是一个用于进制转换的软件,可以在十进制,八进制,和十六进制之间进行转换。
Platform: | Size: 19674 | Author: zhuixun | Hits:

[assembly languagejinzhizhuanhuan

Description: 本程序实现对二进制 十进制 十六进制的互相转换 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 documents : tran.asm source code design. Doc briefed
Platform: | Size: 6144 | Author: 张玉峰 | Hits:

[Windows Developjinzhizhuanhuan

Description: 这个是一个实现制转换的程序,实现的范围到最大512,自己可以选择要一个什么样的进制
Platform: | Size: 167936 | Author: 郑淑美 | Hits:

[Otherjinzhizhuanhuan

Description: 本程序是一个由本人自己编写的进制转换,可以将任意数转换为36以下的任何进制数-This procedure is a band I have written conversion, can be converted into 36 arbitrary number of any of the following hexadecimal number
Platform: | Size: 1024 | Author: 合合 | Hits:

[Otherjinzhizhuanhuan

Description: 进制转换,该程序实现进制之间的转换 可以在二进制、八进制、十进制、十进制之间转换 -Hexadecimal conversion, hexadecimal realize the program can convert between binary, octal, decimal, decimal conversion between
Platform: | Size: 433152 | Author: 彭敏 | Hits:

[Windows Developjinzhizhuanhuan

Description: 这是一个用于进制转换的软件,可以在十进制,八进制,和十六进制之间进行转换。-This is the one for M-ary conversion software, can be decimal, octal, and hexadecimal conversion between.
Platform: | Size: 30720 | Author: zhuixun | Hits:

[GUI Developjinzhizhuanhuan

Description: 简单的算法实现进制的转换,不需要太复杂的函数即可-Simple binary conversion algorithm, does not require too complex a function can be
Platform: | Size: 1892352 | Author: jianping | Hits:

[ELanguagejinzhizhuanhuan

Description: 一个多种进制互相转化的很强大的软件-A multi-band to transform a very powerful software
Platform: | Size: 2048 | Author: 高业超 | Hits:

[Otherjinzhizhuanhuan

Description: 10进制16进制2进制之间任意转换程序,适用于汇编学习-10 M 16 M 2 M between the arbitrary conversion process for the compilation of learning
Platform: | Size: 2048 | Author: li | Hits:

[Windows Developjinzhizhuanhuan

Description: 该程序用C++实现了将十进制数转换成二,八,十六进制-The program with C++ implementation of the decimal number will be converted into the second, eight, hexadecimal
Platform: | Size: 1024 | Author: luo | Hits:

[OS programJinZhiZhuanHuan

Description: 任意进制数的转换。 设计思路:求n整除d的余数,就能得到n的d进制数的最低位数字,重复上述步骤,直至n为0,一次得到n的d进制数表示的最低位至最高为数字。由各位数字取出相应的字符,就能得到n的d进制的字符。 主函数是用于测试trans函数,要求输入一个待转换的正整数,接着调用trans函数进行转换,并输出改正知识的2-16进制数转换结果。-Arbitrary hexadecimal number conversion. Design: n divisible by d for the remainder, we can get n the d-band minimum-digit number, repeat the above steps until n is 0, the first to be n the d-band minimum number of spaces to express the highest figure. You figure out from the corresponding characters, can be n the d-band characters. Main function is for testing trans function, asked to enter a positive integer to be converted, and then call the function trans conversion, and output to correct knowledge-band digital conversion results 2-16.
Platform: | Size: 34816 | Author: cl | Hits:

[OtherJinZhiZhuanHuan

Description: 简单的数字进制转化程序,相对WINDOWS自带计算器的优势是可以自动转换整数与小数部分的数值。-Simple transformation of the number of M-ary procedures, the relative advantages WINDOWS own calculator can be automatically converted to an integer and decimal part of the value.
Platform: | Size: 6144 | Author: YinWenjie | Hits:

[Algorithmjinzhizhuanhuan

Description: 常用的各种进制转换,包括十六进和十进制互转,二进制、ascall的转换-A variety of commonly used M-ary conversion, including conversion hexadecimal and decimal, binary, ascall conversion
Platform: | Size: 4096 | Author: 董宏志 | Hits:

[Otherjinzhizhuanhuan

Description: 进制转换器类:1.数据成员,整数;2.构造函数:①无参数;②1个整数参数;③ 拷贝构造函数;④传入指定进制的字符串做为参数;3.toString成员函数,提供1个参数,对应的整数按指定的进制转换为字符串并输出;4.主程序对其功能进行测试-M-type converter: 1. Data member, an integer 2. Constructor: ① no parameters ② 1 integers parameters ③ copy constructor ④ into hexadecimal string specified as a parameter 3.toString member functions to provide a parameter, corresponding to an integer by the specified string converted to hexadecimal and output 4. the main program to test its function
Platform: | Size: 11264 | Author: 朱留路 | Hits:

[Windows Developjinzhizhuanhuan

Description: 进制转换C代码,包括二进制,八进制、十 六进制-Convert C-band code, including binary, octal, decimal, hexadecimal
Platform: | Size: 48128 | Author: JOny | Hits:

[OS programjinzhizhuanhuan

Description: 进制转换算法 进制转换算法-jinzhizhuanhuan
Platform: | Size: 2048 | Author: jack | Hits:
« 12 3 »

CodeBus www.codebus.net