CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 锁

搜索资源列表

  1. BANK_er

    0下载:
  2. Banker.c 课程设计所需者请下 操作系统避免死锁算法-Banker.c courses necessary for the design of the floor to the next operating system to avoid deadlock algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3139
    • 提供者:
  1. banker

    0下载:
  2. 完成操作系统课程中的经典防止死锁的有效算法--银行家算法,有效避免死锁
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9953
    • 提供者:程功
  1. vc347772244

    0下载:
  2. 最具有代表性的避免死锁的算法,就是银行家算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17691
    • 提供者:汤立斌
  1. Banker

    0下载:
  2. 操作系统中避免死锁——银行家算法的实现。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:项阳
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,实现了避免死锁的算法,是比较高级的程序,体现了资源分配与进程之间的关系
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1502
    • 提供者:liangbinny
  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
    • 文件大小:159577
    • 提供者:张学友
  1. 避免死锁-银行家算法

    0下载:
  2. 确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码;最后编写模拟过程的主函数
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:1331
    • 提供者:red_eyed_hare
  1. wangtian.rar

    0下载:
  2. 模拟银行家算法,有效避免死锁.附带详细的实验报告!,Simulation bankers algorithm avoid deadlock. The report detailed experimental fringe!
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:120728
    • 提供者:王天
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法是用来在系统调用资源时,避免死锁的一种使用很广泛的算法,易懂,有兴趣玩程序的就加我啊QQ364523756-Banker s algorithm is used to call in the system resources, a deadlock avoidance algorithm to use a wide, easy to understand, are interested in playing process on the increase, I ah QQ3645237
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5791
    • 提供者:周玉
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:129180
    • 提供者:丁泽霞
  1. 001

    0下载:
  2. 在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。 -Avoid deadlock in the method, the restrictions imposed by the weaker conditions, it is possible to obtai
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:63255
    • 提供者:陈伟
  1. LockedDoor

    0下载:
  2. vc实现的关于“带锁的门”的求解算法,算法实现-vc achieved on
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:25816
    • 提供者:wangkc
  1. yinhangjiasuanfa

    0下载:
  2. 利用银行家算法实现资源分配。当某个进程提出资源请求是,假定先分配给它,然后查找个进程的请求,检查系统剩余资源是否由于分配而导致思死锁。若是则该进程等待;否则,为其进程所需资源。-Bankers algorithm using the allocation of resources. When a request is put forward the process, it is assumed that first be allocated to it, and then find a proc
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8915
    • 提供者:machunyu
  1. c++yinhangjia

    0下载:
  2. 操作系统中的银行家算法源码,用c++写的关于避免死锁的算法。-Banker s algorithm in the operating system source code, using c++ Write on the algorithm to avoid deadlock.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:106805
    • 提供者:tiantian
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,避免进程死锁-Bankers algorithm avoid deadlock process
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:陈小森
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. sisuo

    0下载:
  2. 作系统进程通信(预防死锁)算法 Dijkstra银行家C语言实现 -Systematic process of communication (to prevent deadlock) algorithm Dijkstra bankers C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1799
    • 提供者:li shu
  1. sun3

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,要求编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method of preparation and testing requirements of the bankers algorithm a simple procedure. Apply for a better understandi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2254
    • 提供者:sun
  1. dj

    0下载:
  2. 银行家算法 避免死锁 通过DJ的银行家算法 -just like DJ banker Agramthem to alsoves system
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1690
    • 提供者:jack
« 12 3 »
搜珍网 www.dssz.com