-
本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、...
本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is to explain the internal mechanisms of Windows operating system a monograph. Authors from the basic concept, a comprehensive and systematic introduction to Windows realize the underlying mechanism, Windows applications, the basic components (including processes, threads, memory management, dynamic link library, thread local storage, and Unicode), as well as all types of Windows API and so on, and listed a large number of application examples, insightful analysis of the various Windows programming difficulties and points, in order to keep Windows programming skills to provide an effective shortcut.
- 2022-03-11 13:43:12下载
- 积分:1
-
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。...
识别鼠标轨迹的小程序,可以用鼠标的动作来控制电脑的操作。-Identification of the mouse trajectory applet can be used to the mouse movements to control computer operations.
- 2023-05-08 07:50:02下载
- 积分:1
-
开发键盘的人员必要工具,
key view,相当于USB VIEW
开发键盘的人员必要工具,
key view,相当于USB VIEW-Staff the necessary tools to develop keyboard, key view, is equivalent to USB VIEW
- 2022-03-25 07:22:46下载
- 积分:1
-
#如果定义(__msdos__)&!定义(msdos)
#if defined(__MSDOS__) && !defined(MSDOS)
# define MSDOS
#endif
#if defined(__OS2__) && !defined(OS2)
# define OS2
#endif
- 2022-04-09 22:32:48下载
- 积分:1
-
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很...
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not to mention its own procedures, then press any other key to the current procedure How do I know this? Use the keyboard hook can be a good solution.
- 2022-12-17 00:50:03下载
- 积分:1
-
labview的源代码,用于获得CPU的序列号,对于软件的安全设计意义重大。实际应用如:自己设计的软件别人使用时,可采用机器序列号唯一对应的授权号,这样可以避免...
labview的源代码,用于获得CPU的序列号,对于软件的安全设计意义重大。实际应用如:自己设计的软件别人使用时,可采用机器序列号唯一对应的授权号,这样可以避免自己的劳动成果被别人占有-PC source code for access to the CPU serial number, software for the safety design of great significance. Practical applications such as : their design software used by others, we can use machines, the only sequence corresponding to the authorization, This will avoid the fruits of their own labor occupied by others
- 2022-02-05 11:03:34下载
- 积分:1
-
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细...
关于C++语言的一个新的扩展――标准模板库的(Standard Template Library)源码,非常详细-On C++ Language of a new extension- the standard template library (Standard Template Library) source code, very detailed
- 2022-03-10 05:21:57下载
- 积分:1
-
基本的串口读写的DLL
Basic Serial Write and Read dll
- 2022-02-21 12:21:28下载
- 积分:1
-
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
-
Aircraft booking system for C++ program source code, hope that the exhibitions.
飞机订票系统的C++程序源代码,希望多多指教。-Aircraft booking system for C++ program source code, hope that the exhibitions.
- 2022-07-09 14:29:51下载
- 积分:1