-
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
-
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常
c语言课程设计_学生成绩管理系统 非常的详细 调试很正常-c language curriculum design _ student achievement management system is very detailed debugging normal
- 2022-06-03 08:57:54下载
- 积分:1
-
Record keyboard procedures, additional acts of recording capability. Also marrie...
记录键盘程序,附加了行为记录能力。
还嫁了一些简单的API函数。-Record keyboard procedures, additional acts of recording capability. Also married a few simple API function.
- 2023-02-04 15:50:04下载
- 积分:1
-
检查文件是否正在使用(EXE,DLL)的例子
检查文件是否正在使用(EXE,DLL)的例子-check whether documents are in use (EXE, DLL) examples
- 2023-03-22 20:10:03下载
- 积分:1
-
: 介绍了 L C o S芯片在电视接收系统中的应用, 重点讨论了 L C o S芯片的结构与特点。...
: 介绍了 L C o S芯片在电视接收系统中的应用, 重点讨论了 L C o S芯片的结构与特点。-: LC o S introduced the chip in the television receiver system, focused on the LC o S-chip structure and characteristics.
- 2022-08-17 18:15:20下载
- 积分:1
-
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T...
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), T
- 2022-02-27 00:57:00下载
- 积分:1
-
Linux文件系统
在WINDOWS下模拟Linux文件操作系统,实现了一些功能,还有请大家多多提出批评-linux file system
- 2022-01-25 21:54:21下载
- 积分:1
-
这些文件完整实现火车查询、售票系统,含源代码以及数据库系统...
这些文件完整实现火车查询、售票系统,含源代码以及数据库系统-Full implementation of these documents train inquiries, ticketing system, including source code and database system
- 2022-08-18 00:04:10下载
- 积分:1
-
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模...
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
-BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can achieve higher efficiency of pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
- 2023-01-27 01:15:04下载
- 积分:1
-
空心字。
又是windows下的一个很好的字体示例——空心词。
- 2022-03-22 17:11:44下载
- 积分:1