资源列表
JosherMsg
- 通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
task-PID
- 通过进程名获取进程PID,方便后续操作,可以不加后缀(.exe)。-Known process name for process PID, convenient and subsequent operation.".exe"is not necessary.
taskkill
- Windows下,已知进程名后结束进程,可用于管理软件中终止某个进程的运行。-Windows, known after process name end process, can be used in the management software end in a process of the operation.
MultiThreadWorker
- Class MultiThreadWorkers<T> is generic class that used to queue works in definable thread counts. T is type of data and its event based
MultiThreadTest-_Verson-2.0
- 此代码是关于多线程,线程池的问题。开发环境是visual studio,编程语言为C#,为MultiThreadTest _Verson 1.0的加强版-This code is about the problem of multi-threading, thread pool. Development environment is visual studio, the programming language is C# 。It is enhanced version MultiThreadT
Cycle-time-slice-rotary-algorithm
- 实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等
NtLoadDll
- VS2010 显示进程和模块信息使用NT系列函数。可编译。-VS2010 process and module information using the NT family of functions. Can be compiled.
ischool_exam_v3.7.0
- 考试随机抽题系统 好东西 很好的东西 好东西-Examination random questions good thing good things good things
Reader-Writer
- 这是一个用C语言编写的读者写者问题的程序。程序自带进程号和开始时间、执行时间,运行后,显示进程执行效果。-This is a written in C readers who write the program problem. Program own process number and start time, execution time, after the operation, display process execution effect.
VC6_CTTESTDLL
- 在DllMain创建线程的方法。参考MSDN-In DllMain create threads. Refer to the MSDN
Process
- 用java语言编写的带有界面的模拟操作系统进程调度的程序,可随机生成10个进程,采用三种算法执行,即——1-先进先出调度算法 2-基于优先数的调度算法 3-最短执行时间调度算法-Java language interface with the operating system process scheduling simulation program, can be randomly generated 10 process, the implementation of the three al
Win32mutithrcodinge
- 多种多线程的实现代码,可用于多线程设计的参考,经典的多线程实现例子-A variety of multi-threaded implementation code for multi-threaded design reference, multi-threaded implementation of the classic example
