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

搜索资源列表

  1. PCB

    0下载:
  2. 操作系统的进程管理、内存管理以及银行家算法的源码-Operating system process management, memory management, and the banker' s algorithm source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2313281
    • 提供者:张凡荣
  1. The-bankers-algorithm

    0下载:
  2. 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:mr.lin
  1. yinHangJia

    0下载:
  2. 银行家算法的简单实现。进程的死锁避免算法。编写一段程序,模拟银行家算法,解决进程的死锁问题。 利用VC++6.0实现上述程序设计和调试操作,根据提示输入相应的资源请求,对于算法操作的成功与否提供一定的提示框-Bankers simple algorithm. Process deadlock avoidance algorithms. Write a program to simulate the bankers algorithm to solve the deadlock process
  3. 所属分类:Process-Thread

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

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

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

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

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

    0下载:
  2. 银行家算法死锁避免问题;用银行家算法来解决三个工程队A、B、C向某银行借贷免息工程资助款项的问题。-Bankers algorithm of the deadlock avoidance problem using the bankers algorithm to solve the problem with the three project teams A, B, C borrowing interest-free project funding a bank.
  3. 所属分类:Console

    • 发布日期:2017-04-27
    • 文件大小:338008
    • 提供者:凌雪
  1. Banker

    0下载:
  2. 对I/O系统的死锁资源的问题的解决主要的方法是银行家算法,单种资源的银行家算法和多种资源的银行家算法的解决思路一致,要求设计实现多种银行家算法,并要求所涉及的模型最少更够满足如下要求: (1)程序能够根据进程的请求进行判断,给出系统是否安全的的提示,如果安全,要求能够显示一组进程执行的安全序列; (2)能够根据需要,显示当前系统中各种资源的分配情况;-The problem I/O system deadlock resources to solve the main method is
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:82168
    • 提供者:lawrence
  1. dead-lock

    0下载:
  2. 基于银行家算法在教务系统的应用,排课的合理性安排,给出死锁检测和安全性的排序-banker algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:528749
    • 提供者:yao
  1. Bankers-Algorithm-

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

    • 发布日期:2017-04-15
    • 文件大小:6416
    • 提供者:do4115
  1. bank

    0下载:
  2. 银行家算法,使用java实现,经过测试,软件可以运行-Bankers algorithm, using java achieve, after testing, the software can run
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2225
    • 提供者:Robin
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:906
    • 提供者:na3nsn
  1. bank100

    0下载:
  2. A B C,分别为10,5,7个 进程列表存在文件中,格式为进程名 对A类资源需求数量 对B类资源需求数量 对c资源需求数量输出每个进程的处理结果本程序包括:银行家算法-i dont konw
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:dao4nsn
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com