-
程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游...
程序首先定义一个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指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environmen
- 2022-04-22 08:58:00下载
- 积分:1
-
P2P流媒体技术。给出了对等流媒体的基本思想。然后你应该美国..
p2p streaming tech.. it gives basic idea about p2p streaming.. then you should use jmf.. windows performance pack
- 2022-06-17 20:36:13下载
- 积分:1
-
最大公约数
最大公约数
- 2022-05-08 00:16:19下载
- 积分:1
-
SONY D70P pin description, and the control protocol description
SONY D70P针脚说明书,和控制协议介绍-SONY D70P pin description, and the control protocol description
- 2023-05-19 14:20:07下载
- 积分:1
-
通过三个具体实例介绍乐MATLAB语言在化学中的应用,说明在数值计算方面其有着比目前流行的高级语言FORTRAN,PASCAL,C无法比拟的强大功能...
通过三个具体实例介绍乐MATLAB语言在化学中的应用,说明在数值计算方面其有着比目前流行的高级语言FORTRAN,PASCAL,C无法比拟的强大功能-through three specific examples music MATLAB in chemistry applications, Note the numerical calculation of their share than the currently popular high-level language FORTRAN, and PASCAL. C can not compare with the powerful functions
- 2022-12-07 10:55:02下载
- 积分:1
-
一百篇vc的文章
一百篇vc的文章-100 vc article
- 2022-07-04 04:31:37下载
- 积分:1
-
UC/GUI transplant Notes
UC/GUI的移植笔记-UC/GUI transplant Notes
- 2022-02-07 23:08:00下载
- 积分:1
-
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorc...
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,再试试看。-The definition of a car (vehicle) base class, with Run, Stop and other member functions, thus derived a bike (bicycle), automobiles (motorcar) class, derived from the bicycle and motorcar motorcycle (motorcycle) class, they all Run , Stop and other member functions. In the main () function is defined in the vehicle, bicycle, motorcar, motorcycle object, call its Run (), Stop () function is to observe its implementation. Each with a pointer with the vehicle type to call the member functions of these objects to see if successful the Run, Stop is defined as virtual functions, try again.
- 2022-08-11 22:22:15下载
- 积分:1
-
标准键盘对照表(编程必备)
标准键盘对照表(编程必备)-standard keyboard control (programming required)
- 2022-06-16 23:28:43下载
- 积分:1
-
完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单...
完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符; 4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上; 5.词典文件第1行为词典的名称,以后每一行存放一个单词; 6.输出结果以文本文件形式存储,其格式为: 第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行 7.合理的GUI,注意GUI界面类与功能类的关系应比较松散。-Fast spelling checker to complete the analysis, design and realization of the process.
- 2022-06-26 21:01:14下载
- 积分:1