搜索资源列表
hex2dec
- 16进制转10进制的汇编小程序,微机原理课时的作业
8位二进制转化为2位BCD的PIC子程序
- 8位二进制转化为2位BCD的PIC子程序-eight binary into two BCD PIC Subroutine
16-10
- 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging w
16convert10
- 16进制转10进制,临时做的工具用来算16进制转10进制-229 16 10 to 229, the tools to do the provisional count 16 to 229 10 to 229
HexToInt
- 用c语言实现16进制转10进制,经过改良过的。-Use c language to realize 16 M 10 M, after improved.
hex2dec
- 16进制转10进制的汇编小程序,微机原理课时的作业-16 M to 10 M of the compilation of small procedures, hours of operation Microcomputer Principle
Translate
- 将16进制字符串转10进制的程序,有主要函数讲解.-Hexadecimal string of 16 to 10-band procedures, and explain the main function.
StrToHexDecOctBin
- 任意进制的整数转化为2进制,8进制,10进制,16进制的数。-Arbitrary integer to hexadecimal notation 2,8,10,16.
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
HexSring2Ascii
- 一个16进制转10进制的小工具,对于需要字符串进制转换很有用-10 hex 16 hex turn a small tool, the need to convert hex string to be useful
dw
- pb的一些程序,包括16转10进制,dw的格式设置,图形dw的图形属性设置等-Pb of some of the procedures, including 16 turn 10 into the system, dw format setting, graphics dw graphic attributes set, etc
16To-10
- 16进制转10进制的Delphi的小程序-Hexadecimal turn into the system of Delphi 10 small programs
jscode10to16
- 编译16进制转10进制 可以讲十进制的文字转为16进制-html javascr ipt code what 16 to 10
868123
- #include <stdio.h> #include <stdlib.h> //输入十进制数N和转化的进制数M void trans(int n,int m) { char str[100] int i for(i=0 n>0 i++) {if (n m<10) {str[i]=n m+ 0 } else {str[i]=n m-10+
h2d
- 使用Verilog语言编写的16进制转10进制程序-Verilog language using hexadecimal decimal program turns 10
b2d
- 使用Verilog语言编写的2进制转10进制程序-Using Verilog language binary program turns 10 decimal
2T0K10
- 2进制转10进制的小程序,PLC辅助编程工具,DIY的,已经试过,-2 u8FDB u5236 u8F6C10 u8FDB u5236 u7684 u5C0F u7A0B u5E8F uFF0CPLC u8F85 u52A9 u7F16 u7A0B u5DE5 u5177 uFF0CDIY u7684 uFF0C u5DF2 u7ECF u8BD5 u8FC7 uFF0C
浮点数转10进制数
- 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)
16进制转10进制
- 16进制转10进制 参数不得含'0'~'9'、'a'~'f'、'A'~'F'之外的任意字符(首尾空格除外),否则返回0(16 hexadecimal to 10 decimal parameters, shall not contain'0'~'9','a'~'f','A'~'F' except any character (except for the front and back spaces), or else 0)
hexspinbox
- 基于qt的spinbox组件的使用,讲10进制的spinbox数据转换成16进制输出(Use qt-based spinbox components to convert decimal spinbox data to hexadecimal output)