-
基于WDF的过滤器驱动程序,包含测试程序
基于WDF的过滤器驱动程序,包含测试程序。exe文件夹包含测试程序,sys文件夹包含过滤驱动,fdo文件夹包含测试用驱动
- 2022-10-11 02:25:04下载
- 积分:1
-
VC修改IE主页的原代码。
VC修改IE主页的原代码。-IE home page VC modify the original code.
- 2023-07-29 15:20:03下载
- 积分:1
-
通过WinIo进行IDEHDD信息读取和BIOS版本信息的获取实例代码;实现在WINDOWS下进行底层I/O操作!...
通过WinIo进行IDEHDD信息读取和BIOS版本信息的获取实例代码;实现在WINDOWS下进行底层I/O操作!-WinIo carried out through information IDEHDD read and BIOS version information access example code achieve WINDOWS carried out under the bottom of I/O operations!
- 2022-03-18 01:07:41下载
- 积分:1
-
Linux文件系统
在WINDOWS下模拟Linux文件操作系统,实现了一些功能,还有请大家多多提出批评-linux file system
- 2022-01-25 21:54:21下载
- 积分:1
-
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的L...
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去
3.编译manthlib,产生manthlib.dll
4.可以测试产生的dll可全局调用了。
注意生成dll路径也要指向vb工具目录-Vb realize this procedure to create a true global dll steps: 1. For the resulting dll to the preparation. Def files 2. Compilers Deputy LINK, have LINK.exe, then vb tools LINK.EXE renamed under LINKlnk.exe, our LINK.EXE generated their own place over the past 3. compilers manthlib, have manthlib.dll4. to test the overall situation can be generated by calling the dll. Note the path to point to generate dll directory vb tools
- 2023-07-25 09:25:03下载
- 积分:1
-
教你如何做托盘~可以参考代码~teach you how to make the bottom ico
教你如何做托盘~可以参考代码~teach you how to make the bottom ico-Teach you how to do so can refer to the code tray ~ ~ teach you how to make the bottom ico
- 2022-12-12 11:35:03下载
- 积分:1
-
used to create remote compilation process technology
用汇编创建远程进程技术-used to create remote compilation process technology
- 2023-06-11 21:00:03下载
- 积分:1
-
这是一个通过注册表列举正在运行进程的源码。通过修改…
这是一个通过注册表列举正在运行进程的源码。通过修改主机名可以列举远程主机进程。-This is a listed by the registry is the process of running FOSS. By modifying the host name could give remote host process.
- 2023-04-07 13:25:04下载
- 积分: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核心编程.rar
这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。
作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。...
随着微软宣布放弃对 Windows XP以及以前版本的支持,Windows Vista 的普及势在必行,迟早会安装到普通用户的计算机上。Windows Vista 有很多吸引人的新特性,相信大家不用不知道,一用忘不了。(在翻译 Microsoft Press的 Windows Vista Inside Out一书的过程中,我已经深切体会到她的妙处)。作为一名程序员,有必要在第一时间适应在新的操作系统下的编程。历经 15 年,本书也随着 Windows操作系统的“改朝换代”,升级到第 5版,即Windows via C/C++。如果您要用 C/C++开发 Windows 应用程序,那就不要走弯路,直接让Jeffrey告诉您如何利用 Windows的新特性和新函数来编写出高效、优美的 Windows应用程序。
目录:
第I部分 必备知识
第1章 错误处理 3
1.1 定义自己的错误代码 7
1.2 ErrorShow示例程序 7
第2章 字符和字符串处理 10
2.1 字符编码 11
2.2 ANSI字符和Unicode字符
与字符串数据类型 12
2.3 Windows中的Unicode函数
和ANSI函数 14
2.4 C运行库中的Unicode函数
和ANSI函数 16
2.5 C运行库中的安全字符串函数 17
2.5.1 初识新的安全字符串函数 18
2.5.2 在处理字符串时如何获得
更
- 2022-07-20 22:32:30下载
- 积分:1