搜索资源列表
BGIyanshichengxu4
- HILBERT.c:10年前写的一个程序,好象是画希尔伯特曲线的程序,用的是Bios中断 int 10实现的。-HILBERT.c : 10 years ago wrote a procedure appears to be painting Hilbert curve procedures, the suspension is fitted to achieve the 10 int.
汇编语言课程设计1
- 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。
scancode
- 在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。
int10
- BIOS int 10h功能描述,DOS下编程很值得收藏。-descr iption of the interrupt 10H.
BGI
- 是画希尔伯特曲线的程序,用的是Bios中断 int 10实现的-draw the curve
BGI
- BGI演示程序,HILBERT.c:10年前写的一个程序,好象是画希尔伯特曲线的程序,用的是Bios中断 int 10实现的。-BGI demo program, HILBERT.c: 10 years ago to write a program, like painting program of the Hilbert curve, using a Bios interrupts to achieve an int 10.
BGI
- BGI演示程序,HILBERT.c:10年前写的一个程序,好象是画希尔伯特曲线的程序,用的是Bios中断 int 10实现的。-BGI demo program, HILBERT.c: 10 years ago to write a program, like painting program of the Hilbert curve, using a Bios interrupts to achieve an int 10.
BGI
- BGI演示程序,HILBERT.c:10年前写的一个程序,好象是画希尔伯特曲线的程序,用的是Bios中断 int 10实现的。-BGI demo program, HILBERT.c: 10 years ago to write a program, like painting program of the Hilbert curve, using a Bios interrupts to achieve an int 10.