-
How to use the WinIo library in Win2000 and WinXP system. this sample will lead...
VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:
(1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;
(2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;
(3):在StdAfx.h头文件中加入#include "winio.h"语句;
(4):调用InitializeWinIo函数初始化WinIo驱动库;
(5):调用读写IO口的GetPortVal或SetPortVal函数;
(6):调用ShutdownWinIo函数;
本实例是在VC6.0环境下 XP系统.
-How to use the WinIo library in Win2000 and WinXP system. this sample will lead you to use the WinIo rightly.
- 2022-08-21 23:18:28下载
- 积分:1
-
进程调度算法:优先数调度优先级最高的…
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-08-15 08:10:56下载
- 积分:1
-
研究材料的窗口指导程序员使用DLL和内存
学习资料WINDOW程序员使用指南DLL和内存管理- Study material WINDOW programmer use guide DLL and the memory
manage
- 2023-08-19 11:00:05下载
- 积分:1
-
这是一个将指定网页截图的DLL控件!可以生成缩略图!
这是一个将指定网页截图的DLL控件!可以生成缩略图!-This is a screenshot of the specified DLL control page! Can generate thumbnails!
- 2022-01-26 07:34:46下载
- 积分:1
-
A master of hand
高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!-A master of hand-written code to write! Welcome everyone to download, share, if there are problems, please contact me! Thank you!
- 2023-06-19 21:00:02下载
- 积分:1
-
通过构建Delaunay三角网的离散点,代码…
通过离散的点构建Delaunay三角网,该代码用ATL的方式编写,编译成DLL直接调用。-Construction of discrete points through the Delaunay triangulation, the code to use ATL to prepare the way, the compiler into a DLL called directly.
- 2022-05-27 21:48:13下载
- 积分:1
-
pc机器内寸使用情况检查
pc机器内寸使用情况检查 -pc-inch machine to check the use of
- 2022-05-18 16:49:31下载
- 积分:1
-
使用代码安全移除当前加入到系统中的U盘或其它USB设备。VC6.0下调试通过....
使用代码安全移除当前加入到系统中的U盘或其它USB设备。VC6.0下调试通过.-use security codes to remove the current system of the U disk, or other USB devices. VC6.0 debugging through.
- 2022-08-12 11:44:15下载
- 积分:1
-
实现航空客运管理系统,结合标准2
用C++实现的 航空客运管理系统,用双向联标实现,但没实现文件保存-C to achieve air passenger management systems, in conjunction with standard two-way, but the paper did not achieve preservation
- 2022-06-02 02:19:34下载
- 积分:1
-
修改注册表的,txt文件关联。
修改注册表的,txt文件关联。-registry, txt file association.
- 2022-02-25 03:41:30下载
- 积分:1