-
共享内存使用的程序
共享内存使用的程序 -The app using memory share
- 2022-02-04 23:04:23下载
- 积分: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
-
在程序的一个重要演示中,监视注册表的更改,包括…
监视注册表中某个键值变化的演示程序,内含BCB6.0和Delphi两个版本。-Monitor the registry changes in a key demonstration of the procedure, including BCB6.0 and two versions of Delphi.
- 2022-05-13 03:33:36下载
- 积分:1
-
这是用VC写的可以把窗口钉在桌面上
这是用VC写的可以把窗口钉在桌面上-This the VC can write window nails on the table! !
- 2022-09-24 15:45:08下载
- 积分:1
-
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现....
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现.-core Windows programming Exception handling mechanism and the full realization of copying, using WIN32 and DDK no use MFC.
- 2022-08-16 03:44:08下载
- 积分:1
-
类似explorer.exe的显示所有路径和文件的程序
类似explorer.exe的显示所有路径和文件的程序-similar explorer.exe show all the trails and documentation procedures
- 2022-05-23 22:35:22下载
- 积分: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
-
WM 系统操作注册表的类,包括导入reg文件
WM 系统操作注册表的类,包括导入reg文件-WM system registry categories, including import reg file
- 2022-02-13 01:15:57下载
- 积分:1
-
窗口系统访问信息。包括开放的端口,开放的服务,…
Windows系统信息的获取。包括打开端口,开启服务,磁盘信息,共享信息,IPC绑定等等。-Windows systems access to information. Including the open ports, open services, disk information, information sharing, bonding, etc. IPC.
- 2023-03-25 22:10:03下载
- 积分:1
-
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"...
自从Windows 95面市以来,系统托盘应用作为一种极具吸引力的UI深受广大用户的喜爱。使用系统托盘UI的Windows应用程序数不胜数,比如"金山词霸"、"Winamp"、"RealPlayer"等等。那么如何编写自己的托盘应用呢?此代码是系列文章中的例子代码,比较系统地示范了托盘应用的编程。并创建自己的C++类来增强系统托盘应用的特性。代码参考价值极高。-since the launch of the system tray application as a very attractive user UI deeply love. UI using the system tray of Windows applications and countless others, such as "free email" and "Winamp", "RealPlayer" and so on. So how to prepare their application tray? This code is a series of articles in the code examples, compared to model the system tray application programming. And to create their own category C to enhance the system tray application characteristics. Code high reference value.
- 2022-04-08 13:20:57下载
- 积分:1