-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改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
-
串口助手源码(VC++ )
一个不错的串口调试助手源码,使用VC++编写,内容详尽,可供大家编写自己的串口工具时参考。该源码使用SCOMM
- 2022-02-26 07:47:41下载
- 积分:1
-
Pansharp融合方法matlab实现
本代码基于Matlab,实现对遥感全色和多光谱影像的融合。Pansharp分类方法是目前效果相对较好的针对高分遥感影像的分类方法,本代码在Matlab中可成功运行并使用。
- 2022-04-28 17:26:51下载
- 积分:1
-
interesting little procedures on some word processing, used in STL, there are al...
有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。-interesting little procedures on some word processing, used in STL, there are also some clever algorithm inside.
- 2023-02-11 19:20:03下载
- 积分:1
-
一个可以跟踪鼠标位置的程序。。你可以从屏幕任何地方读出现在鼠标的坐标...
一个可以跟踪鼠标位置的程序。。你可以从屏幕任何地方读出现在鼠标的坐标-A mouse can track the location of the procedure. . You can read from the screen anywhere in the mouse coordinates
- 2022-05-23 11:00:24下载
- 积分:1
-
经典编程语言的学习教材,非常的有用,值得反复研读
经典编程语言的学习教材,非常的有用,值得反复研读-Classical programming language learning materials, very useful and worth reading again
- 2023-09-01 07:30:05下载
- 积分:1
-
用指定的位图做刷子填充整个窗口。这个程序演示如何建立画刷句柄以及将它选择到一个图形设备句柄中...
用指定的位图做刷子填充整个窗口。这个程序演示如何建立画刷句柄以及将它选择到一个图形设备句柄中-specified bitmap brush done filling the entire window. This procedure shows how to build painting brush handle, as well as its choice of a graphics equipment to handle
- 2023-07-05 17:10:03下载
- 积分:1
-
可以实时显示接受数据的曲线控件,可以实时的显示数据,具有一定的借鉴意义。...
可以实时显示接受数据的曲线控件,可以实时的显示数据,具有一定的借鉴意义。-Real-time data show that the curve control, can display real-time data, has a certain referential significance.
- 2022-10-30 14:50:02下载
- 积分:1
-
PDBView是一个可以查看palmOS执行包*.pdb(类似于java包*.jar)结构的小工具...
PDBView是一个可以查看palmOS执行包*.pdb(类似于java包*.jar)结构的小工具
- 2023-03-28 18:40:03下载
- 积分:1
-
simulation a senior clock, including functional indicators shown, in digital for...
程序模拟一台高级时钟,功能包括以指针方式显示、以数字方式显示、日历和秒表等;可设置时间和日期。 程序使用对话框结构,左方有框显示指针式钟面,其下方有两个矩形框,一个以数字方式显示日期、星期和时间,该时间应与指针显示的时间一致。另一个框作为秒表的显示框。对话框右方有设置时间按钮、时间快进按钮和秒表按钮-simulation a senior clock, including functional indicators shown, in digital form, calendar and stopwatch; To set a time and date. Procedures for the use of dialog structures, left a box shows the bell-pointer, followed with two rectangular box, a digital display to date, the week and time, the time should indicate the target time line. Another box as the stopwatch showed box. The dialog is the right time to set up buttons, time and the fast-forward button stopwatch button
- 2022-01-26 05:22:46下载
- 积分:1