-
本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解...
本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process right when os deepen understanding
- 2022-03-22 19:59:43下载
- 积分:1
-
VC multithreaded development program examples can understand multithreaded synch...
VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
- 2022-05-14 09:16:46下载
- 积分:1
-
一个windows的exe进程dump程序。
一个windows的exe进程dump程序。-windows of a dump exe process procedures.
- 2022-05-29 07:11:18下载
- 积分:1
-
Multi
多线程的TCP和UDP通讯实例,Visual C++6.0开发。-Multi-threaded TCP and UDP communication example, Visual C 6.0 development.
- 2022-07-08 00:03:49下载
- 积分:1
-
我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同...
我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?
- 2023-07-11 15:35:03下载
- 积分:1
-
Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。
Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。-Terminator is a small program you can use it to illustrate one you want to end the module list (by name or path).
- 2023-05-20 17:15:03下载
- 积分:1
-
This procedure is the operating system, curriculum design, the process of schedu...
本程序是操作系统课程设计,进程调度演示源程序,在windows下模拟进程的调度.-This procedure is the operating system, curriculum design, the process of scheduling demo source code, under the simulation process in the windows scheduler.
- 2022-05-23 15:10:08下载
- 积分:1
-
一个Windows下的线程库,模仿pthread的用法
一个Windows下的线程库,模仿pthread的用法
-Under a Windows Thread Library, imitating the use of pthread
- 2022-04-01 18:15:34下载
- 积分:1
-
published in 2005, two of code, code demonstrating the use of Visual C since the...
刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
- 2022-01-30 10:08:01下载
- 积分:1
-
最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展――在对话框上有pause和stop按钮...
最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展――在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control the progress of threads-- in a box on pause and stop buttons
- 2022-12-01 07:30:04下载
- 积分:1