搜索资源列表
爽爽
- 操作系统银行家算法 一、目的和要求 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-a banker's algorithm operating system, the purpose and requirements of bankers to avoid deadlock algorithm is an important method used in
jiance
- 这个是我找的一个用来检测死锁的算法,希望大家能指点下,-This is what I look for an algorithm to detect deadlock, hope that we can show under
yinhangjiasuanfa
- 本程序主要是用银行家算法避免系统出现的死锁-This procedure is mainly used bankers algorithm avoid deadlock system
dining
- 关于哲学家问题的实现。5个哲学家使用两只筷子,期间会发生死锁。-With regard to the question of the realization of the philosopher. Philosopher, the use of two 5 chopsticks, deadlock will occur during the period.
ccode
- 一个 模拟死锁检测算法的c程序 很好的学习资料-A deadlock detection algorithm simulation of the c procedures, good learning materials
sum
- 通过编程实现银行家算法来避免系统中的死锁现象,加以读者对算法的理解-Through programming banker' s algorithm to avoid deadlock in the system phenomena to be the reader' s understanding of the algorithm
sol2
- banker algorithm program that make detection and terminate while detrmine processes & resources check up where is deadlock exist.
yinhangjia
- 银行家算法 可以实验系统的分配 而不至于出现死锁-Banker' s algorithm can be experimental system is unlikely that the distribution of the deadlock
DeadLock2
- 计算机操作系统死锁的检测与解除 检测死锁的发生以及发生后解除死锁-Computer operating system deadlock detection and lifting of the occurrence of deadlock detection and deadlock after the occurrence of lifting
yinhangjia
- 设计一个n个并发进程共享m个系统资源的程序以实现银行家算法编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生-Design a n concurrent processes to share m-system resources to achieve the banker' s algorithm program to write and debug a simple system dynamics simulation prog
banker
- 操作系统中的银行家算法,用于寻找安全序列,防止发生死锁-OS bankers algorithm for finding safe sequence, to prevent deadlock
Producer_Consumer
- 关于死锁的问题,而生产者、消费者问题是死锁问题的一个比较经典的问题,此代码反映出死锁的一些方面。-On the deadlock problem, and the producer, consumer issues is the question of a more classic deadlock problem, this code reflects some aspects of the deadlock.
yhjmn
- 实现银行家算法模拟,可加深资源申请、避免死锁等概念的理解-The realization of banker s algorithm simulation, can deepen resources applications, to avoid deadlock concepts
operating-system-(OS)
- operating system (OS)包括进程、线程与微内核技术、并发性、死锁、内存管理、多处理机调度等-Operating system ( OS ) including the process, thread and microkernel technology, concurrency, deadlock, memory management, multiprocessor scheduling etc.
dinner
- 哲学家就餐问题,死锁和不死锁的情况都能运行,VS2010测试-Dining philosophers problem, deadlock and deadlock can run, VS2010 test
bank
- 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
Bankers-algorithm
- 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
Critical
- 一个多线程 死锁的演示程序, 读者可以手动修改 可以恢复死锁-A multi-threaded demo program deadlock, the reader can manually modify the deadlock can be restored
Deadlock-avoidance
- Deadlock avoidance is a system algorithm.
Avoid-process-deadlock-bankers
- 银行家算法避免进程死锁程序,通过安全性检查算法,银行家算法实现,可运行实现-Avoid process deadlock bankers algorithm procedures, algorithms through security checks, bankers algorithm can be run to achieve
