搜索资源列表
HexStrToIntac
- C++/VC.Net...实现二进制、八进制、十进制、十六进制之间的转换 实现不同进制数的加减乘除运算 所有的数据需由键盘(或鼠标操作...输入输出界面,可通过设置窗口或模拟计算器的外形做一些设计。 -C / VC.Net ... to achieve binary, octal, decimal, hexadecimal conversion between the different band to achieve a number of arithmetic operations all
10to16
- 用c写的 十进制到十六进制转换用到的相关函数-used to write in metric Hexadecimal use the correlation function
shuzhizhuanhuan
- 用C++编写的关于转换数字进制的转换程序,可以实现2进制向任意进制转换
2toother
- 2.进位制转换C 能将2进制的数转换成其他进制的数。比如十进制 十六进制等
binToAsc
- 由二进制文件转成C语言格式的16进制数组 例如:一个内容为(99a54abcd8)的二进制文件 转换后的内容为0x99, 0xa5, 0x4a, 0xbc, 0xd8
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
MutiBaseoutput
- c语言通用实例开发经典 源码,执行文件和运行截图!进制转换-c language common to develop a classic example of source code, the implementation of documents and running screenshot! Hexadecimal conversion
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
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
jizhizhuanhuan
- C语言版的数据结构,利用数据结构的设计思想,来实现进制转换,即二,十,八,十六进制的相互转换。-C language version of the data structure, the use of the data structure design concept to achieve binary conversion, ie, ten, eight, hexadecimal, the mutual conversion.
hexadecimaleditor
- 采用C++语言编写的十六进制编辑器-完整版本,简洁易懂。有ASCII转换等效果。是学习的好代码。VS2008编译通过。-C++ language using hex editor- full version, simple and easy to understand. Effects are ASCII conversion. A good code to learn.
c
- 数据结构大作业用c++实现任意进制的的转换。附加C语言版-Great job with the data structure c++ to achieve arbitrary hex conversion. Additional C Language Edition
str
- 这个是用C++做的词法分析器,可以识别字符串和数字以及关键字,还有进制之间的转换-This is written in c++ do lexical analyzer, can identify the string and a number and key words, and into the conversion between
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
algrithem
- 凯萨尔加密方法、找硬币问题、n!算法、斐波那契数列、不同进制转换-some algrithm in c++
C-code
- c语言学习中实用经典类型代码集合,包括进制转换、条件判断、趣味计算等多种类型-C practical language learning classical type code sets, including hexadecimal conversion, the condition judgment, and other types of interest calculation
calculator
- 能实现加减乘除运算等复杂运算,能实现进制转换、能实现复杂表达式计算(It's a very useful calculator!)
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.)