CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - hex-string

搜索资源列表

  1. C Sharp Hex Example.rar

    0下载:
  2. CSharp Example for converting various String Types to Hexadecimal and the reverse of.
  3. 所属分类:Windows编程

  1. U2A

    0下载:
  2. 自己写的一个函数,作用:将十六进制的char字符串转换成宽字符中文,然后自己再uincode转ascii就可以转成中文输出了。-Writing a function of their role: to be the char hex string into a wide English characters, then their re-ascii on uincode turn can be transformed to the output of the English.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5635
    • 提供者:
  1. HEX-Vs-ASCII

    1下载:
  2. labview程序:十六进制数转ASCII码-labview program: the number of hexadecimal to ASCII code
  3. 所属分类:Other systems

    • 发布日期:2015-07-13
    • 文件大小:14037
    • 提供者:辛方
  1. fuelcellsim

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:301849
    • 提供者:lika
  1. HexToString

    0下载:
  2. convertor the Hex(binary) to String
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:207324
    • 提供者:KIM
  1. BinDecBinWRecursion

    0下载:
  2. Conversion of string into ascii,decimal,hex and viceversa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2379
    • 提供者:SUYOG
  1. HEX

    0下载:
  2. 十六進位轉十進位,可輸入十六進位的字串,若有英文字母則用大寫輸入,會將十六進位的字串轉成十進位的字串。-Turn 10 hexadecimal decimal, enter the hexadecimal string, if the letters are in capital input, will be hexadecimal string converted to a decimal string.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1596
    • 提供者:Daniel
  1. dump

    0下载:
  2. 产生一个文件的十六进制倾印码(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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1312
    • 提供者:陈介平
  1. HEXStringToByteArrayConv_LabVIEW

    0下载:
  2. A pair of vi s to convert between a HEX string and a byte array data types.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:14487
    • 提供者:Alex
  1. Hex_coder

    0下载:
  2. Hex convert char. Command string
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:14231
    • 提供者:Edik
  1. achieve-the-hex-string-to-decimal-

    0下载:
  2. 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:723
    • 提供者:Lzhou
  1. HexStrToDecStr

    0下载:
  2. 实现16进制32位字符串转换为10进制字符串,大小端通用代码。 该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1090
    • 提供者:杨波
  1. lx2

    0下载:
  2. 进制转换。可以实现自输入数字的十进制、八进制、十六进制、字符串格式转换,简短方便。-Into the conversion. Can realize the input of the decimal, an octal number, hex, string format conversion, short convenient.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:148803
    • 提供者:read
  1. CHAR-TO-HEX

    0下载:
  2. 字符串转十六进制小程序,方便开发人员使用。-String to hexadecimal sixteen small procedures, facilitate the development of staff to use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1426
    • 提供者:赵晓春
  1. printfk

    0下载:
  2. 一个类似与printf功能的函数。支持16进制和10进制及字符串打印。-A similar function with the printf function. Support for hex and 10 hex string to print.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:700
    • 提供者:
  1. F2J

    0下载:
  2. 本程序主要用于将从串口助手等软件中获取的JPG图片十六进制字符串转换为字节流,以便能够直接观看。 十六进制字符串文本存放到in.txt中,该程序将其转换成图片in.jpg 其中输入文档为“in.txt”,输出文件为“in.jpg” 1月22日修改,用户自行输入需要转换的文本文件名称,需要带上后缀名-This procedure is mainly used for the the JPG images obtained from the software serial
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1473
    • 提供者:yin
  1. HexToByteArray

    0下载:
  2. c code to change hex string into a byte array
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:1334
    • 提供者:David
  1. Hex-Converter

    0下载:
  2. 本文向您展示如何转换十六进制字符串,反之亦然。-This article shows you how to convert a hexadecimal string, and vice versa.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:34658
    • 提供者:墨墨
  1. Converter-of-Hex-and-ASCII-Code

    0下载:
  2. 字符串 十六进制 十进制 ascii码相互转换 复制 黏贴-Ten ascii hexadecimal string conversion copy paste
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139579
    • 提供者:cjy
  1. ZKHexString

    0下载:
  2. Hex字符串,二进制数据互相转换,c++头文件-Hex string, binary data conversion, c++ header file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:835
    • 提供者:scar
« 12 3 »
搜珍网 www.dssz.com