登录
首页 » Windows核心 » WINDOWS核心编程.rar

WINDOWS核心编程.rar

于 2022-07-20 发布 文件大小:26.01 MB
0 165
下载积分: 2 下载次数: 1

代码说明:

这是一本经典的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 在处理字符串时如何获得 更

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Procs.dll combines the process/module related toolhelp and psapi API s to one se...
    Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions. So you don t need to handle Win9x/ME and NT different anymore.-Procs.dll combines the process/module related toolhelp and psapi API s to one set of functions. So you don t need to handle Win9x/ME and NT different anymore.
    2022-03-21 15:54:07下载
    积分:1
  • Windows注册表编辑器的源代码
    windows的regedit源码-windows regedit source code
    2022-07-24 09:52:44下载
    积分:1
  • 获取最详细的系统版本信息
    获取最详细的系统版本信息,包括WIN95,98/2000/XP/SWERVER2003/VISTA/WIN7/WIN8及各版本的64位版本信息。
    2022-01-20 22:48:58下载
    积分:1
  • 读写ini文件
    读写ini文件 -Read and write ini file to read and write ini files
    2022-01-26 08:04:00下载
    积分:1
  • 一个不错的
    一个不错的-A good
    2022-03-01 14:37:05下载
    积分:1
  • C语言源代码的集合:C语言程序,包括一些算法…
    c语言源代码集锦:内含c语言程序中的一些算法,有许多函数的编程实现功能,值得一看。-c language source code Collection : c language program includes some of the algorithm, there are many functions in functional programming overseas.
    2023-01-20 08:30:04下载
    积分:1
  • Windows 中创建空的备用列表
    翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)] [SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle, [MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和  Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
    2022-05-07 13:17:48下载
    积分:1
  • Bossa测试实例的工作之一。Bossa实例测试发动机
    bossa测试实例,给出了一个用于测试bossa引擎的工作流实例-bossa test examples are given an engine for testing bossa examples of the work flow
    2022-05-17 22:21:31下载
    积分:1
  • 任务管理器,新的任务管理器,不错的. 不错的.
    任务管理器,新的任务管理器,不错的. 不错的. -Task Manager, the new task manager, not bad at all. Good.
    2023-06-05 11:25:03下载
    积分:1
  • 窗口注册表编辑,配置文件
    windows注册表 编辑 修改,hive 文件-windows registry editing, hive file
    2023-08-08 05:35:03下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载