CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - deadlock detection

搜索资源列表

  1. DeadLockDetection

    0下载:
  2. Java实现deadlock detection algorithm-Java deadlock detection algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27537
    • 提供者:刘煜
  1. 死锁检测算法C++

    0下载:
  2. 操作系统的死锁检测算法, VC++调试通过-operating system Deadlock Detection Algorithm, debugging through VC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1800
    • 提供者:liu
  1. 死锁的模拟与检测

    0下载:
  2. 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2466
    • 提供者:王国强
  1. sishu

    0下载:
  2. 操作系统课程设计--死锁检测算法,这个程序自动显示死锁检测过程-courses on operating system design -- Deadlock Detection algorithm, the process automatic Deadlock detection process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:157813
    • 提供者:小枫
  1. 用C语言实现死锁检测

    0下载:
  2. 用C语言实现死锁检测-C language Deadlock Detection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6439
    • 提供者:nL
  1. 进程安全性算法

    0下载:
  2. 操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:杨鼎新
  1. DeadLock

    0下载:
  2. 死锁检测工具,《计算机操作系统》课程设计,源代码+演示程序-Deadlock Detection Tool,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:206837
    • 提供者:Karley
  1. systemtest

    1下载:
  2. 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:10135
    • 提供者:
  1. ccode

    0下载:
  2. 一个 模拟死锁检测算法的c程序 很好的学习资料-A deadlock detection algorithm simulation of the c procedures, good learning materials
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1854
    • 提供者:艺天
  1. DeadLock

    0下载:
  2. 程序使用图形化方法,用户通过连线手工初始化资源分配图,然后显示死锁检测的过程和结果-Program uses a graphical method, the user through the connection manually initialize the resource allocation map, and then displays the deadlock detection process and results of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:23654
    • 提供者:冯汝伟
  1. Banker

    0下载:
  2. 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1399
    • 提供者:hezj
  1. yhjsf

    0下载:
  2. 能够实现银行家的算法,还有就是死锁的检测及其解除-Banker' s algorithm implementation, there is a deadlock detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:9554
    • 提供者:沈文杰
  1. DeadLock2

    0下载:
  2. 计算机操作系统死锁的检测与解除 检测死锁的发生以及发生后解除死锁-Computer operating system deadlock detection and lifting of the occurrence of deadlock detection and deadlock after the occurrence of lifting
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2285
    • 提供者:w
  1. bank

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2076
    • 提供者:陈超
  1. deadlock

    0下载:
  2. 编写死锁检测的模拟程序. 1每种类型一个资源:检测资源与进程图之间是否有换; 2每种类型多个资源的死锁检:用一个类似多个资源银行家的算法。 -The preparation of deadlock detection simulation program. One for each type of a resource: To detect the resources and whether there is exchange between the process of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:173866
    • 提供者:ji
  1. BankerAlgorithsm

    0下载:
  2. 一个关于死锁检测的经典算法--银行家算法-With regard to the classic deadlock detection algorithms- Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:960
    • 提供者:lee
  1. sisuojiancesuanfa

    0下载:
  2. 通过对死锁检测程序设计来进一步理解死锁检测的实现原理,通过对进程、资源和对进程资源的操作(即请求、获取、释放),对每一个系统状态都可以用一张进程资源图来表示,通过进程资源图进行死锁检测。-Through to the deadlock detection procedure designed to achieve a better understanding of deadlock detection principle, through the process, resources and o
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:4751
    • 提供者:wuzhan
  1. Bankers-algorithm

    0下载:
  2. 操作系统银行家算法对死锁的检测和解除 The operating system for deadlock detection and remove bankers algorithm-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:86305
    • 提供者:ZHX
  1. os

    0下载:
  2. 银行家算法、死锁的检测、首次适应分配内存算法,包含操作系统的三个课程实验,都在里面了。-Bankers algorithm, deadlock detection, first-fit algorithm to allocate memory that contains the operating system three course experiment, all inside.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:268282
    • 提供者:李敏
  1. Deadlocks--avoidance-and-detection

    0下载:
  2. In this article I will discuss deadlocks, what they are and how they can be avoided. I will also provide a sample implementation of how to detect when a deadlock occurs in a .NET application. The article uses the Dining Philosopher problem as a basis
  3. 所属分类:.net

« 12 »
搜珍网 www.dssz.com