-
创建、结束进程等操作
创建、结束进程等操作-creation, the end of the process, etc
- 2022-01-26 06:08:34下载
- 积分:1
-
This is another one of the operating system or the process of scheduling algorit...
这是另外一个计关于操作系统 的进程调度的算法 ,也是用c来模拟的,希望大家多指教,-This is another one of the operating system or the process of scheduling algorithm is used to simulate c, we hope more exhibitions,
- 2022-04-17 17:02:40下载
- 积分:1
-
使用自制这个文件的过程管理包含了你将要做的总结。
自制进程管理器This file contains a summary of what you will find in each of the files thatmake up your ShowAllProcess application.-process management with homemade This file contains a summary of what you will find in each of the files ShowAllProcess thatmake up your application.
- 2022-02-12 01:45:24下载
- 积分:1
-
演示了列举系统所有进程,并且强制结束,希望对大家有帮助...
演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
- 2022-07-24 08:37:47下载
- 积分:1
-
线程定时器,对内核定时器的线程包装
线程定时器,对内核定时器的线程包装-threads timer, the timer kernel threads packaging
- 2022-06-15 05:52:18下载
- 积分:1
-
一个简单的多
一个简单的多线程的框架,每个线程作一个计数,并且可以用菜单控制线程的执行-a simple multi-threaded framework for a per-thread count, and the menu can be used to control the implementation of threads
- 2022-02-09 12:09:57下载
- 积分:1
-
这是一个用JAVA多线程编写得显示当前系统时间的小窗口程序,包括年,月,日,时,分,秒...
这是一个用JAVA多线程编写得显示当前系统时间的小窗口程序,包括年,月,日,时,分,秒-This is a multi-threaded with JAVA prepared in the current system revealed a small time window procedures, including the year, month, day and hour, minute and second
- 2022-04-14 13:56:54下载
- 积分:1
-
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
- 2023-08-27 14:25:03下载
- 积分:1
-
在VC++ 6.0中实现程序单一运行
在VC++ 6.0中实现程序单一运行-6.0 in VC procedures to achieve a single operation
- 2022-05-09 13:55:40下载
- 积分:1
-
如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,实现了这个类,来所简化多线程的创建和关闭的操作。...
如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,实现了这个类,来所简化多线程的创建和关闭的操作。-If CWinThread better direct object is a thread, if AfxBeginThread, realize this category, to simplify the creation of multi-threading on and off operation.
- 2023-03-28 20:45:04下载
- 积分:1