-
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
-
DCT C++
按照离散余弦变换的定义编写的C++程序,可以在VC上运行-DCT C++
- 2022-05-24 07:35:56下载
- 积分:1
-
Written with the VC a view to achieve the registry editing program, you learn to...
一个用VC写的实现注册表查看编辑功能的程序,各位学习注册表编程的可以下下来参考参考-Written with the VC a view to achieve the registry editing program, you learn to program can make a registry down Reference Reference
- 2022-08-06 04:43:36下载
- 积分:1
-
一个小的操作系统代码,非常简单易用,但结构很完整,可供开发者参考学习。...
一个小的操作系统代码,非常简单易用,但结构很完整,可供开发者参考学习。-A small operating system code, very simple to use, but the structure is complete and available for developers to refer to learning.
- 2022-03-21 10:43:14下载
- 积分:1
-
可以获得所有的登录session的源代码
可以获得所有的登录session的源代码-Get all the source code of login session
- 2023-09-07 05:45:03下载
- 积分:1
-
能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途...
能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途-to view exe dll file from the Import function, the production installation of a certain purpose
- 2022-02-11 20:38:51下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1
-
有助于内存管理。
helps in memeory management.
- 2022-06-16 01:35:08下载
- 积分:1
-
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的...
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参-complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations. Machines can get charged with the hardware information, document information, registry and control for the screen. SOCKET code of overlapping I/O is also the realization worth Participation
- 2023-07-22 03:45:06下载
- 积分:1
-
编辑Delphi库(delphi32。DRO)工具(源,D4)
编辑Delphi Repository文件(delphi32.dro)的工具(source,d4)-editing Delphi Repository (delphi32.dro) tools (source, d4)
- 2022-06-29 02:46:21下载
- 积分:1