搜索资源列表

  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 "Pl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2466
    • 提供者:王国强
  1. 循环等待 死锁状态

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

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

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

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

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

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

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

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

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:2731
    • 提供者:闾凡兵
  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 as
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:309473
    • 提供者: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
    • 文件大小:1313
    • 提供者:王重华
  1. 操作系统、死锁检测、VC++

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

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

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

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

    0下载:
  2. 用银行家算法实现进程死锁的检测和解决-with bankers algorithm Deadlock in the process of detecting and resolving
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:干冰
  1. 死锁

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

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:大肥肉
  1. 用C语言实现死锁检测

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

    • 发布日期:2024-05-06
    • 文件大小:237568
    • 提供者:nL
  1. 死锁检测算法C++

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

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:liu
  1. 死锁的模拟与检测

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

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:王国强
  1. 典型死锁问题

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

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:夜雨声F
  1. 死锁检验与解除

    0下载:
  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 ... 34 »

源码中国 www.ymcn.org