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

搜索资源列表

  1. RS232COMMuniication

    0下载:
  2. uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission and HEX Send
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1350304
    • 提供者:许开明
  1. 7-13

    0下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:801
    • 提供者:张钊
  1. Cypher

    0下载:
  2. aes encryption code.It uses c++ code to encrypt an hex string. the output is also an he string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1198
    • 提供者:alx001
  1. example

    0下载:
  2. 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,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2477
    • 提供者:Yan
  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. WindowsApplication1

    0下载:
  2. c#使用ildasm.exe和liasm.exe工具时,长字符串需要转换为16进制格式,可以使用此工具进行转换-In Csharp,if you use ildasm.exe and ilasm.exe,long string will need to convert to hex fromat,so you can use this tool to do that.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:88320
    • 提供者:Seven
  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. matrix-to-the-desired-string

    0下载:
  2. LabVIEW的16×16LED点阵字模生成HEX代码程序-LabVIEW-1616LED dot matrix generated HEX code program
  3. 所属分类:LabView

    • 发布日期:2017-04-03
    • 文件大小:26266
    • 提供者:陈刘浩
  1. myencryptsrc

    2下载:
  2. 贺兰_加密解密字符串,VB源码下载,CRndXorHash.cls功能:用VB6实现中英文文本的私钥加密。可能转换为不可显示字符,逆转换会出错!使用 MTransform.bas 中的转换16进制函数显示加密后的数据,可以解决逆转换问题!但加密、解密速度变慢!注意:对含特殊符号(如·)的字符串出现错误!必须为AscWII格式。   功能:加密字符串(含贺兰_进制转换(产生随机数,进制转换)模块)   1、"RndXorHash加密法"   2、"AES加密法"   3、"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:75666
    • 提供者:ipudn37
  1. Hex-conversion

    0下载:
  2. 运用汇编语言将十进制数的数字串转换为一个字的十六进制数,并用软件实现其功能。-The use of assembly language decimal digit string into a character hexadecimal number, and use the software to realize its function
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:660
    • 提供者:李君
  1. Hex

    0下载:
  2. Basic hex operations: from byte array to string and vice versa.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:995
    • 提供者:yunwotou
  1. hexconversion

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

    • 发布日期:2017-04-14
    • 文件大小:4457
    • 提供者:gpudn67
  1. UnitCodeUtil

    0下载:
  2. this a tool calss write by delphi,it provides functions to complete the converion string in decimal to string in hex -this is a tool calss write by delphi,it provides functions to complete the converion string in decimal to string in hex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:668
    • 提供者:john
  1. 16jinzhi

    1下载:
  2. 字符串转16进制发送 转换单个字符为十进制 然后十进制转换十六进制-Turn hex string send Convert a single character to a decimal Then Decimal Hex
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:Legend_WH
  1. Array-Hex-conversion

    1下载:
  2. C的各类数组进制转换,如比特流转十进制、十六进制、字符串,十进制、十六进制转字符串等。个人收集学习用,分享给大家。还有没搜集全的个人自己编写在了另一台机器上,其实弄清这些代码的原理自己编写很容易,提供大家学习。- C all array hexadecimal conversion, such as bit circulation decimal, hexadecimal, string, decimal, hexadecimal string. Personal collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2850
    • 提供者:侯羿飞
  1. clib

    0下载:
  2. 将字符串转为数字,一个字节的数据转换成两个字符,ASCII 到 HEX的转换函数,HEX 到 ASCII的转换函数-The string to digital, a byte of data is converted into two characters, ASCII to HEX conversion function, HEX to ASCII conversion functions
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2023
    • 提供者:张瑞华
  1. Hex

    0下载:
  2. Hexadecimal to string converter in c++
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:DarkLord
  1. ascii_to_data

    0下载:
  2. 将十进制数对应的十六进制字符串转化成ascii字码发送(Hexadecimal string of sixteen decimal numbers corresponding to the code sent into ASCII)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:SaobingHuang
« 1 2 34 5 »
搜珍网 www.dssz.com