-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
计算两数之间之和,希望对入门者有所帮助.
程序不是很长,主要就是讲了一个循环语句的用法。...
计算两数之间之和,希望对入门者有所帮助.
程序不是很长,主要就是讲了一个循环语句的用法。-Calculated between the number of the sum of the two, want to help beginners. Program is not very long, is mainly talked about the usage of a loop statement.
- 2022-04-10 13:25:59下载
- 积分:1
-
关于在编译原理的识别中,采用独立的…
关于编译原理中数字的识别,用的是上下文无关文法。-About the identify the number in compiling principle ,using independent of the former and behind cuntext method.
- 2022-12-22 09:45:03下载
- 积分:1
-
帮你顺利建立一个客户端的源码!
帮你顺利建立一个客户端的源码!-Help you successfully establish a client
- 2022-01-25 17:10:41下载
- 积分:1
-
组数游戏的第二种方法,同学编的:
组数游戏
n个正整数n<=20,联成一排,组成最大多位数。程序输入:n,程序输出:n个数连成的多位数。
提示...
组数游戏的第二种方法,同学编的:
组数游戏
n个正整数n
- 2023-08-15 11:45:03下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-11-27 19:40:03下载
- 积分:1
-
wave files sound production
wave文件的音效制作-wave files sound production
- 2022-07-05 12:23:08下载
- 积分:1
-
在计算机内存中绘图,实现了全图的漫游功能.
在计算机内存中绘图,实现了全图的漫游功能.-draw picture in computer memory ,realize the function of cruise.
- 2022-05-05 04:25:01下载
- 积分:1
-
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)
VisualC++6.0数字图像编码(丁贵广,计文平,郭宝龙)-VC 6.0 Digital Image Coding (Ding-up Wen-ping, Guo Baolong)
- 2022-07-24 18:51:45下载
- 积分:1
-
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数...
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数
-The operation of the registry, API has provided us with the registry of the read, write, delete, and open the registry and all function keys
- 2022-02-21 05:46:22下载
- 积分:1