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

搜索资源列表

  1. homework23

    0下载:
  2. 用汇编写的字符按键查看器,能看到每个字符的ASCII码用SCAN码-compilation was made with the character keys viewer can see each character's ASCII code using SCAN
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:933
    • 提供者:qlxs
  1. asmkeytest

    0下载:
  2. 用汇编写的字符按键查看器,能看到每个字符的ASCII码用SCAN码-compilation was made with the character keys viewer can see each character's ASCII code using SCAN
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:933
    • 提供者:qlxs
  1. DC-code

    0下载:
  2. C语言的名里使用方法,包括输入输出函数,scanf,printf,define,还有ASCII码表
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7701
    • 提供者:刘珂
  1. showoutinasccode

    0下载:
  2. 程序把BX 寄存器内的十六进制数以 ASCII 码的形式在屏幕上显示出来。-the source code help what is in BX print out in asc
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2851
    • 提供者:christian
  1. homework

    0下载:
  2. 编写一个程序,输出ASCII码从20h到0FFh之间的所有ASCII字符以及它们的二进制、十进制、十六进制值。-Write a program that outputs ASCII code from 20h to 0FFh ASCII characters and their binary, decimal, hexadecimal value.
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1045
    • 提供者:zddq
  1. time

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

    • 发布日期:2017-03-27
    • 文件大小:1564
    • 提供者:陈林波
  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. 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. asc

    0下载:
  2. 用汇编语言编写一个生成ASCII代码表的程序,显示格式为表格式-To prepare a compilation of the language used to generate the ASCII code table procedures, display format for the table format
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:7003
    • 提供者:vivi
  1. ASCII-Code

    0下载:
  2. ASCII字符查询工具带源码的方便查询省得大家查表了-ASCII characters in query tool
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:47142
    • 提供者:liaoting
  1. 2

    0下载:
  2. 设在字节变量ASCHEX中存放着一个用ASCII码表示的16进制数字,先要将它转换成控制数码管显示的7段代码, 并存入RESULT单元(字节变量)。试编出完成这一任务的程序-ASCHEX byte variables in a stored expressed with ASCII code 16 hexadecimal numbers must be converted to a digital display control 7 of the code, and deposited R
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:639
    • 提供者:杨光龙
  1. KEYTEST

    0下载:
  2. 是个汇编练习程序,用来显示键盘上按键的ASCII码和扫描码,是一个很好的练习汇编的参考程序,希望对初学汇编语言的同学有帮助吧-Practice is a compilation of procedures, the keyboard keys used to display the ASCII code and scan code of practice is a good reference for the compilation process, in the hope that stude
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:864
    • 提供者:杨国厢
  1. add

    0下载:
  2. 两个多位十进制数相加,要求加数均已ASCII码值形式各自顺序放在以DATA1和DATA2为首的五个内存单元中-Than the sum of two decimal demanding addends have the form of ASCII code value of each order placed with DATA1 and DATA2, led by five memory units
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1584
    • 提供者:陈贝贝
  1. 2.1

    0下载:
  2. 用表格形式显示ASCII字符SMASCII。 按15行×16列的表格形式显示ASCII码为10H—100H的所有字符,即以行为主的顺序及ASCII码递增的次序显示对应的字符。每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开。-Using Forms to display ASCII characters SMASCII. × 16 rows by 15 columns display in tabular form for the 10H-100H ASCII
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1539
    • 提供者:eve
  1. ASCII

    0下载:
  2. 打印ASCII码及九九乘法表,汇编语言程序设计-And the multiplication table to print ASCII code, assembly language programming
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2418
    • 提供者:luowei
  1. ascii

    0下载:
  2. 在汇编环境下输出256个ascii码字符(每行16个)-Environment in the assembly code output 256 ascii characters (each line 16)
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:298260
    • 提供者:微微
  1. ascii-

    0下载:
  2. 将按键值转换为ASCII码,能够很方便的进行汇编以及单片机编程使用-Will be key to ASCII code, can be very convenient assembly and microcontroller programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:690
    • 提供者:tt
  1. Decimal-ASCII-code-to-BCD

    0下载:
  2. 通过汇编语言实现十进制ASCII码转成BCD码-Through the decimal ASCII code assembly language into BCD code
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:726
    • 提供者:Han Xiao
  1. Decimal-ASCII-code-into-binary

    0下载:
  2. 通过汇编语言将十进制ASCII码转化成二进制-Through the decimal ASCII code assembly language into binary
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:1667
    • 提供者:Han Xiao
  1. ascii

    0下载:
  2. 将ASCII码按顺序在屏幕上竖列显示。 要求: (1)逐个显示字符,相邻的两个字符之间显示要有时间间隔。 (2)字符颜色为绿色。 (3)每列显示20个字符,列间距为5个字符。显示完128个ASCII码,共需7列。 -The ASCII code sequence vertical columns displayed on the screen. Requirements: (1) by-character display, the display between
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:723
    • 提供者:小侯
« 12 3 4 »
搜珍网 www.dssz.com