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

搜索资源列表

  1. VB_Series_Debuger

    1下载:
  2. 串口调试源码,可利用vb生成演示效果;内含exe,也可不需vb软件直接使用。 串口通讯使用mscomm32.ocx控件。电脑中没有可以从网上下载。 此软件可以显示ASCII码、16进制码、地址等,可以选择ASCII码发送或者16进制发送,很方便。-Serial debug source code can be used to generate demonstration effects vb Intron exe, can also be used directly without
  3. 所属分类:通讯编程

    • 发布日期:2014-01-21
    • 文件大小:24437
    • 提供者:蒂蒂
  1. intConvert

    0下载:
  2. 可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:2055
    • 提供者:王欣
  1. PS2Key

    0下载:
  2. 用单片机控制键盘的程序,利用中断获得键盘扫描码并转换为ASCII码,在1602液晶上显示字符。C语言编写,KEIL环境下编译,键盘驱动写得相当好。-Single-chip microcomputer to control the keyboard with the procedure, the use of interrupted access to the keyboard scan code and converted to ASCII code, in the 1602 character
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:23470
    • 提供者:目前源
  1. time

    0下载:
  2. 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:1564
    • 提供者:陈林波
  1. comsoftware

    2下载:
  2. 串口调试软件,Vb可发送和接收ASCII码和16进制的数据-Serial debugging software, Vb can send and receive ASCII code and 16-band data
  3. 所属分类:其他小程序

    • 发布日期:2014-01-15
    • 文件大小:101680
    • 提供者:zq
  1. 1

    0下载:
  2. 将一个十六位的二进制数转移成ASCII码的源程序-A binary number of 16 transfer into ASCII code source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1151
    • 提供者:Gao
  1. ATANDRETURN

    0下载:
  2. 关于部分AT指令发送和返回的值,包括PDU格式,对编程或许有帮助。返回为ASCII码。-On the part of AT commands to send and return value, including the PDU format of programming may be helpful. Return for the ASCII code.
  3. 所属分类:Modem program

    • 发布日期:2017-04-07
    • 文件大小:967
    • 提供者:占子飞
  1. ASC

    0下载:
  2. 定义了所有ASCII码表,以及在5*7点阵LED上显示所需的字段数值-The definition of all the ASCII code table, as well as in 5* 7 dot matrix LED display fields required numerical
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:2316
    • 提供者:yinjianjun
  1. MzL728_Keil_51

    1下载:
  2. MzL728-240128液晶模块采用T6963C控制芯片的KeilC51的源程序代码,该代码实现ASCII码显示、中文以及BMP图形显示、GUI基本绘图函数的算法等。-MzL728-240128 LCD modules T6963C controller chip KeilC51 of the source code, the code ASCII code display, Chinese and BMP graphics, GUI basic mapping function algori
  3. 所属分类:SCM

    • 发布日期:2016-04-02
    • 文件大小:76931
    • 提供者:mzdesign
  1. ASCII2.0

    0下载:
  2. 很好的ASCII码转换工具,好用,很直接.-Good ASCII code conversion tool, easy to use, very straightforward.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:339962
    • 提供者:ssk
  1. weijiyuanlishumazhuanhuanshiyan

    0下载:
  2. 计算机输入设备输入的信息一般是由ASCII码或BCD码表示的数据或字符,CPU一般均用二进制数进行计算或用其他信息进行处理,处理的结果又必须依照外设的要求变为ASCII码、BCD码或七段显示码等。因此,在应用软件中,各类数制的转换和代码的转换是必不可少的-Computer input device input information is normally provided by ASCII code or BCD code that data or characters, CPU are ge
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:422400
    • 提供者:gezhenming
  1. 0074

    0下载:
  2. 根据汉字的ASCII码,算出汉字的笔划。-According to Chinese characters, ASCII code, calculate the number of strokes of Chinese characters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:20797
    • 提供者:蒋卫强
  1. zichengxu

    0下载:
  2. 编写子程序,完成的功能是将DL中的2位十六进制数转换为对应ASCII码。 说明:入口参数AL=待转换的2位十六进制数 出口参数DX=转换后的ASCII码,(高字节对应高位、低字节对应低位)-Subroutine prepared to complete the function is to DL in the two hexadecimal digits is converted to the corresponding ASCII code. Descr iption: import
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:41200
    • 提供者:李平
  1. LCD

    0下载:
  2. 内嵌T6963C240×128LCD显示驱动 可以显示ASCII码,直线/点.-Embedded T6963C240 × 128LCD display driver can display ASCII code, a straight line/point.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:21421
    • 提供者:农汉叶
  1. dianti

    0下载:
  2. 设计要求: (1). 在 1-- 8楼之间一次可输入多个任意楼层号连续控制电梯按指定楼层号顺序上升与下降.以上过程完成后可重新输入任意楼层号连续控制电梯按指定楼层号顺序上升与下降.只有按ESC键才退出程序返回DOS状态。例如 : 1-3-5-7-6-4-2-1 (可观察教十楼电梯的实际运行情况). (2). 在 1 -- 7 楼之间按任意顺序不连续控制电梯上升与下降. 按一次计算机键盘的上箭头电梯上升一楼,按一次计算机键盘的下箭头电梯下降一楼. (上箭头的ASCII码19H , 下
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:8701
    • 提供者:张一
  1. fjsdhgh

    0下载:
  2. 输入、输出功能,检验输入的数是否为数字功能,ASCII码与二进制数的的相互转化功能,两数相乘功能,因此整个程序定义了两个宏INPUT和MULTIPLE,宏INPUT实现了输入、检验和ASCII码与二进制的相互转换功能,MULTIPLE实现了两数相乘功能,实现输出功能的是子程序OUTPUT,由于在输入的过程中多次用到了回车换行,因此定义了一个回车换行子程序CRLF。-Input and output functions, testing whether the number entered for
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:35472
    • 提供者:浩浩
  1. tt

    0下载:
  2. 本演示程序中,集合的元素为字符,集合大小为n<20,以字符串的形式输入,以“回车”为结束标志。程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。运用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4 个域,格式为: 字符 该字符的出现次数 指向ASCII码小于该字符的左子树指针 指向ASCII码大于该字符的右子树指针 因此,程序的功能是依次从输入字符串中取出一个字符,把它们插入到树中 -The demonstra
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:93968
    • 提供者:蔡诚霄
  1. vbcomm

    1下载:
  2. 本文所用的仪表为梅特勒公司出产的BE01型电子秤,其输出的每个编码均为标准的ASCII码。以VB串口编程实例方式入手,可以迅速掌握串口用法。-This paper used for the Mettler Instrument Corporation BE01 produced electronic scales, the output of each encoder are standard ASCII code. To VB programming examples of the way t
  3. 所属分类:Com Port

    • 发布日期:2015-09-19
    • 文件大小:5805
    • 提供者:任意
  1. encodingofChinesecharacter

    0下载:
  2. 汉字编码器,显示输入汉字的unicode和ASCII码值,非常方便.-Chinese encoder, has indicated the importation of Chinese characters unicode and ASCII code value, very convenient.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1519
    • 提供者:刘晚春
  1. byte

    0下载:
  2. 该程序为把2字节的4位十六进制数转换为4字节的ASCII码。适合于初学者-The 2-byte hexadecimal number 4 is converted to 4-byte ASCII code, suitable for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1087
    • 提供者:靓仔
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 46 »
搜珍网 www.dssz.com