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

搜索资源列表

  1. BinDecBinWRecursion

    0下载:
  2. Conversion of string into ascii,decimal,hex and viceversa
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:du6583173
  1. userlib

    0下载:
  2. 单片机C常用功能函数。包括ASCII、BIN、HEX、BCD等相互转换,四舍五入除法等功能。-Microcontroller C functions commonly used functions. Including ASCII, BIN, HEX, BCD etc. conversion, rounding division, and other functions.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:Ivan
  1. hex2ascii-aa-ascii2hex

    0下载:
  2. vc6.0编写的hex和ascii码的相互转换的程序,用到的朋友可以参考一下-Hex prepared by the VC6.0 and ASCII code conversion procedures, the use of a friend can refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7134
    • 提供者:高慧祥
  1. serialcom_16_ASCII

    0下载:
  2. 窜口程序编程环境VS2008,实现16进制和ASCII码方式传递-serialcom programming, environment VS2008, to achieve the 16 hex and ASCII code to pass
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-24
    • 文件大小:7269583
    • 提供者:fhyang
  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. ChangePCdoingbyhkk

    0下载:
  2. C#之常用编码(HEX,unicode,ASCII,Base64)转换 -C# HEX unicode ASCII Base64
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:49247
    • 提供者:msq1233
  1. iComm

    0下载:
  2. 利用COMM控件,自己写的串口调试助手,可以实现以ASCII码和HEX方式发送和接收数据,接收到的数据可以自动写入TXT文件,可以自动对接收到的一条完整消息末尾加换行,以方便保存和显示。-Write your own serial debugging assistant can be achieved in ASCII and HEX send and receive data, the received data can be automatically written to a TXT fi
  3. 所属分类:Communication

    • 发布日期:2017-06-16
    • 文件大小:24108570
    • 提供者:gjs
  1. test_uart

    0下载:
  2. atmega的串口发送,发送字符串,指定字符HEX,ASCii(Atmega serial transmission, send string, specifying the characters HEX, ASCii)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:合肥芋头
  1. C#超级通信调试工具源码

    4下载:
  2. 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试 2.支持Hex,ASCII,UTF8,GB2312编码调试 3.接收数据可通过右键菜单一键计算Hex对应的数值 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR) 5.串口超级终端 6.Socket通信监视器 7:Ping调试(1. Serial port, TCP server / client, UDP server / client communication debugging 2. Su
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2095104
    • 提供者:Frank_1990
  1. Binary Tools

    0下载:
  2. Sample Binary Tools Converter ASCII to Bin,Hex
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:26624
    • 提供者:hope2hex3
  1. ConvertTool

    0下载:
  2. 转码,如ASCII->HEX,HEX->ASCII 校验,如XOR,CRC8,CRC16,CRC32等(code convert,as ascii data to hex data,hex data to ascii data check,as xor,crc8,crc16,crc32 and so on)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:657408
    • 提供者:ajt
  1. sscom32

    0下载:
  2. 串口调试工具 串口调试助手3串口调试助手加ASCII码转换HEX串口调试的好帮手(Serial debug tool serial debug assistant 3 serial debug assistant plus ASCII code conversion HEX serial debugging good helper)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:351232
    • 提供者:liyangjohn
  1. DataHash

    0下载:
  2. 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:6144
    • 提供者:longgyy
  1. C#通讯调试工具v3.0源码

    2下载:
  2. 开发工具:VS2010 语言:C# .NET Framework2.0 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 具体可看我的博文:http://blog.csdn.net/sqqyq/article/details/10012183 下一版本计划加入
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:1482752
    • 提供者:cocojava
  1. C# 编写ConvertToASCII

    1下载:
  2. 编写的ASCII转换工具,输入字符,转换成ASCII和HEX进制
  3. 所属分类:Windows编程

    • 发布日期:2018-07-30
    • 文件大小:135537
    • 提供者:ririkaka
  1. AccessPort

    0下载:
  2. 串口调试助手是串口调试相关工具,有多个版本。如:串口调试助手,支持9600,19200等常用各种波特率及自定义波特率,可以自动识别串口,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符,可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。(Serial debugging assistant is a serial port debug tool, have more than one version. Such as: friendl
  3. 所属分类:串口编程

    • 发布日期:2020-06-26
    • 文件大小:422912
    • 提供者:love幸福
  1. 单片机工具集

    1下载:
  2. 包括: 51-BIN和HEX互转.rar 51波特率.exe 51单片机指令全集.EXE 51波特率计算程序.EXE amo的编程小工具集合V1.2.6.exe USR-TCP232-Test-V1.3(网络串口调试助手 ) ASCII.exe NetAssist.exe 单片机小精灵v1.4完美破解.exe 汉字内码查询.exe 超级单片机工具软件.exe
  3. 所属分类:代码辅助

    • 发布日期:2021-08-18
    • 文件大小:3764189
    • 提供者:matmat
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com