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

搜索资源列表

  1. bank1

    0下载:
  2. 经典的银行家算法。能对进程进行分析,找到安全序列。-Classic banker' s algorithm. Analysis of the process to find a safe sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1427
    • 提供者:zhangguifa
  1. yinhangjiasuanfa

    0下载:
  2. 这是我做的操作系统里面的银行家算法的源程序,发上来供大家参考。-caozuoxitongyinhangjiasuanfa
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:252287
    • 提供者:李志
  1. yinghanjia

    0下载:
  2. 这是操作系统的银行家算法,实验源代码,共同分享吧-This is the operating system of the banker' s algorithm, the experimental source code and share it
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1874
    • 提供者:baojiang
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统 “银行家算法”- os "banker s algorithm"
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:98140
    • 提供者:dong
  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. bank

    0下载:
  2. 操作系统算法主要是银行家算法 已经调试过了-Operating system algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1329
    • 提供者:李家金
  1. 11

    0下载:
  2. ... ... ... ... ... ... 银行家算法-ok
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1319
    • 提供者:ZGY
  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. yinhangjiasuanfa

    0下载:
  2. 银行家算法的程序,完全可以执行,没有什么问题哦-ds
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1351
    • 提供者:wufengjiao
  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. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:284962
    • 提供者:0
  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. ccode1

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

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

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

    • 发布日期:2017-03-23
    • 文件大小:1690
    • 提供者:jack
  1. banker

    0下载:
  2. 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:972
    • 提供者:zuyi
  1. YHJ

    0下载:
  2. 操作系统--银行家算法 -操作系统--银行家算法
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1895
    • 提供者:jsp
  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. Banker

    0下载:
  2. 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1399
    • 提供者:hezj
  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. Bankerofalgorithm

    0下载:
  2. 银行家算法的模拟实现,用C语言编写,逐条输出-bank
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:295476
    • 提供者:qiao
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com