-
进程调度算法,利用设置优先级算法来实现。
进程调度算法,利用设置优先级算法来实现。-Process scheduling algorithm, used to set priority algorithm to achieve.
- 2022-06-20 22:15:50下载
- 积分:1
-
实时提供CPU的使用情况,并附有曲线图和柱状图。在托盘图标中动态显示使用率。...
实时提供CPU的使用情况,并附有曲线图和柱状图。在托盘图标中动态显示使用率。-provide real-time CPU usage, together with curves and histograms. The tray icon dynamic display usage.
- 2023-05-05 20:55:03下载
- 积分:1
-
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍-VC++ Dynamic link library easy programming, good programming reference books DLL
- 2022-03-12 14:08:33下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1
-
基于Windows的二级文件系统开发
基于Windows的二级文件系统开发-Windows-based development of the secondary file system
- 2022-02-15 05:56:31下载
- 积分:1
-
使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之...
使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to track a thread of memory, but also between two threads through the synchronized signal volume. Simulation of the threads of memory from a paper read out to the memory operation
- 2022-05-07 18:12:59下载
- 积分:1
-
简单的进程调度程序,包含先进先出和优先级调度程序,自己可以加入一些初始化设定,可以更好的模拟系统运行...
简单的进程调度程序,包含先进先出和优先级调度程序,自己可以加入一些初始化设定,可以更好的模拟系统运行-simple process scheduling procedures, including FIFO and priority scheduling procedures, they can join some initialization set, we can better run a simulation
- 2022-10-06 22:40:03下载
- 积分:1
-
Windows注册表编辑器的源代码
windows的regedit源码-windows regedit source code
- 2022-07-24 09:52:44下载
- 积分:1
-
Enter a date, you can calculate the week. This code is in VISUAL C++ 6.O program...
输入一个年月日,可以计算出是星期几。这段代码是在VISUAL C++ 6.O的编程环境下编写的。-Enter a date, you can calculate the week. This code is in VISUAL C++ 6.O programming environment prepared.
- 2022-03-03 13:59:22下载
- 积分:1
-
挂钩函数的使用
使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
- 2022-03-17 23:30:21下载
- 积分:1