资源列表
mappings
- 功能是仲裁访问的互斥体,包含创建数据文件,创建仲裁的互斥体,根据文件创建100个线程来读写,关闭对象-Function is to arbitrate access mutex,Includes creating a data file, create a mutex arbitration, creates 100 threads to read and write in the paper, close the object
02ProcessList
- 命令行的进程管理,对付“熊猫烧香”之类必备 命令参数: -? 帮助 -L 进程列表 -T 结束进程 -Q 退出程序-command line management of the process to deal with "Panda burn incense," which is essential order parameters :-? Help-L process list-ended process of T-Q exit
2004102130833079
- 非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
pp
- 操作系统中的线程项目,模拟生产者消费者问题,烤羊肉串模型-Operating system threads projects, analog producers of consumer issues, kebabs model
Process_Threads
- Process and thread source code in C
DRILLERshvq2924Video6502
- 今天把一个源码DRILLERshvq2924Video6502分享给大家,希望你们喜欢-Share a source DRILLERshvq2924Video6502 today to you, hope you like it
procon
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
Process-Explorer
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器.本实验模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作.-In a multi-channel programming system, often there are several processes simultaneously in the ready state. When ready to process the number i
danchuliji
- 单处理机系统的进程调度 //用running表示进程处于运行态 #define aready 2 //用aready表示进程处于就绪态 #define blocking 3 //用blocking表示进程处于等待态 #define sometime 5 //用sometime 表示时间片大小 #define n 10 //假定系统允许进程个数为n struct { int name //进程标识符 int statu
pipe
- A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
joblist
- 一个支持多线程的链表类,用模板制作,适应性好-a support multithreading objectlist using template production, adaptability
yinHangJia
- 银行家算法的简单实现。进程的死锁避免算法。编写一段程序,模拟银行家算法,解决进程的死锁问题。 利用VC++6.0实现上述程序设计和调试操作,根据提示输入相应的资源请求,对于算法操作的成功与否提供一定的提示框-Bankers simple algorithm. Process deadlock avoidance algorithms. Write a program to simulate the bankers algorithm to solve the deadlock process