搜索资源列表
N进制数转换成10进制数
- N进制数转换成10进制数的程序 有时候能派上用场吧也许 我希望网上多些功能单一的程序-N band conversion into 10 bases of the process sometimes it can be useful perhaps I hope more online functions in a single procedure
十六进制数相加校验和计算程序
- 【汇编语言编程使用工具】【十六进制数相加校验和计算程序】
二进制转化十六进制浮点数
- 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
16进制数转换成十进制
- 16进制数转换成十进制-16 metric conversion
对10进制数进行基数排序
- 对10进制数进行基数排序 c语言程序
浮点数和单精度数互换
- Labview的浮点数和单精度数互换VI。
栈的数制转换算法
- 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
二进制转化十六进制浮点数
- 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
汇编
- 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A
16进制数转换成十进制
- 16进制数转换成十进制-16 metric conversion
加减乘除四则运算
- 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6-This downloaded from the Internet from a computer progr
栈的应用(1)数制转换
- 栈的应用(1)数制转换-stack of applications (1) Number System Conversion
d.c
- 这只是.c文件,主要实现2、8、10、16进制数之间的转化。-only. C, main 2,8,10,16 band between the number of transformation.
N进制数转换成10进制数
- N进制数转换成10进制数的程序 有时候能派上用场吧也许 我希望网上多些功能单一的程序-N band conversion into 10 bases of the process sometimes it can be useful perhaps I hope more online functions in a single procedure
十六进制数相加校验和计算程序
- 【汇编语言编程使用工具】【十六进制数相加校验和计算程序】-[Assembly language programming tools] [hexadecimal number add checksum calculation program]
change
- 1、实现大小写字母之间的转换:输入的字符串中,不是字母的字符不改变;大写字母改成小写字母时,若是大写字母则不改变;同样,小写字母改成大写字母时,若是小写字母则不改变 2、二进制和十六进制数之间的转换:输入一个二进制数(或十六进制数),用十六进制数(或二进制数)表示输出;最多能把十六位二进制数(或四位十六进制数)用四位十六进制数(或十六位二进制数)表示输出;小于十六位(或四位)时按回车结束并输出 3、十进制数和十六进制数之间的转换
char
- 用子程序设计的方法,分别把BUF字单元中的四个十六进制数转换为ASCII代码存入MAS开始的单元中,并在crt上显示。-Design method with the subroutine, BUF word units, respectively four hexadecimal number is converted to ASCII code into the beginning of the unit in the MAS and
HexadecimalTOBinary
- 把十六进制数的ASCII代码转换成二进制数-Sexadecimal number number ASCII code conversion binary number
converter
- (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and outpu
浮点数转10进制数
- 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)