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

搜索资源列表

  1. 201526811019_孙旭辉_计科1501_实验三

    0下载:
  2. 银行家算法实现资源分配,通过实验,观察了解操作系统是如何实现同步与互斥的。(Resource allocation by banker algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-08
    • 文件大小:351232
    • 提供者:jackie0106
  1. eoklsd

    0下载:
  2. Banker algorithm C ++ descr iption()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:JZ@822
  1. yhjsf

    0下载:
  2. 用C++寻找安全序列,实现简单的银行家算法,实现进程的处理。(Find a security sequence to implement a simple banker's algorithm.)
  3. 所属分类:

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:jttqhh1
  1. 银行家算法

    0下载:
  2. 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-09
    • 文件大小:155648
    • 提供者:moona
  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. YHJSF

    0下载:
  2. 操作系统书籍中,银行家算法实验C#窗体代码,简易(In the operating system books, the banker's algorithm experiment C# form code is simple and simple.)
  3. 所属分类:C#编程

  1. bank

    0下载:
  2. 银行家算法 java实现,能够完成资源分配问题(Java implementation of banker's algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:260096
    • 提供者:xuelai
  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. text_2

    0下载:
  2. 非递归算法求所有银行家安全序列,emmmmmmmmmmmm(Non recursive algorithm for all banker's safety sequences)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:yzyonion
  1. Bank

    0下载:
  2. 1.根据所需进程数量和资源数目进行动态开辟内存 2.检查用户输入是否正确 3.进行安全性检测 4.使用银行家算法为进程分配资源(1. dynamically open up memory according to the number of required processes and the number of resources 2. check whether the user is correct or not 3. security detection 4. use the
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-20
    • 文件大小:222208
    • 提供者:天才萝卜樱
  1. Banker

    0下载:
  2. 实现银行家算法,编译环境VS2015,文件包含整个项目(Implement the bankers algorithm, compile the environment VS2015, the file contains the entire project.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:12643328
    • 提供者:晨星落羽
  1. bankers-algorithm-master

    0下载:
  2. This is a sample Banker's Algorithm app.
  3. 所属分类:界面编程

    • 发布日期:2018-04-28
    • 文件大小:94208
    • 提供者:MastersoftDev
  1. bank

    0下载:
  2. 实现了银行家算法。 输入包含t个测试,每个测试的输入中,第一行为n和m,第二行为AVAILABLE[m],接下来的2*n行分别为,ALLOCATION中每一行和NEED每一行的值。每一个测试样例输出一行加过,若系统安全则输出Yes,否则输出No,接着是对应的安全序列结果,以空格作为间隔。 样例输入: 1 3 4 1 2 2 2 0 0 0 1 1 1 1 2 2 2 1 0 0 0 1 1 3 2 1 0 1 2 2 3 样例输出: Yes 0
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:LinWsh
  1. mgdktl

    0下载:
  2. Banker algorithm C ++ descr iption()
  3. 所属分类:界面编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:IDXFazdp$95826
  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
  1. 操作系统实验

    1下载:
  2. 本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algor
  3. 所属分类:

    • 发布日期:2019-12-11
    • 文件大小:445440
    • 提供者:挨踢民工
  1. 操作系统实验报告

    1下载:
  2. 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:577536
    • 提供者:xtzj1cm
« 1 2 ... 28 29 30 31 32 33»
搜珍网 www.dssz.com