搜索资源列表
hextoasc-time
- 是一个将16进制转为ASC显示的程序,它是显示了系统当前时间的小程序,但是并不能实现时时显示当前程序,只是为了学习进制转换而写的。 有谁能够改进一点,请教教我。 QQ:254082939-is a band of 16 to show that the ASC procedures, it is an indication that the current time of the system of small procedures, but that will not always s
a1-2
- a program can convert binary to ASC and ASC to binary-a program can convert binary to ASC and ASC t o binary
xiaorenxingzou
- 汇编语言课程设计 (一)设计题目及要求 题目: “小人”行走的编程 要求: 先建立图形表,3个字符的ASCⅡ码分别为01H、04H、13H。编写程序,使“小人”先向斜上方,再向斜下方,最后水平方向动起来。 -assembly language curriculum design (1) a design and requirements subject : "villains" Walking programming requirements : f
asm-cailiang
- 汇编实现asc码字库提取,显示在屏幕上-compilation achieve asc code font extraction, shown on the screen
system
- 系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用,将计算机系统的时间参数(BCD码)送入寄存器。其中CH 和CL中保存的是小时数和分钟数;DH中保存的是秒钟数,将BCD码表示的时,分,秒转换成ASC I I码并送入屏幕显示。并用INT 21H 的7号功能调用判断输入回车并清屏
asc_show_asm
- this ASSEMBLY programme could show ASC codes ,you can leran how to show chars on display
scancode
- 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。
13
- 从键盘读入一个四位的十六进制数,CRT显示等值的二进制数. 由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
LCD-ASC.标准LCD液晶图形显示模块ASCll码字体
- 标准LCD液晶图形显示模块ASCll码字体(5x7)表(.asm 格式),Standard LCD LCD graphics display module ASCll code fonts (5x7) table (. Asm format)
EMC78
- 义隆单片机:二进制数转换为ASCⅡ码 多字节二进制加法 多字节二进制减法 二进制乘法运算 多字节二进制除法 BCD 数转换为二进制数 二进制数转换为BCD 码-Elan SCM: binary code is converted to ASC Ⅱ multi-byte binary addition multi-byte binary subtraction binary multiplication multi-byte binary division BCD number is c
showoutinasccode
- 程序把BX 寄存器内的十六进制数以 ASCII 码的形式在屏幕上显示出来。-the source code help what is in BX print out in asc
ASC-example
- 实现ASCll码字体(5x7)表编程实例(.asm 格式)-Achieve ASCll font code (5x7) table programming examples (. Asm format)
asc
- 用汇编语言编写一个生成ASCII代码表的程序,显示格式为表格式-To prepare a compilation of the language used to generate the ASCII code table procedures, display format for the table format
MUL
- 输入一个3位数和一个2位数,计算乘积后输出。主要实现ASC码和数字间转换。-Enter a 3-digit and a 2-digit, after the calculation of the product output. The main achievement of ASC codes and the number of inter-conversion.
5070309479_1
- 命令行输入、输出 人名检索: 具体内容: 1) 构建大小为20的不重复的由英文字母组成的人名数组; 2) 命令表达式: Command1 Expression1 AND Command2 Expression2 AND …… 3) 实现下列命令(Command) startsWith:返回以Expression为前缀的人名 endsWith: 返回以Expression为后缀的人名 equals: 返回与Expression一致的人名 contains:
showAsccode
- 显示ASC码,通过此程序你可以轻而易举地显示你所想看到的ASC码形式-to show ASC code,through the source code you will succeed in looking for the asc style
test1
- 一个简易的汇编程序,功能是利用简单循环打印ASC码表-A simple assembler, function is to use a simple loop to print ASC code table ..
1.ASC
- ascending order program for 8086
asm
- 5位或任意位的加法及乘法汇编程序,ASC码形式。-Five or any one of the addition and multiplication assembler, ASC code form.
Assembly-classic-code
- 汇编经典代码 顺序程序设计 将两个多位十进制数相加,要求被加数、加数均以ASCⅡ码形式各自顺序存放在以DATA1和DATA2为首的五个内存单元中(低位在前),结果送回DATA1处。-Assembly classic code sequence programming will be more than two decimal number additive, request augend and addend are in ASC Ⅱ code forms in order to t