搜索资源列表
def2equ
- Aogosoft.com站上一网友写的程序,专门用来转换资源(rc文件)中的常量定义到汇编的INC文件格式 使用Win32Asm编程的过程中,经常要用到常数定义,如果是有资源的程序更是如此, 自己当初编程时是先将要转换的C语言常数ID复制到程序的常数区.const中,然后再用查找替换功能去掉#define语句,再一个个地在常数和数值之间加equ。多的时候麻烦死了。 于是便想开发一个专门用于将这些C语言格式的常数定义转换为汇编格式的程序,刚好五一有时间就做了个。现在希望大家帮
简单的常用进制数值转换演示程序
- 我制作的简单的常用进制数值转换演示程序-produced by the band used simple numerical conversion Demonstration Program
keyboard_band
- 这是一个电子琴的力度键盘程序,每个键有两个点,程序的要求就是测试出两个点之间的时间差,并转换成音量数值(0-7f,转换表未附)。请注意,这个程序是有版权的。请勿使用于商业用途。 -This is the intensity of a flower procedures keyboard, each key has two points, the procedure is tested two point difference between the time and converted in
SDTOB(16b)
- 数值转换程序,可以将十进制字符穿转化成二进制字符-numerical conversion process, which would be decimal characters wear into binary characters
dec_hex_bit
- 用于较大数值的十进制,二进制,十六进制数值相互转换和十六进值到字符串的转换.-larger values for decimal, binary, Numerical mutual hexadecimal conversions and 16 string into the value of the conversion.
num2eng_Code
- 【软件简介】 1、本软件能将千万位以下的数值翻译为英文金额表达。因英语金额表达方式多种,本软件只根据目前外资公司商务英语惯用方式自动生成英文金额(如有需要变更,可以联系我)。 2、只需输入阿拉伯数字就自动化翻译为英文表达方式,一键复制,随处可贴。 3、新版本在优化了界面的同时改进了部分语法错误,增加了监视剪切板自动输入功能,还增加了计算器及记事本工具。 4、1.1.18新增了定时功能、office 快捷方式、中英文转换、关机功能、缩小到状态栏等。
datadis
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数 分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal (a symbol-four numerical), This will separate two decimal to binary number, and then seek its, and then as a decimal f
numt0rmb
- 数值转大写人民币C++源代码,和一般的转换程序比已充分考虑到各种情况和习惯读法-numerical yuan of capital to C source code, and a general conversion ratio has taken into account various situations and Reading habits
键盘录入数据的转换与显示
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 symbolic value), this will be two decimal number were converted to a binary number, and then seek his, and
jzzh
- 很有意思 能把2进制数值转换成10进制 也能把10进制转换成2进制-two very interesting band can Numerical converted into 10 band 10 band can also convert two band
数值转换
- 这是一个关于数值转换的程序,是用MASM来实现的,可以实现二进制和十进制,及十六进制之间的转化。-This is a numerical change of the procedure is the use of Shape to achieve, and can achieve binary and decimal, hexadecimal and the conversion between.
The-decimal-turn-hex
- 十进制数值转换成是十六进制,如果要八进制转十六进制一样简单,把那个 d写成 o,输入八进制数就可以了。-Octal value is converted to hexadecimal, hexadecimal if you want to switch to decimal as simple to write that d o, enter the decimal number on it.
szzh
- 使用delphi语言编写的数值转换程序,可以在十六进制和十进制相互转换-Delphi language use numerical conversion process, you can hex and decimal conversion
ADC0832_tset
- 因为AD0832的VREF为5V,它的分辨率:5/255=0.0196 AD转换的数值*分辨率就是测量到的电压 计算电压:AD0832*0.0196,为了计算方便先去掉0.0196的小数点,变成196,计算好了再把小数点补上-Because the AD0832' s VREF for 5V, its resolution: 5/255 = 0.0196 AD conversion value* resolution is measured by calculating the v
sdfsadfs
- 数值转换与运用 非常好用 很好的啊啊 -Numeric conversion
1
- 一个数值显示的asm汇编,用masm写的,将数值转换成ASCII再显示-Asm a numeric display assembly, with masm write, then the value is converted into ASCII display
shuzhihuanhuan
- 数值转换,10与8之间的数制转换,进制转换,10进位数与8进位数,2进位数 -Numerical transformation, between 10 and 8 number system conversion, hexadecimal conversion, 10 digit and 8 digit, 2 digit
stringtohex
- 自己练习用的程序,一些自己写的小例子,包括数值转换和字符串的一些操作-example write example
int16-to-hex-string
- 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
代码转换实验
- 1.编写并调试程序,将内存中BCD码转换为二进制码,在DEBUG中查看。 2、BCD码转换为二进制码 在各种智能仪器和信息处理中,人们总习惯于十进制数来表示信息。但绝大多数计算机没有十进制运算指令(仅有十进制调整指令)。这是因为实现十进制算术运算的硬件电路要比采用二进制算术运算的硬件电路复杂得多。例如,当两个整数进行算术运算时,对一个N进制的数需记住N(N+1)/2个“积”与“和”。当N=10时,需记住55个“积”与“和”;而当N=2时,只需记住3个。从占用存储空间来看,采用二进制数比采用