搜索资源列表
200204135097
- 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-Memory of the basic idea of the presence of the procedure is to remain in the memory
1FloatMenu
- 本算例设计了一个浮动的菜单,用户在单击工具按钮时,能够弹出一个浮动的菜单-An example of the design of a floating menu, users click the Tools button, to pop up a floating menu
OSProcess
- 用进程写的一个小小的例子,实现了点击Button后创建进程。-With a process to write a small example, to achieve the creation process after clicking Button.