-
Visual C++ 2005下写的一个进程管理代码,主要的功能在如何获得进程路径上。有需要的可以参考一下...
Visual C++ 2005下写的一个进程管理代码,主要的功能在如何获得进程路径上。有需要的可以参考一下-Visual C++ 2005 under the management of a process to write the code, the main function in the process of how to obtain the path. Need for reference
- 2022-06-14 20:08:36下载
- 积分:1
-
在对话框随着鼠标的移动,在不同的区域出现不同的鼠标形状。...
在对话框随着鼠标的移动,在不同的区域出现不同的鼠标形状。-In the dialog box with the mouse movement in different regions of different shapes of the mouse.
- 2022-07-25 07:04:11下载
- 积分:1
-
读取和修改系统注册表,以便检查是否有注册表变化
读取和修改系统注册表,以便检查是否有注册表变化-read and modify the registry, in order to check whether there are any changes in the registry
- 2022-11-22 13:55:03下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2022-01-22 06:45:33下载
- 积分:1
-
I write this DLL for direct access i/o ports in windows NT/2K/Xp
I write this DLL for direct access i/o ports in windows NT/2K/Xp
- 2022-01-25 16:00:19下载
- 积分:1
-
读取注册表源代码
读取注册表源代码-registry read source code
- 2022-05-22 17:57:02下载
- 积分:1
-
全部DELHI代码,实现类似于LINUX的多桌面原代码.
全部DELHI代码,实现类似于LINUX的多桌面原代码.-All DELHI code, to achieve similar multi-LINUX Desktop original code.
- 2023-08-29 03:45:04下载
- 积分: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
-
detection cpu source code
检测cpu的源代码-detection cpu source code
- 2022-03-10 15:49:08下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1