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

搜索资源列表

  1. 死锁检测算法C++

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

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者: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
    • 文件大小:2.41kb
    • 提供者:王国强
  1. 循环等待 死锁状态

    0下载:
  2. 通过各线程的等待模拟死锁,使初学者对死锁有一定的了解-through the threads of waiting Deadlock simulation, so beginners Deadlock have some understanding
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:238.69kb
    • 提供者:童仝
  1. 死锁

    0下载:
  2. 模拟操作系统的进程死锁-simulated the process of operating system Deadlock
  3. 所属分类:操作系统开发

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

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

    • 发布日期:2008-10-13
    • 文件大小:6.29kb
    • 提供者:nL
  1. 死锁—哲学家吃饭问题

    0下载:
  2. 死锁—哲学家吃饭问题 java写的-Deadlock-food philosopher wrote java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9.01kb
    • 提供者:李可
  1. 解决线程死锁问题的 生产者 消费者程序

    0下载:
  2. 解决线程死锁问题的 生产者 消费者程序-threads of producers and consumers procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20.96kb
    • 提供者:王斌
  1. 死锁检测模拟

    0下载:
  2. 死锁检测模拟程序-Deadlock Detection Simulation Program
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5.52kb
    • 提供者:无痕
  1. 防死锁的程序

    0下载:
  2. 可以防止死锁,而让攻击者不是很容易着手去攻击你-can prevent deadlock and allow an attacker is not very easy to start to attack you
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:闾凡兵
  1. 银行家算法解决死锁

    0下载:
  2. 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -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
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-22
    • 文件大小:155.84kb
    • 提供者:张学友
  1. 死锁检测:银行家算法

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:302.22kb
    • 提供者:zqm
  1. 操作系统进程死锁模拟

    0下载:
  2. 此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王重华
  1. 操作系统、死锁检测、VC++

    0下载:
  2. 操作系统、死锁检测、VC++
  3. 所属分类:系统编程

  1. 死锁检测与解除的程序

    1下载:
  2. 操作系统中的关于死锁的检测算法与死锁的解除算法。
  3. 所属分类:Windows编程

    • 发布日期:2011-12-28
    • 文件大小:878.15kb
    • 提供者:jjccxx@126.com
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:105.49kb
    • 提供者:丁丁
  1. DeadLock

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

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

    0下载:
  2. 死锁模拟 模拟windows下进程申请资源产生死锁的过程-Deadlock analog simulation of the process of application windows under the process of resource deadlock
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1.88kb
    • 提供者:小永
  1. 典型死锁问题

    0下载:
  2. 包含了操作系统的三个死锁问题,哲学家问题,消费者生产者问题,管道等,解决方法。绝对可用。(It includes three deadlocks, philosophers, consumer producers, pipelines, and solutions to the operating system. It is absolutely available.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:夜雨声F
  1. 线程死锁示例

    0下载:
  2. 这是基于java语言编程的一个关于线程死锁问题的小Demo,运用DeadLock来解决线程中可能出现的死锁问题
  3. 所属分类:JSP源码/Java

  1. 死锁检验与解除

    1下载:
  2. 用于模拟系统在进程请求资源过程中,会不会发生死锁,检测出会发生死锁的进程,并且解除死锁(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.)
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com