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

搜索资源列表

  1. fjdskoah

    0下载:
  2. 银行家算法,操作系统中要求的,有源程序,可运行-Banker s algorithm, the operating system requirements, there is source code, run!,
  3. 所属分类:SQL Server

    • 发布日期:2017-04-08
    • 文件大小:2247
    • 提供者:打算
  1. bank

    0下载:
  2. 银行家算法,操作系统课程设计,运行通过了。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1248111
    • 提供者:liudong
  1. Bank

    0下载:
  2. 计算机操作系统实验中的银行家算法的完整实现。-Experiments in the computer operating system, full implementation of banker' s algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:513540
    • 提供者:windblueos
  1. BankeralgorithmClanguage

    0下载:
  2. .银行家算法 操作系统在若干个并行进程间分配数量一定的共享资源,既要使每个进程均能满足其对资源的要求,使之完成其运行任务,同时又要使整个系统不会产生死锁所采用的方法,即银行家算法。银行家算法是解决资源共享问题的一种算法,是研究如何将有限的资源合理分配给多个进程使用,同时系统又不会发生死锁问题的一种算法。 -. Banker' s algorithm operating system distribution among a number of parallel processes
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:37630
    • 提供者:李觅
  1. wordpress_2.2.3_zh_CN

    0下载:
  2. 银行家算法.net实现,真的是,完全是原创,没有抄袭,请监督-Banker' s algorithm. Net realized, really is, is entirely original, not copied, please monitor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1125599
    • 提供者:齐齐
  1. bankmethod

    0下载:
  2. 这个实现的是数据库大型试验的银行家算法,用VC6实现的-This implementation is the banker' s algorithm large test database
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:251323
    • 提供者:何美霞
  1. os_banker

    0下载:
  2. 简单的银行家算法模拟程序 C#语言-The banker' s algorithm is simple C# language simulation program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:30444
    • 提供者:小王
  1. osyinhangjia

    0下载:
  2. 简单的c对银行家算法 操作系统银行家算法,用c和c++实现,有图形界面-C simple operating system on the banker' s algorithm bankers algorithm, with c and c++ implementation of a graphical interface
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-25
    • 文件大小:29692
    • 提供者:zhao
  1. OScurriculumdesign

    0下载:
  2. 操作系统的各种操作,内存调度、文件管理、进程调度、银行家算法-Various operations of the operating system, memory, scheduling, document management, process scheduling, banker s algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7965
    • 提供者:杰少
  1. OsBancker

    0下载:
  2. 一个java做的操作系统中关于银行家算法的模拟,有界面的哦。对课程设计之内很有用。-A java operating system to do the simulation on the banker' s algorithm, there are interfaces Oh. Within the course design is useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3376
    • 提供者:panboyu
  1. yhjsf

    0下载:
  2. 银行家算法,模拟解决系统中的死锁问题,更清楚多道系统中并行进程的资源分配问题-Banker' s algorithm, simulation to solve deadlock in the system more clearly the process of multi-channel system, the resource allocation problem in parallel
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:李飞飞
  1. yinhangjia(CPP)

    0下载:
  2. 银行家算法是操作系统中比较重要的一种算法,能有效的解决资源的问题-Banker' s algorithm is more important in the operating system, an algorithm can effectively solve the problem of resources
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:13869
    • 提供者:杨波
  1. ss

    0下载:
  2. VC++MFC模拟多进程并发死锁,界面友好,功能多,还设有银行家算法-VC++ MFC concurrent multi-process simulation deadlock, friendly interface, multi-function, also a banker' s algorithm
  3. 所属分类:Windows Develop

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

    0下载:
  2. 文件是银行家算法演示程序的C语言代码,可以共C语言的初学者使用。-File is the banker' s algorithm demo program of C language code, C language can be a total beginner.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1307
    • 提供者:黄桂仙
  1. bankerc

    0下载:
  2. 为了避免死锁产生和避免的情况,用银行家算法实现系统资源分配。-In order to avoid deadlock and avoid the situation arising, with banker' s algorithm for system resource allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2417
    • 提供者:博程
  1. Dijk

    0下载:
  2. 银行家算法模拟 可用于实习交作业等等 实用-Banker s algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1133
    • 提供者:Mono
  1. 123

    0下载:
  2. C++版的银行家算法演示程序源代码,可以完全实现模拟。-C++ version of the banker' s algorithm demo program source code, can be fully realized simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3868
    • 提供者:黄桂仙
  1. yinhangjia

    0下载:
  2. 银行家算法,实现电梯的精确控制,具有非常好的效果。-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:15603
    • 提供者:仁山
  1. bankersalgorithm

    0下载:
  2. 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:叶杰峰
  1. LAB2_1

    0下载:
  2. 银行家算法和随机分配算法,VC6.0下编译通过-Banker' s algorithm and random allocation algorithm, VC6.0 compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2530
    • 提供者:于鑫
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 28 »
搜珍网 www.dssz.com