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

搜索资源列表

  1. yin_hang_jia_yuandaima

    0下载:
  2. 银行家算法源代码。通过银行家算法理解操作系统安全状态和不安全状态。银行家算法是一种最有代表性的避免死锁的算法。-Bankers algorithm source code. By understanding the banker' s algorithm operating system security status, and insecurity. Bankers algorithm is one of the most representative of deadlock avoid
  3. 所属分类:Home Personal application

    • 发布日期:2017-03-21
    • 文件大小:4456
    • 提供者:zhangyu
  1. bank

    0下载:
  2. 银行家算法的实现 产生死锁的原因和必要条件以及处理的基本方法-Reason for the deadlock and the necessary conditions and basic approach to achieve bankers algorithm to produce
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:282362
    • 提供者:零钱
  1. banker_work

    0下载:
  2. 在C环境下,通过链表模拟银行家算法,可自定义资源量和资源数,以及进程数,实现判定避免死锁的分配。-In the C environment, through the list bankers algorithm simulation, can be custom resource amount and the number of resources, as well as the number of processes, determine the deadlock avoidance allo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2458
    • 提供者:乔旻浩
  1. banker

    0下载:
  2. 操作系统,银行家算法C++代码实现,安全状态算法-Operating system, bankers algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1069173
    • 提供者:楚志铭
  1. Dijk

    0下载:
  2. 实验五 银行家算法实现 一、实验目的及要求: 了解掌握银行家算法,学会模拟实现资源分配,同时有要求编写和调试一个系统分配资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生 -Master bankers algorithm, learning resources allocation simulation, simple simulation program and requirements for writing and debugging a s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11449
    • 提供者:红烧排骨
  1. Project2

    0下载:
  2.   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。-Bankers algorithm is one of the most representative of deadlock avoidance algorithm. In the method allows the process to avoid deadlock dynamic applica
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19373777
    • 提供者:梁伟
  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. java-bankers-algorithm

    0下载:
  2. 使用java语言实现的银行家算法,供大家使用。-Bankers algorithm using java language, for everyone to use
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:9535
    • 提供者:
  1. 11235

    0下载:
  2. 这里包括银行家算法 文件处理 时间片轮转处理还有主存分配与回收的课设原理和代码-Here the principle of class-based document processing including bankers algorithm processing time slice allocation and recovery as well as main memory and code
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:213608
    • 提供者:sulun
  1. banksuanfa

    0下载:
  2. 计算机操作系统中避免死锁的典型的一个算法:银行家算法。-A typical computer operating system an algorithm to avoid deadlock: the banker' s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:314564
    • 提供者:justdoit
  1. Bankers-algorithm

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

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

    0下载:
  2. 银行家算法,vc++6.0,操作系统。 银行家算法,vc++6.0,操作系统。-Bankers algorithm, vc++6.0, operating system. Bankers algorithm, vc++6.0, operating system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:zzw
  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 (with interface) has run a video and documentation
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1449309
    • 提供者:李志刚
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统的银行家算法方法,具体过程程序代码。-OS bankers algorithm method, the specific process code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:153637
    • 提供者:杨真芳
  1. os-coursedesign

    0下载:
  2. 操作系统课程设计包含:多线程模拟(生产者和消费者)、银行家算法、页面置换算法-Courses on operating system design includes: multi-threaded simulation (producers and consumers), bankers algorithm, page replacement algorithm
  3. 所属分类:Applet

  1. banker

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构-银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:445492
    • 提供者:彳亍毒行
  1. Banker-algorithm

    0下载:
  2. 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
  3. 所属分类:Data structs

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

    0下载:
  2. 使用VC++6.0编写的银行家算法程序,可以运行-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6678
    • 提供者:范为迪
  1. banker

    0下载:
  2. 一个在Myeclipse环境下编译并实现的银行家算法。-A banker' s algorithm in Myeclipse compiler environment and achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:康康
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com