搜索资源列表
栈的数制转换算法
- 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
数制转换.txt
- 数制转换.txt.rar 把文件名中的 .rar 去掉-digit conversion. Txt.rar documents from the head. Rar removed
数制转换
- 数制转换,可以进行各种进制的转换而且方法相当简单,希望别人能用得到-digit conversion can be carried out various band and the transformation method is quite simple, others can use to be
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
栈的应用(1)数制转换
- 栈的应用(1)数制转换-stack of applications (1) Number System Conversion
数制转换(3)
- 一个自制的数制转换软件。-one of the few self-made system conversion software.
数制转换课程设计
- 关于数制之间的转换
进制转换器
- 五、 进制转换器(10) 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 ,Friday, hex converter (10) request: (1) may enter the binary, octal, decimal, hexadecimal number (2) will have entered into the rest of the number of h
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
text07
- 设计一个数制转换类:实现十进制—二进制,十进制—八进制转换。输入十进制数,转换后分别显示二进制,八进制数。-Design a system for converting a number of categories: the realization of the metric system- binary, decimal- octal conversion. Enter a decimal number, the conversion after the show binary, octal
CommonAlgorithm_C_language
- C语言的小算法,包括链表,汉偌塔,进制转换,数组,数据结构等-Small C language algorithms, including linked lists, Han Ruo-tower, hexadecimal conversion, arrays, data structures, etc.
1
- 数据结构(C语言版)中关于数制转换的内容-Data structure (C language version) converted on the contents of a number of system
B06040403_a_5
- 题目:进制转换 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -MFC
shuzhi
- 数制转换--------- 任意给定一个M进制的数x ,请实现如下要求 1) 求出此数x的10进制值(用MD表示) 2) 实现对x向任意的一个非M进制的数的转换。 3) 至少用两种或两种以上的方法实现上述要求 ---------- Arbitrary number system conversion to a number of M-band x, requested the achievement of the following requirements 1) to de
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
logical-operation-ASCI
- ASCII及进制转换: 2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
stack
- 栈源码,链式栈的各种操作,栈的应用实例:包括符号匹配,数制转换,表达式求值-Stack source, the various operations chain stack, the stack of the application examples include: symbol matching, number system conversion, expression evaluation
浮点数转10进制数
- 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)
ex2
- 微机原理实验,汇编语言实验键盘输入与数制转换(DOS Microcomputer principle experiment Keyboard input and conversion)
二进制原码补码转换
- 实现进制之间的转换,通过使用list<>数组以及转换公式实现(Conversion between the realized decimal)