搜索资源列表
死锁检测算法C++
- 操作系统的死锁检测算法, VC++调试通过-operating system Deadlock Detection Algorithm, debugging through VC
死锁的模拟与检测
- 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to i
循环等待 死锁状态
- 通过各线程的等待模拟死锁,使初学者对死锁有一定的了解-through the threads of waiting Deadlock simulation, so beginners Deadlock have some understanding
死锁
- 模拟操作系统的进程死锁-simulated the process of operating system Deadlock
用C语言实现死锁检测
- 用C语言实现死锁检测-C language Deadlock Detection
死锁—哲学家吃饭问题
- 死锁—哲学家吃饭问题 java写的-Deadlock-food philosopher wrote java
解决线程死锁问题的 生产者 消费者程序
- 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
死锁检测模拟
- 死锁检测模拟程序-Deadlock Detection Simulation Program
防死锁的程序
- 可以防止死锁,而让攻击者不是很容易着手去攻击你-can prevent deadlock and allow an attacker is not very easy to start to attack you
银行家算法解决死锁
- 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and
死锁检测:银行家算法
- 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-It is on simulating banker arithmetic and detecting death lock. When user applies a group of resource, the system must decide if assigning the source still keep
操作系统进程死锁模拟
- 此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
操作系统、死锁检测、VC++
- 操作系统、死锁检测、VC++
死锁检测与解除的程序
- 操作系统中的关于死锁的检测算法与死锁的解除算法。
java_threaddemo
- 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
DeadLock
- 死锁检测工具,《计算机操作系统》课程设计,源代码+演示程序-Deadlock Detection Tool,
deadlock
- 死锁模拟 模拟windows下进程申请资源产生死锁的过程-Deadlock analog simulation of the process of application windows under the process of resource deadlock
典型死锁问题
- 包含了操作系统的三个死锁问题,哲学家问题,消费者生产者问题,管道等,解决方法。绝对可用。(It includes three deadlocks, philosophers, consumer producers, pipelines, and solutions to the operating system. It is absolutely available.)
线程死锁示例
- 这是基于java语言编程的一个关于线程死锁问题的小Demo,运用DeadLock来解决线程中可能出现的死锁问题
死锁检验与解除
- 用于模拟系统在进程请求资源过程中,会不会发生死锁,检测出会发生死锁的进程,并且解除死锁(It is used to simulate whether deadlock will occur in the process of requesting resources, detect the process that will occur deadlock, and unlock the deadlock.)