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

搜索资源列表

  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. 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. ASCii_code

    0下载:
  2. 用于获取字符和汉字的ASCII码值,用于液晶屏开发非常有用-For access to characters and characters of the ASCII code value for the LCD screen is very useful to develop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:7214
    • 提供者:无畏
  1. I2C

    0下载:
  2. I2c实现对AT24C16写入1至8的ASCII码,并读出数据送入数码管显示-I2C write AT24C16 implementation of the 1-8 the ASCII code, and读出数据into a digital tube display
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:22502
    • 提供者:李林
  1. lcd

    0下载:
  2. 文字型:已經有內建文字圖形(通常只有英文字母大小寫、阿拉伯數字、標點符號),只要輸入對應的字形碼(ASCII code),LCD便會將該字的圖形顯示於LCD,可參考課本第三篇第三章。 繪圖型:只能用繪圖的方式將資料顯示於LCD,所以必須先將要顯示文字的圖形依LCD所需的格式事先存起來,如一個16 15的中文字便需儲存30byte的資料,將此30byte的資料依序填入LCD即可顯示對應文字圖形,可參考課本第四篇第二章。 -Letter type: already have
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:22911
    • 提供者:backoff
  1. 06801_30

    0下载:
  2. 用汇编实现将求和以ASCII码的形式依次显示 即:将每位十六进制数转换成ASCII码的形式从高位到低位依次输出 -With the compilation in order to achieve the sum of the form of ASCII code sequence shows that: for each hexadecimal number will be converted into ASCII code format from a high level to low
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1342
    • 提供者:li
  1. PrintASCIIandMultiplication

    0下载:
  2. 打印ASCII码表及九九乘法表 实现多种方式,有良好的界面选择菜单-Print ASCII code table and the multiplication table to achieve a variety of ways, and a good choice of menu interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2440
    • 提供者:wangyao
  1. 07111713542398

    0下载:
  2. ul是一套功能强大的文本编辑器,可以编辑文本,16进制,ASCII码,可以取代记事本,修改文件,是一套非常好的,编辑器!-ul is a powerful text editor, you can edit the text, 16 hexadecimal, ASCII code, you can replace Notepad, modify the file, is a very good editor!
  3. 所属分类:Applications

    • 发布日期:2017-04-14
    • 文件大小:4062
    • 提供者:宋继龙
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 36 »
搜珍网 www.dssz.com