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

搜索资源列表

  1. bank

    0下载:
  2. 银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:228707
    • 提供者:曹书芹
  1. bank

    0下载:
  2. 这是用C语言实现的银行家算法,比较完整的,也能实现。-This is a banker with a C language algorithm, more complete, can be achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:41934
    • 提供者:丹菊
  1. Banker

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

    • 发布日期:2017-04-17
    • 文件大小:472021
    • 提供者:015
  1. main

    0下载:
  2. 这是银行家算法的一个简易实现,如果有任何问题,请自行解决-This is the banker' s algorithm to achieve a simple, if you have any questions, please themselves
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1791
    • 提供者:明珠
  1. Bankers-algorithm

    0下载:
  2. 银行家算法 c语言编写 源代码 银行家算法 c语言编写 源代码 银行家算法 c语言编写 源代码-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:lee
  1. yinhangjiasuanfa

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

    • 发布日期:2017-04-14
    • 文件大小:4137
    • 提供者:郭强生
  1. Banker

    0下载:
  2. 操作系统书中的银行家算法,C语言实现。为P进程的类型资源分配的资源数-The book of the banker s algorithm operating system, C language. The type of process for the P number of resources allocation of resources
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:817
    • 提供者:hxl
  1. resourse

    0下载:
  2. 打开pdf 二叉树的建立与操作 银行家算法 约瑟夫环问题的编程-i don‘t know how to translate it in english ,sorry !!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5873
    • 提供者:jack
  1. BANK1

    0下载:
  2. 银行家算法,安全性算法的源代码,有需要的可以下载-Banker s algorithm, security algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:890049
    • 提供者:正街
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Bankers algorithm avoid deadlock is a kind of important method, the requirements of the written in a high-level language and commissioning a simple bankers algorithm procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1879
    • 提供者:shanshan
  1. bank

    0下载:
  2. 该程序为银行家算法,其中还有安全性算法函数。内附有该程序的实验题目,供大家参考!-The program for the banker s algorithm, in which there is security algorithms function. The experimental program included a subject for your reference!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:385566
    • 提供者:姜宏
  1. The-bankers-algorithm

    0下载:
  2. 银行家算法的课程设计,内容非常详细,流程图,算法描述,源代码都在里面,连心得体会都有哦-The banker s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:222273
    • 提供者:许斯贤
  1. bank

    0下载:
  2. 银行家算法(解决死锁问题),为一般算法,非链表结构。-Bankers algorithm (solve the dead lock problem)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:237366
    • 提供者:kkeys
  1. 1

    0下载:
  2. 银行家算法的源代码 适合在C++环境中实现-Bankers algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1382
    • 提供者:王璐
  1. 98

    0下载:
  2. 银行家算法实验报告 完整的报告帮助您更好的完成实验报告-Bankers algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2323909
    • 提供者:王璐
  1. banker

    0下载:
  2. 银行家算法 c++的一个模拟算法 可以实现算法所说的东西了-Banker s algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1681
    • 提供者:yu
  1. shujujiegou

    0下载:
  2. 一个数据结构大型实验,开发环境为vc++,实现了银行家算法,对数据结构的学习有一定的帮助。-Large-scale experiment of a data structure, the development environment for vc++, bankers algorithm will certainly help the learning of data structures.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:1004624
    • 提供者:shi chun yang
  1. banker

    0下载:
  2. 在c++开发环境下模拟银行家算法的实现,并完善了输出的格式,还将输出一并写入文件中,方便查看结果-Simulation bankers algorithm in the C++ development environment, and improve the output format will be output in conjunction write to a file for easy viewing results
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13198523
    • 提供者:罗如君
  1. Banker

    0下载:
  2. 银行家算法,用于实现银行家算法的c语言版本-the code is about banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:953
    • 提供者:wangqing
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法的设计与实现,对课程中的相关课程很有-Bankers algorithm is designed and realized, the relevant course of course to have the help very much
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1446
    • 提供者:张文奇
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com