搜索资源列表
2toother
- 2.进位制转换C 能将2进制的数转换成其他进制的数。比如十进制 十六进制等
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
4
- 数据缓冲区: 7CH-7FH {基本数据区} 2A-2H[系统状态] 功能键 A (开始/暂停),B(递增/递减转换),C(60进制/10进转换),D[开串口] 0-9 时 计数停止,并对应修改缓冲区的值 30H-36H 在60进制设定的时候 。。 分位和秒位 的高位只能是- TIMES EQU 30H ROW_SCAN EQU 32H ROW_NUM EQU 33H RUN_STOP EQU 2AH
str
- C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
C-NEW
- 10进制转换16进制,并输出地址,短地址和段内地址-16 hex 10 decimal conversion, and output address, short address and the address in paragraph
c
- 数据结构大作业用c++实现任意进制的的转换。附加C语言版-Great job with the data structure c++ to achieve arbitrary hex conversion. Additional C Language Edition
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
algrithem
- 凯萨尔加密方法、找硬币问题、n!算法、斐波那契数列、不同进制转换-some algrithm in c++
003
- 这是一个有关转换进制数的C的程序。有助于初学者-Converting hexadecimal number
masm
- 微机原理的实验报告(含源码,经过测试可用),包含用74LS244和74LS273组成输入输出混合接口的设计和测试,模数转换器AD0809将输入的电平数据转换成十六进制数,8255芯片用方式0实现跑马灯和控制数码管循环显示A,b,C,d.(基于DOS环境和TD-PIT实验装置,面包板)-Microcomputer Principle of test report (including source code, tested and available), including the use 74L
C
- (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。((1) can be entered into binary, octal, decimal, and sixteen decimal number. (2) convert the number of the input into the rest of the number; (3) there is an input and output interface.)