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

搜索资源列表

  1. PC_Banker

    0下载:
  2. 用银行家算法实现进程死锁的检测和解决-with bankers algorithm Deadlock in the process of detecting and resolving
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:干冰
  1. yhjdesuanfa

    0下载:
  2. 界面虽然简单,但是功能还是比较完善的银行家算法,欢迎大家改编-interface is simple, but the functionality is still relatively sound bankers algorithm, we welcome adaptation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:121102
    • 提供者:慕容楚冰
  1. yhjiasf

    0下载:
  2. 这个是一个界面更为简陋的银行家算法,但是功能还是比较全面的,忘记是从哪里搞来的啦,-this a more simple interface bankers algorithm, but still function in a more comprehensive, forget where it is to engage in beauty, quaking
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:120030
    • 提供者:慕容楚冰
  1. 200501132112546771 bank

    0下载:
  2. 实现系统多进程管理的银行家算法,合理的避免了进程因为竞争同一资源而出现的死锁问题-achieve multi-process management system bankers algorithm, reasonable process to avoid the same resources as a result of competition arising from the issue Deadlock
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:张珉
  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:李琪
  1. bankerscode

    0下载:
  2. Java实现Bankers algorithm-Java Bankers algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15576
    • 提供者:刘煜
  1. yinghang

    0下载:
  2. 是用c++编辑的银行家算法,是有点长,不过我相信只要努力就有收获的-is editor bankers algorithm, is a bit long, but I believe as long as the efforts will harvest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1964
    • 提供者:不知道
  1. Operating-system-bankers-algorithm

    0下载:
  2. 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic descr iption of the the banker algorithm implementation, how to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1625
    • 提供者:小雨
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统 上机代码 银行家算法 源代码-Operating system on your computer bankers algorithm source code to native code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1394
    • 提供者:颜庭岩
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:345447
    • 提供者:xp
  1. Bankers-algorithm

    0下载:
  2. 操作系统: 银行家算法 实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。 优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当 前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。 程序运行后会给出判定结果。 缺点:暂时还未发现。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:302326
    • 提供者:天蓝
  1. Bankers-algorithm

    0下载:
  2. 银行家算法实现了进程同步,预防了死锁的发生-Bankers algorithm relize Bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:lai
  1. Bankers-algorithmaprocess-handling

    0下载:
  2. 自己编写的工程 使用vc实现操作系统里面的银行家算法和进程调度-Bankers algorithm&process handling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:934693
    • 提供者:lijue
  1. Bankers-algorithm

    0下载:
  2. 银行家算法的实现,输入进程号,资源请求量,判断是否正确。-Bankers algorithm, the input process number, the amount of resources requested, to determine whether correct.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:thesmallc
  1. Bankers-algorithm

    0下载:
  2. 利用c语言编写的操作系统银行家算法,作业需求可用-Bankers algorithm c language
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:yimo
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:plm
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法-Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7487
    • 提供者:czl
  1. Avoid-process-deadlock-bankers

    0下载:
  2. 银行家算法避免进程死锁程序,通过安全性检查算法,银行家算法实现,可运行实现-Avoid process deadlock bankers algorithm procedures, algorithms through security checks, bankers algorithm can be run to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:43916
    • 提供者:吕梦楠
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。-Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2289961
    • 提供者:朱洪波
  1. Bankers-Algorithm-

    0下载:
  2. 银行家算法,实现了基本功能,欢迎交流学习,仅供参考,-Bankers algorithm, realize the basic function, only supplies the reference
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6416
    • 提供者:do4115
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com