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

搜索资源列表

  1. ps2tolcd

    0下载:
  2. 1、ps/2键盘输入,通过led显示ascii码 2、稍等1s可以在lcd上显示输入的字符 3、其中键盘上的backspce键是用来清屏的 4、当lcd上显示满字符时,在按下按键自动清屏,从第一行显示-1, ps/2 keyboard input, through the led display ascii code 2, wait 1s in the lcd display characters input 3, which backspce keys on the keyboar
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:9265
    • 提供者:杨丽杰
  1. HW1-1

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:1627
    • 提供者:bob
  1. DEMO1-3

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:bob
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression evaluation procedures, to achieve a very good expression of the ascii code input to the numerical calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1348
    • 提供者:田雷
  1. Pixelto01

    1下载:
  2. c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:36111
    • 提供者:孙青青
  1. 7

    0下载:
  2. 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线 ‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2)9位数中最多只有一位在扫描转换中失去正确的数字形式; (3)扫描转换不会引入额外的数位段。 -A bank wishin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2998
    • 提供者:hjx
  1. lcd12864

    0下载:
  2. 程序功能:在液晶上用串行数据通信方式依次显示常用ASCII码 跳线设置:将跳线座J5的2脚和3脚(-)用短路帽短接 测试说明:观察液晶显示-Program features: LCD used in the serial data communication commonly used ASCII code sequence shows the jumper settings: Jumper Block J5 to 2 feet and 3 feet (-) shorted cap wi
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1685
    • 提供者:无名氏
  1. AsciiMatch

    0下载:
  2. ASCII码查询,用它可以查询任意可输入字符的ASCII码,10进制和16进制的都可以看到。-ASCII code inquiries, it can be used to query arbitrary code input ASCII characters, 10 M and 16 M for all to see.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:239560
    • 提供者:沈辉
  1. HexString_HexByte

    0下载:
  2. windows下ASCII码转CString显示输出的源代码。-ASCII code under windows to CString display the source code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2427
    • 提供者:罗愈
  1. chengxu

    0下载:
  2. 汇编程序设计 悬赏分:100 - 解决时间:2009-6-23 13:22 编写建立、写入、读出磁盘文件的程序要求: (1) 设计一个包括:建立文件、写入文件、读出文件的主菜单。 (2) 能用输入的文件名,在磁盘建立文件。 (3) 向已有文件中写入数据。 (4) 读出已有文件的内容(ascii码或16进制数)。 -Program designed to reward sub-assembly: 100- resolving time :2009-6-23 13:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6064
    • 提供者:lijinchan
  1. FAN4230

    1下载:
  2. 汇编程序设计 悬赏分:100 - 解决时间:2009-6-23 13:22 编写建立、写入、读出磁盘文件的程序要求: (1) 设计一个包括:建立文件、写入文件、读出文件的主菜单。 (2) 能用输入的文件名,在磁盘建立文件。 (3) 向已有文件中写入数据。 (4) 读出已有文件的内容(ascii码或16进制数)。 -Program designed to reward sub-assembly: 100- resolving time :2009-6-23 13:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:34344
    • 提供者:lijinchan
  1. AscV1.8

    0下载:
  2. 一个可以计算查询ASCII码的小工具,本人觉得它非常的不错-One can calculate the query ASCII code gadget, I think it is very nice
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:123589
    • 提供者:li
  1. read_Mapgis

    0下载:
  2. 读取Mapgis源码文件: *.wal, *.wat, *.wap等的IDL源程序.读完后生成IDL图形对象.-Read Mapgis ascii code files,*.wal,*.wat,*.wap. and then create IDL objects
  3. 所属分类:GIS program

    • 发布日期:2017-04-02
    • 文件大小:6795
    • 提供者:毛小平
  1. test_vbkey

    0下载:
  2. 测试键盘上每个健所对应的vb key 的ascii码-Test the keyboard for each health vb key corresponding to the ascii code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4183
    • 提供者:木易
  1. VCUSEMatlabCODE

    0下载:
  2. 实现了vc和matlab的数据连接和传递,对编程很有利,非常实用方便-ASCII code implements the query and operation of the program is very beneficial, very useful to facilitate
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:28621
    • 提供者:yushu
  1. Visio-schemat_blokowy_niezawodno____

    0下载:
  2. ps2 keyboard verilog source code, to support the ascii code. scan code output, the expansion of key output, press and release the information output
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:38863
    • 提供者:Mat
  1. ascII

    0下载:
  2. 目前计算机中用得最广泛的字符集及其编码,是由美国国家标准局(ANSI)制定的ASCII码(American Standard Code for Information Interchange,美国标准信息交换码),它已被国际标准化组织(ISO)定为国际标准,称为ISO 646标准。适用于所有拉丁文字字母,ASCII码有7位码和8位码两种形式。-ASCII
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6158
    • 提供者:cjw
  1. at_send

    0下载:
  2. 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:LYC
  1. otxt2bintxt2otxt

    0下载:
  2. 将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22636
    • 提供者:zheng ziran
  1. jizu

    0下载:
  2. 用于把ascII码编为汉明码,用于把ascII码编为汉明码-AscII code used to compile for the Hamming code used to compile code for the Hamming code ascII
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:466812
    • 提供者:rengaojun
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 36 »
搜珍网 www.dssz.com