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

搜索资源列表

  1. 银行家算法

    0下载:
  2. 银行家算法程序设计
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-10
    • 文件大小:11472
    • 提供者:java1209
  1. 避免死锁-银行家算法

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

    • 发布日期:2009-09-20
    • 文件大小:1331
    • 提供者:red_eyed_hare
  1. java实现银行家算法

    0下载:
  2. java实现银行家算法 一、实验目的: (1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性。 (3)理解和掌握安全序列、安全性算法
  3. 所属分类:报告论文

  1. 最新银行家算法

    0下载:
  2. c++源代码的银行家算法 我自己编写的-bankers algorithm myself prepared
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1984
    • 提供者:徐亚军
  1. 银行家算法(C语言)

    1下载:
  2. 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:21122
    • 提供者:Paine
  1. 银行家算法

    0下载:
  2. 这个算法不是很完美,但也算是一点成绩了.-A good algorithm, though not perfect :-)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:1545
    • 提供者:阳光雨荷
  1. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-17
    • 文件大小:82944
    • 提供者:寒修末
  1. 银行家算法

    0下载:
  2. 实现了银行家算法,MFC界面编程,有需要可下载~(Banker's algorithm, MFC interface programming, there is a need to download ~!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1892352
    • 提供者:sylviasue
  1. js银行家算法.

    0下载:
  2. 利用Java语言平台,实现银行家算法,带有图形化界面显示。(The use of Java language platform, bankers algorithm, with graphical interface display.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:liwenn
  1. 银行家算法

    0下载:
  2. 银行家算法的实现,以及安全性检查,代码部分参考其他平台,在此对代码进行了优化与更改(Banker algorithm implementation, as well as security checks)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:15360
    • 提供者:灵剑山
  1. 银行家算法代码实现

    0下载:
  2. 本代码主要利用C语言对银行家算法进行实现。(This code mainly uses the C language to implement banker algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:魔尊重楼
  1. 银行家算法

    0下载:
  2. c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:苏提春晓
  1. 银行家算法

    1下载:
  2. 操作系统上机实习报告 银行家算法详细源代码(Practice of operating system on computer Banker algorithm code)
  3. 所属分类:操作系统开发

    • 发布日期:2017-10-22
    • 文件大小:1024
    • 提供者:xianxianxian
  1. 银行家算法

    0下载:
  2. 模拟银行家算法,对进程进行资源分配,。。。。。。。。。。。(Simulated banker algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:73728
    • 提供者:1298544760
  1. 银行家算法

    1下载:
  2. 操作系统银行家算法流程图,含源文件和导出图片文件(The operating system banker's algorithm flow chart, the source file and the export picture file)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:38912
    • 提供者:djfk
  1. 银行家

    0下载:
  2. 银行家算法,操作系统课程设计,可以文件读取,也可以手动输入数据(The banker's algorithm, the operating system course design, the file read, and the manual input of the data)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1209344
    • 提供者:肖骁86
  1. 银行家算法

    1下载:
  2. 根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。(According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock.
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1531904
    • 提供者:超儿曾
  1. 银行家算法

    0下载:
  2. 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:代码小公举
  1. 041761银行家算法(C语言)

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banker algorithm. This is because t
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:20480
    • 提供者:冷葉
  1. 银行家算法

    0下载:
  2. 银行家算法是从当前状态出发,逐个按安全序列检查各客户中谁能完成其工作,然后假定其完成工作且归还全部贷款,再进而检查下一个能完成工作的客户。如果所有客户都能完成工作,则找到一个安全序列,银行家才是安全的。(The banker's algorithm is based on the current state, checking who can do the work one by one according to the security sequence, and then assume th
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:murong138
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com