-
实现最为经典的几种页面管理
实现最为经典的几种页面管理-achieve the most classic of several pages management
- 2022-06-15 07:22:56下载
- 积分:1
-
SysTray.rar 系统托盘实例,非常详细。
SysTray.rar 系统托盘实例,非常详细。-System tray SysTray.rar example, very detailed.
- 2022-05-19 06:50:26下载
- 积分:1
-
一个内存管理程序的源码
一个内存管理程序的源码-a memory management procedures FOSS
- 2022-12-05 05:35:03下载
- 积分:1
-
本程序开发了一个读文件的程序,如有不足请多指教
本程序开发了一个读文件的程序,如有不足请多指教-This procedure developed a procedure for reading a document, please advise if there is insufficient
- 2023-05-16 02:30:03下载
- 积分:1
-
实现网上考试随机读取题库,快速方便,界面友好,功能强大...
实现网上考试随机读取题库,快速方便,界面友好,功能强大-Web random read test questions, quickly and easily, friendly interface and powerful
- 2022-01-25 22:38:46下载
- 积分:1
-
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状...
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状态,并及时清空listbox控件。进程之间共享数据。-?????掏 ????列
- 2022-02-21 16:46:01下载
- 积分: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
-
spy++的一个小例子,涉及Vxd操作和DDK编译
spy++的一个小例子,涉及Vxd操作和DDK编译-spy++ a small example, involving the operation and DDK compiler Vxd
- 2022-03-02 13:18:46下载
- 积分: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
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1