搜索资源列表
进程调度算法实现
- 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
进程调度3
- 操作系统课程设计,进程调度,里面有两种方法可实现,下的看看吧!至少可以交差啊-courses on operating system design, process scheduling, there are two methods can be achieved, the look! At least perfunctory ah
86204968
- 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
CPPBugTrace
- 用于错误处理的一个C++类,可以实现自动化指针错误的地方,很适用于进程崩溃时发现出错的位置-For error handling, a C++ Category, you can realize automation pointer wrong place, it is applicable to the process of the collapse of the location of errors found
c4
- 用时间片轮法实现进程的调度,该程序比较短和简单-Time piece wheel realize the process of scheduling, the program relatively short and simple
CPUSchedule
- CPU 优先级调度算法的实现。CPU根据进程优先级实现对进城的合理调度-CPU Priority Scheduling Algorithm. CPU in accordance with the process priority to achieve the rational management of the city
DllInsertUtil
- C++实现远程DLL注入类C++实现的一个远程DLL注入的类。调用类成员函数InsertDllToProcess( qq.exe , D:\\InsertDll.dll ) 可以将某个写好的DLL注入到指定的进程中。-C++ DLL into the remote class C++ DLL into a remote implementation class. Call class member function InsertDllToProcess (" qq.exe" ,
fenshidiaoduxitong
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
HideProcess104
- 可以实现在进程管理器中隐藏自己的功能。使用API实现。-Can be achieved in the process manager to hide their features. Use the API.
InjectDLL101
- 实现在远程进程中申请一段内存空间,运行自己的程序,达到远程监控的目的,希望可以帮助大家-Application in the remote process to achieve a memory space, running their own procedures to achieve the purpose of remote monitoring, I hope to help you
jincheng1
- 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
Kill.specified.process.VB.code
- VB实现杀死指定进程经典代码 强制关闭程序-Kill the specified process to achieve the classic VB code
kill100
- 在当前进程中查找某一进程并杀死该进程的c语言实现-failed to translate
LRU101
- 操作系统中进程管理部分LRU算法的实现,还算景点-Part of the operating system process management LRU algorithm, still Attractions
Memory_strShare
- 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
PrdCos
- 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
ProcessEnum
- 程序实现枚举系统当前进程,使用C++类库方法封装并实现-Enumerate the current process, using the methods of C++ class library packages and implemented ~ ~
produce_consume
- 一个简单的用c语言实现的生成者消费者进程模型。对于linux下的c语言学习和操作系统的学习有一定的帮助-A simple process model generated by consumers using the c language. Some help for the c language learning and the learning of the operating system under linux
Project
- VB 调用API枚举进程和线程的源代码,实现线程监控-VB enumeration process and thread source code
pv_rw
- 利用Windows提供的API函数,用VISUALC++ 6.0编写程序,解决生产者与消费者问题,实现进程的互斥与同步实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-err