搜索资源列表
C Sharp Hex Example.rar
- CSharp Example for converting various String Types to Hexadecimal and the reverse of.
uart
- C51字符串的接收和发送测试功能,例如发送HEX。95 10 20 25 可在调试窗口显示。-C51 string to receive and send a test function, for example, to send HEX. 95 10 20 25 can be displayed in the debug window.
HEX-Vs-ASCII
- labview程序:十六进制数转ASCII码-labview program: the number of hexadecimal to ASCII code
Val_Convert(2)
- This is convert string hex to decimal.
STRING_CONVERSIONS
- ansi-c code for 8051 type microcontrollers, enables string conversions like: ascii to int hex, ascii to long hex, swap long, swap int, etc. code compiles with Keil and is very efficient.
fuelcellsim
- Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ builder 6.0 -Read Hex string from file, convert to byte array and send using udp multicast socket Developed by Borland c++ buil
HexToString
- convertor the Hex(binary) to String
BinDecBinWRecursion
- Conversion of string into ascii,decimal,hex and viceversa
HEX
- 十六進位轉十進位,可輸入十六進位的字串,若有英文字母則用大寫輸入,會將十六進位的字串轉成十進位的字串。-Turn 10 hexadecimal decimal, enter the hexadecimal string, if the letters are in capital input, will be hexadecimal string converted to a decimal string.
dump
- 产生一个文件的十六进制倾印码(dump)。它应该从命令行接受单个参数,也就是需要进行倾印的文件名。如果命令行未给出参数,程序就打印标准输入的字符串的倾印码。-Produce a hex dump file code (dump). It should accept the individual arguments from the command line, that is, the need for dump file names. If the command line parameter
Hex_coder
- Hex convert char. Command string
achieve-the-hex-string-to-decimal-
- 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
HexStrToDecStr
- 实现16进制32位字符串转换为10进制字符串,大小端通用代码。 该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.
CHAR-TO-HEX
- 字符串转十六进制小程序,方便开发人员使用。-String to hexadecimal sixteen small procedures, facilitate the development of staff to use.
uart
- 实现串口打印,可以实现打印整型,字符,字符串,十六进制,浮点等多种类型,功能比较全面-To realize serial print, can achieve print integer, character, string, hex, floating point and so on many kinds of types, the function is comprehensive
RSA
- // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
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.
Hex-Converter
- 本文向您展示如何转换十六进制字符串,反之亦然。-This article shows you how to convert a hexadecimal string, and vice versa.
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