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

搜索资源列表

  1. banker

    0下载:
  2. 基于C语言的数据结构与算法分析:银行家算法-Data Structures and Algorithms in C language-based analysis: the banker s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6620
    • 提供者:Austin Chou
  1. yinhangjia

    0下载:
  2. 银行家算法,计算机操作系统课程作业,上机作业-Bankers algorithm, computer operating systems course work, the machine operation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-28
    • 文件大小:298673
    • 提供者:董威
  1. banker

    0下载:
  2. 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:172747
    • 提供者:dazhao
  1. osbank

    0下载:
  2. 操作系统银行家算法,获取文件里面的信息,然后列出安全序列-os and bank
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:255730
    • 提供者:qiao
  1. Banker-algorithm

    0下载:
  2. 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11607
    • 提供者:小雨
  1. bank_OnButton

    0下载:
  2. 用MFC编程的,这里只提取了重要按钮的代码,内含银行家算法的实现。-Programming with MFC, where only extract important button code, containing banker algorithm to achieve.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1530
    • 提供者:杨贵冰
  1. Banker_algorithm

    0下载:
  2. 主要内容是模拟实现资源分配。同时要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生 的条件,并使用适当的算法,有效的防止和避免死锁的发生。 具体用银行家算法实现资源分配。要求如下: (1) 设计一个M个并发进程共享N类不同资源的系统,进程可动态地申请资源和释放资源,系统按各进程的申 请动态地分配资源(可考虑多个进程多个类资源的情况)。 (2) 设计用银行家算法和随机分配算法,实现资源分配的两个资源分配程序,应具有显示或打印各进程依次 要求申请
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3238
    • 提供者:君奕
  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. main

    0下载:
  2. 银行家算法,假设有5个进程,4类资源,执行银行家算法进行进程的调度和资源的分配。每次分配,要执行安全性检查,符合则分配资源,否则放弃试分配的资源-Bankers algorithm, assuming there are five processes, four types of resources to implement the bankers algorithm process scheduling and allocation of resources. Every assignment
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统中进程分配的银行家算法,包括其中的安全性检查-The process allocation bankers algorithm, including the security checks of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:罗卓
  1. BANK

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

    • 发布日期:2017-04-26
    • 文件大小:350792
    • 提供者:贺和
  1. Banker

    0下载:
  2. 实现银行家算法和随机数算法之间的对比。以及其旗本用法说明-The comparison between banker s algorithm and random number algorithm. And its use of the flag
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:392822
    • 提供者:陆雪琪
  1. bank

    0下载:
  2. 操作系统银行家算法,基于win7系统,用C语言开发。-Operating system bankers algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1706
    • 提供者:su
  1. Banker

    0下载:
  2. 银行家算法演示,win32动态展示银行家算法,便于理解-Bankers algorithm demonstration
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:142084
    • 提供者:王廷魁
  1. Operating-System-Simulation

    0下载:
  2. 用.net制作的仿造操作系统运行的小程序,主要包括进程调度,存储管理,银行家算法等几个小程序的集成,是学习现代操作系统课程中良好的辅助理解仿真程序-With.net copy of operating system to run small programs, including process scheduling, storage management, bankers algorithm, such as a few small application integration, is to
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1146990
    • 提供者:林志勇
  1. ConsoleApplication1

    0下载:
  2. //程序说明: // 一、开发语言:C#语言 //二、本程序模拟的是课本 银行家算法之例 编写的。 // 即系统中有五个进程{0,1,2,3,4}和三类资源{A,B,C},各进程的初始资源分配情况及各资源的总数量均 //参照该例子。 //三、本程序中共四个函数分别为:show(),apply(),test(),及主函数main() // 其中: // 1、show()的功能为:直观的列出系统某时刻的资源分配情况。 // 2、apply()的功能为:进程发出资
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:43902
    • 提供者:tangfypw
  1. bank

    0下载:
  2. 银行家算法 c++ 使用c++经典算法避免死锁问题 分配内存-Bankers algorithm c++ use c++ classical algorithm avoids deadlock allocate memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:46030
    • 提供者:lansheng
  1. Banker

    0下载:
  2. 基于Java的银行家算法,操作系统中重要的一个算法-Java bankers algorithm, an important operating system based on an algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:wdad
  1. Banker

    0下载:
  2. 计算机操作系统_课程实验_基于c++实现的_银行家算法-banker suanfa
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 操作系统中的银行家算法的实现,C++编写,完整的可执行程序-Banker algorithm implementation in the operating system, writing in c++ , complete an executable program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:18452480
    • 提供者:lvhuimin
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com