搜索资源列表

  1. 12

    0下载:
  2. 输入两个5位数,进行ASCII码相加(有提示、警告语句)-err
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:姚征
  1. hexedit_demo

    0下载:
  2. 实现ascii、hex码随意转换,支持中文汉字的hex码显示-The realization of ascii, hex conversion code at random, support Chinese characters display the hex code
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:边城开
  1. modbusASCIIprograme

    0下载:
  2. 用C编写的MODBUS协议程序,通讯方式为ASCII模式.-C prepared with MODBUS protocol procedures, means of communication for the ASCII mode.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:nihao
  1. Translate_ASCII

    0下载:
  2. 查询中英文字符的ASCII码,为了方便使用,特意使用十六进制显示.-For inquiries in English and Chinese characters in the ASCII code, in order to facilitate the use, specifically the use of hexadecimal display.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:
  1. key

    0下载:
  2. use a simply manner to transfer little lendian ASCII number to hexcdemical, and vice versa.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:stone.shen
  1. Elite

    0下载:
  2. A MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:70656
    • 提供者:阿斗
  1. TLS_ASCII

    0下载:
  2. TLS35协议转换成MODBUS ASCII协议,基于ATMEGA64开发-TLS35 agreement to convert MODBUS ASCII protocol, based on the development of ATMEGA64
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:吴畏
  1. calc

    0下载:
  2. 2,4,8,16进制转换,及ASCII码转换,字符串转换-2,4,8,16 hexadecimal conversion, and the ASCII code conversion, the string conversion
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:466944
    • 提供者:李永刚
  1. mcu51-tools

    0下载:
  2. 51单片机开发工具有:51定时器计算工具,ASCII码速查工具,CRC计算器,波特率计算工具,led,串口调试助手-51 MCU development tools include: 51 timer calculation tools, ASCII Code Info Tools, CRC calculators, baud rate calculation tools, led, serial debugging assistant
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:800768
    • 提供者:LDP
  1. socket

    0下载:
  2. 一个socket通讯的例子,包括服务器和客户端,ascii文本-An example of socket communication, including server and client, ascii text
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:132096
    • 提供者:
  1. CRC

    0下载:
  2. CRC计算用的,主要是用来转换ASCii码,在编程时用处恨广泛的-CRC calculation, and is primarily used for converting Ascii code, useful in programming a wide range of hate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:周聪
  1. mscomm

    0下载:
  2. 串口调试工具,可以选择二进制,ASCII或16进制的数据,进行发送接收-Serial debugging tools, you can choose to binary, ASCII or 16 hexadecimal data to send to receive
  3. 所属分类:中间件编程

    • 发布日期:2024-05-14
    • 文件大小:1949696
    • 提供者:sam
  1. VCUnicode

    0下载:
  2. 先从ASCII说起,ASCII是用来表示英文字符的一种编码规范。每个ASCII字符占用1个字节,因此,ASCII编码可以表示的最大字符 数是255(00H—FFH)。其实,英文字符并没有那么多,一般只用前128个(00H—7FH,最高位为0),其中包括了控制字符、数字、大小写字母 和其它一些符号。而最高位为1的另128个字符(80H—FFH)被称为“扩展ASCII”,一般用来存放英文的制表符、部分音标字符等等的一些其它符 号。
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:90112
    • 提供者:ellick
  1. modbusASCII

    0下载:
  2. modbus的ascii模式源代码,希望对大家有用-Modbus ascii mode of the source code, in the hope that useful to everybody
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:wengjn
  1. fileencodingtransform_src

    0下载:
  2. 最近用VS2005做项目,遇到一个工程中有很多文件的编码不统一,有的是UTF-8,有的是GB32的,发布网站时就乱七八糟的。可以通过VS环境中的 “高级保存选项”一个一个地改过来,因实在太多,好几十个,重复工作是非常令人不爽的,自已就动手写了个这个小程序。编写之前,参考网友qing、 Randy052的经验。 特点: 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Bi
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:29696
    • 提供者:元宝
  1. UNICODE

    0下载:
  2. 将unicode 转换为ASCII的方法-ASCII to unicode conversion method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:hugh
  1. RS232

    0下载:
  2. VS2005,开发的232串口通讯类库,有MSDN,改编,内有相信注释,本人使用测试稳定!可直接使用Vs2005新建类库,RS232,添加类RS232,将TXT内源码直接拷贝粘贴后,生成类库,即。Dll文件,无需二次开发,直接可以进行引用!声明Dll即可!可进行PDU发送,ASCII格式发送和接收,解决VS2005多串口通讯问题!(有问题可与我Email联系:fudi850@yahoo。com。cn)-VS2005, the devel
  3. 所属分类:串口编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:付頔
  1. M8-SO12864

    0下载:
  2. Mega8单片机操作SO12864液晶屏例程,可显示汉字、图片、ASCII码-Mega8 single-chip LCD SO12864 routine operation, to display Chinese characters, images, ASCII code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:南明
  1. delphi_modbus_source

    0下载:
  2. 自已用DELPHI编写的MODBUS测试软件及源代码,需要的朋友可以参考一下。MODBUS 协议为开放式的协议,采用轮询方式。MODBUS分为MODBUS RTU/ASCII、MODBUS TCP、MODBUS PLUS几种,对应于不同的硬件平台,世界上大多数的仪器和仪表,大多数的控制器都采用或支持该协议。学习和掌握本协议,对工控网友来说,非常有意义。-DELPHI prepared to use their own MODBUS te
  3. 所属分类:串口编程

    • 发布日期:2024-05-14
    • 文件大小:2630656
    • 提供者:Liu Wei
  1. UART_c8051f340

    0下载:
  2. c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-14
    • 文件大小:52224
    • 提供者:李明
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org