资源列表
Process-scheduling-algorithm-
- 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
Process
- 进程调度:详细了说明了进程调度的几种方法:如时间片轮转,优先级调用-Process scheduling
pi
- linux下的pi多线程源码,可用,gcc下加-pthread编译-pi under the multi-threaded linux source code, available, gcc compiled under the Canada-pthread
MutilThreadSerialDLL
- VC++写的,在动态库中实现多线程串口监视,希望能对大家有所帮助-VC++ written in a dynamic library in multi-threaded serial port monitor, hoping to be helpful
MutiThread
- 多线程编程指南 多线程编程指南 -Multithreaded Programming Guide Programming Guide for multi-threaded multi-threaded Multithreaded Programming Guide Programming Guide
MutiThread5
- 多线程实现串口收发的vc程序 上位机程序 串口通讯初学者小程序-Multithreading vc serial send and receive serial communication program for beginners PC applet program
MultiThreadDemo
- 多线程操作,开启线程,关闭,挂起线程,例子简单明了,供大伙参考-Multithread
TaskMgr
- 一个任务管理器,可以查看每个进程的模块,系统内存的使用情况,定位进程,结束进程,暂停和恢复进程运行-A task manager, you can view each process module, system memory usage, locate the process, the end of the process, pause and resume the process of running
c-DelayProgram
- C语言编写的关于延时程序的研究,写的比较好-C language programs on the delay of the research and write better
injection-
- 可以将指定dll注入到指定进程,有加强权限代码,对于学习有很大帮助-The specified dll injection to the specified process
jinchengmoni
- 模拟进程的管理,有创建、运行、阻塞、唤醒进程等功能,MFC实现。-Simulation process management, create, run, block, wake-up process and other functions, MFC implementation.
nicunmoni
- 模拟内存的实现,用编辑框显示内存的申请及撤销,操作简便-The realization of analog memory, display memory with the edit box and revocation of the application, simple
