搜索资源列表
7-13
- tr1 byte \"Please input the first 64-bit in hex:first - second\",0dh,0ah,0 string byte \"remener :use enter to tell high 32-bit from low 32-bit\",0dh,0ah,0 examp1 byte \"eg: 1234ecdf\",0dh,0ah,0 examp2 byte \" 03ab2543\",0dh,0ah,0-tr1 byte
str
- C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
at_send
- 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
B_To_Hex
- 将二进制字符串表示成十六进制的一个函数,可以用于二进制数据采集,然后转换成串口能处理的十六进制数来转发-The binary string represented as a function of hex, binary data can be used to capture, then converted into the serial port can handle hexadecimal number to forward
example
- Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
strings-to-hex-
- 字符串转十六进制的labview源程序vi,可以作为子VI加入到自己的程序中去。-LabVIEW source string to hexadecimal vi, can be used as a sub-VI added to the program to go.
hexstring-To10
- hex string to o string
16tostr
- 16进制和字符串互转,中文http编码互转;其中16进制互转自动过滤空格和换行 比如在下面输入31 32 33点16进制转字符串就会在上面显示123;当然你输入313233这种不带空格的也是可以的-hex to string ,string to hex, string to htmlencode,htmlencode to string
matrix-to-the-desired-string
- LabVIEW的16×16LED点阵字模生成HEX代码程序-LabVIEW-1616LED dot matrix generated HEX code program
Hex-conversion
- 运用汇编语言将十进制数的数字串转换为一个字的十六进制数,并用软件实现其功能。-The use of assembly language decimal digit string into a character hexadecimal number, and use the software to realize its function
hexconversion
- Delphi转换进制,可实现的功能:将16进制字符串转换成十进制整数、16进制AI转换成10进制数、2进制和十进制之间的转换、十进制数32转换成2进制数00000100000、2进制数01110转换成10进制数、将十进制整数转换成任意16进制以内的字符串、将10进制转换成罗马字符10进制数20转换成罗马进制数XX。有些进制间的转换平时见的不多,因此本源码还是有一定参考价值的。-Delphi conversion system, can realize the function: the 16 h
assembler
- 该程序使用了I/O流对存有汇编语言文本进行读入以及对操作结果的文本输出;运用了数据结构的栈结构,简化了文本内容的识别;将文本中的一行封装成类对象hang;将系统的一些操作指令通过哈希结构封装在symtab类中;将文本获得的操作指令封装在optab中;自己还另外编写了十进制转十六进制,int类型和对应的字符串进行互转的方法供程序使用。-The program uses the I/O stream of assembly language there and read the text on th
HexString_To_String
- 字符串到16进制字符串之间的相互转换,能在通信程序中有很好的应用-String to Hex String transform, use in communication type
wefffgg
- 字符串转为16进制字符串的Labview程序,可以直接使用-String to hex string Labview program can be used directly
char-string-to-HEX
- 基于Labview的字符串至16进制转换程序, 经测试可用。-char string to HEX program Based on labview
Checa-CRC-(str)
- apply crc check in hex string word with crc_xmodem_update. return crc ok (T|F)
int16-to-hex-string
- 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
Hex显示与ASCII显示转换
- 十六进制字符串转ASCII; ASCII码字符串转十六进制字符串,(It has two programs, including HEX string and ASCII string convertation. Hex string converts to ASCII. ASCII string converts to Hex string.)