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

搜索资源列表

  1. dinner

    0下载:
  2. 哲学家就餐问题,死锁和不死锁的情况都能运行,VS2010测试-Dining philosophers problem, deadlock and deadlock can run, VS2010 test
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1526
    • 提供者:ruoqi
  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. Banker

    0下载:
  2. 这个应用程序演示了如何实现该僵局避免算法,死锁是潜在的问题在任何操作系统。这有助于理解如何植入可以避免死锁:通过跟踪安全的和不安全的状态。实现模拟了死锁避免算法 我们可以分配资源来处理在运行时间和可以看到效果的分配。-This application demonstrates how to implement the deadlock avoiding algorithm, deadlock is a potential problem in any operating system. This
  3. 所属分类:Windows Develop

  1. banker

    0下载:
  2. 多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法-Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:3139
    • 提供者:陈斯顿
  1. dinning

    0下载:
  2. 有关操作系统的经典问题,哲学家进餐问题。利用多线程模拟了进餐,并讨论了死锁问题。-For the classic problem of the operating system, the dining philosophers problem. Using multi-thread simulation meal, and discussed the deadlock problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:7534256
    • 提供者:毛飞霏
  1. 11331237_majun

    0下载:
  2. 解决哲学家就餐问题避免死锁使每个哲学家都不会被饿死-Solution to the dining philosophers problem to avoid deadlock so that each philosopher will not be starved to death
  3. 所属分类:JavaScript

    • 发布日期:2017-12-03
    • 文件大小:218520
    • 提供者:马俊
  1. bank

    0下载:
  2. 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1110303
    • 提供者:吴宏玲
  1. Bankers-algorithm-C

    0下载:
  2. 能预防死锁的银行家算法C语言实现方法,一种最有代表性的避免死锁的算法-Can prevent deadlock banker algorithm C language, one of the most representative algorithm to avoid deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:16691
    • 提供者:兰陵悦之
  1. Bankers-algorithm

    0下载:
  2. 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1572
    • 提供者:vity
  1. Bank

    0下载:
  2. 了解多道程序系统中,多个进程并发执行的资源分配。 (2)掌握死锁的产生的原因、产生死锁的必要条件和处理死锁的基本方法。 (3)掌握预防死锁的方法,系统安全状态的基本概念。 (4)掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 (5)理解死锁避免在当前计算机系统不常使用的原因。 -Learn multiprogramming system, concurrent execution of multiple processes resource allocati
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:97422
    • 提供者:小家
  1. yin-hang-jia-suan-fa

    0下载:
  2. Dijkstra提出的银行家算法,是最具代表性的避免进程死锁的算法,本程序用相应的数据结构和算法实现银行家算法-Dijkstra' s bankers algorithm, is the most representative of the process to avoid deadlock algorithm, the program with the appropriate data structures and algorithms Algorithm bankers
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13919
    • 提供者:郭彦斌
  1. Project6

    0下载:
  2. 实现操作系统处理调度死锁问题的银行家算法-Achieve the operating system handle scheduling algorithm bankers deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3147695
    • 提供者:李明喜
  1. YFJCSW

    0下载:
  2. 设计程序模拟预防进程死锁的银行家算法的工作过程。-Deadlock prevention program to simulate the process of designing bankers algorithm works.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1751
    • 提供者:杨顺刚
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法 1、了解多道程序系统中,多个进程并发执行的资源分配。 2、掌握思索的产生原因、产生死锁的必要条件和处理死锁的基本方法。 3、掌握预防死锁的方法,系统安全状态的基本概念。 4、掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 5、理解死锁避免在当前计算机系统不常使用的原因。 -Operating system bankers algorithm 1, to understand multi-program system, concurren
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:228928
    • 提供者:王涛
  1. a

    2下载:
  2. 进程死锁.资源分配图的绘制 建立所需数据结构;  使用题目21存成的资源分配图的文件作为输入;  编写资源分配图化简算法;  每化简一步,在屏幕上显示化简的当前结果;  最后给出结论,是否死锁,如思索给出死锁的进程及资源; -Process deadlock. Resource allocation mapping  establish the required data stru
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7237006
    • 提供者:莫四
  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. Critical

    0下载:
  2. 一个多线程 死锁的演示程序, 读者可以手动修改 可以恢复死锁-A multi-threaded demo program deadlock, the reader can manually modify the deadlock can be restored
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:238178
    • 提供者:程锋
  1. die

    0下载:
  2. SQL Server 数据库死锁状况检查-SQL Server database deadlock condition inspection
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:12159
    • 提供者:陈娟
  1. dealLock

    0下载:
  2. 用于检查实时监控数据库是否产生死锁问题,并在死锁时显示产生死锁的语句-Real-time monitoring is used to check whether the database deadlock questions and displays deadlock deadlock statement
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:655205
    • 提供者:taintain
  1. sisuo

    0下载:
  2. 关于操作系统中的死锁问题的研究所些的文章,里面有就死锁的讨论以及解决方法-Deadlock on the issue in the operating system some of the articles the Institute, which has to discuss the deadlock and solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5243
    • 提供者:coupfo
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com