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

搜索资源列表

  1. bank

    0下载:
  2. 银行家算法的简单实现,实现了简单的银行家算法的模拟-Bankers to achieve a simple algorithm to achieve a simple simulation of Banker' s Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:238015
    • 提供者:kingdom天狗
  1. bank

    0下载:
  2. 银行家算法,输入一个要分配资源的进程,判断状态是否安全,决定是否分配-Banker' s algorithm, the allocation of resources to enter a process to determine whether the state of security, decide whether or not the distribution of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:张晓安
  1. OS

    0下载:
  2. 银行家算法,没什么好说的啦,初学~有错的地方大家多指教~-Banker' s algorithm, to say nothing of you, beginner ~ where we have the wrong number of index ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1293
    • 提供者:周建远
  1. yinhangjia

    0下载:
  2. 通过用c++语言来实现银行家算法,同时也注重到如何防止死锁的发生-By using c++ language to achieve the banker' s algorithm, but also pay attention to how to prevent the occurrence of deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2099
    • 提供者:孙方俊
  1. bank

    0下载:
  2. 一个简单的实现银行家算法的程序,希望能对大家有所帮助。功能不是很多-The realization of a simple procedure of Banker' s Algorithm, hoping to be helpful for all of us. Not many features
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1697
    • 提供者:那振远
  1. yhj

    0下载:
  2. 实现操作系统中的经典问题银行家算法,主要的核心代码-The realization of the classic problem of the operating system banker' s algorithm, the main core of the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:967
    • 提供者:tmac
  1. yinghangjia

    0下载:
  2. 操作系统中用到得一个银行家算法!可以实现安全性检查-Operating system used was a banker' s algorithm! Security checks can be ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1433
    • 提供者:邵二丫
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,可以检测死锁,自己写的 ,满足同学的操作系统作业-Banker' s algorithm, can detect the deadlock, his own written work to meet the students of the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1367
    • 提供者:永不言弃
  1. GroupLink

    0下载:
  2. 银行家算法。C++实现的,精确。命令行界面。很好用。-Banker' s algorithm. C++ to achieve accurate. Command line interface. Good use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:David Stone
  1. ccode1

    0下载:
  2. 一个c下的银行家算法程序 很好的学习交流资料-Under a banker' s algorithm c good learning process to exchange information
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1864
    • 提供者:艺天
  1. bank

    0下载:
  2. 银行家算法,操作系统的安全状态和安全序列,死锁和避免死锁的银行家算法-Banker' s algorithm, the operating system' s security status and security sequence, deadlock and the bankers algorithm avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1377
    • 提供者:xapql
  1. Banker_algorithm

    0下载:
  2. 一个实现操作系统银行家算法的vc++程序,银行家算法全过程,包括MAX,NEND等资源的设定都由txt文档提供。-A banker' s algorithm to achieve the operating system of the vc++ program, the entire process of banker' s algorithm, including the MAX, NEND settings and other resources provided by the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:16384
    • 提供者:beyond
  1. Dijkstra2009

    0下载:
  2. 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:159792
    • 提供者:施振磊
  1. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13353
    • 提供者:李方
  1. yinghangjiasuanfa

    0下载:
  2. 银行家算法C++描述,银行家算法C描述,宝贵资料,共享大家,欢迎下载-Banker' s Algorithm C++ descr iption, bankers algorithm C descr iption of valuable information, share you are welcome to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:19052
    • 提供者:john
  1. sum

    0下载:
  2. 通过编程实现银行家算法来避免系统中的死锁现象,加以读者对算法的理解-Through programming banker' s algorithm to avoid deadlock in the system phenomena to be the reader' s understanding of the algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:40463
    • 提供者:daizhenze
  1. bankeralgorith

    0下载:
  2. 银行家算法 , 操作系统中的一个资源分配的算法-Banker' s algorithm, the operating system in a resource allocation algorithm for
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:7432
    • 提供者:hub
  1. bank

    0下载:
  2. 操作系统的银行家算法的源代码,visual c-Banker' s algorithm the operating system source code, visual c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:996856
    • 提供者:otzibo
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法的C语言实现。操作系统中的银行家算法。-Banker' s algorithm for C language. The operating system in the banker' s algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1276
    • 提供者:刘正朝
  1. bank

    0下载:
  2. 操作系统汤子赢版,按书上写的银行家算法以及老师的示范程序-TANG Zi-winning version of the operating system, according to books written by banker' s algorithm, as well as the teacher' s demonstration program
  3. 所属分类:Data structs

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