-
测试硬盘、网络的速度
测试硬盘、网络的速度-Test your hard disk, network speed
- 2022-06-29 05:36:41下载
- 积分: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
-
自己整理的引导扇区BPB参数结构表,包括FAT16、FAT32和NTFS文件系统。...
自己整理的引导扇区BPB参数结构表,包括FAT16、FAT32和NTFS文件系统。-Their finishing boot sector BPB parameter structure table, including FAT16, FAT32, and NTFS file system.
- 2022-05-09 12:33:19下载
- 积分:1
-
操作系统
磁盘储存空间的分配和回收
c++实现 第二版
操作系统
磁盘储存空间的分配和回收
c++实现 第二版
- 2022-03-12 20:57:59下载
- 积分:1
-
列举NT下驱动程序的程序
列举NT下驱动程序的程序-NT drivers cited under the procedures
- 2022-08-15 19:37:40下载
- 积分:1
-
简单明了的演示了DLL的制作和使用!静态,动态,C,c
简单明了的演示了DLL的制作和使用!静态,动态,C,c-Simple and clear demonstration of the production and use of DLL! Static, dynamic, C, c
- 2022-02-06 21:41:56下载
- 积分:1
-
图标和光标.rar
图标和光标.rar-icons and cursor. Rar
- 2022-05-30 19:29:02下载
- 积分:1
-
自己编的一个销售信息管理系统,不是太完善,为了交毕业设计而已。希望大家能分享一下,有高手也可以改一下,我怕怕过不了关...
自己编的一个销售信息管理系统,不是太完善,为了交毕业设计而已。希望大家能分享一下,有高手也可以改一下,我怕怕过不了关-own a series of the sales information management system is not very sound, in order to pay only graduated design. Hope that we can share with a master can change it, I pass the challenge of having
- 2022-03-16 10:44:05下载
- 积分:1
-
- 2022-07-18 06:08:52下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1