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

搜索资源列表

  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. bankers.c

    0下载:
  2. A program to implement banker s algorithm which is used in deadlocks.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:nikbet
  1. banker

    0下载:
  2. 可运行 #define W 10 //最大进程数W=10 #define R 20 //最大资源总数=20 int AVAILABLE[R] //可利用资源向量 int MAX[W][R] //最大需求矩阵 int ALLOCATION[W][R] //分配矩阵 int NEED[W][R] //需求矩阵 int Request[R] //进程请求向量 -Can run#define W 10 // maximum number of processes W =
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:93617
    • 提供者:toy
  1. allocation

    0下载:
  2. There are three methods for handling deadlocks in resource allocation systems deadlock prevention, deadlock avoidance and deadlock detection combined with recovery. Of these three methods deadlock avoidance is preferable in many cases but seldom
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:951421
    • 提供者:yangs
  1. representations

    0下载:
  2. The paper deals with representations of the safe states set in the Banker s problem. Using a Petri Net model we derive formulas for this set (SAFE) directly and for its (smaller) minimal elements set MIN. Moreover, we partition the set MIN into s
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:959371
    • 提供者:yangs
  1. daima

    0下载:
  2. This program is a banker algorithm with the MFC and procedures and reporting instructions
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3628356
    • 提供者:kim
  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. 银行家算法演示,win32动态展示银行家算法,便于理解-Bankers algorithm demonstration
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:142084
    • 提供者:王廷魁
  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. outlawz_bank_inc

    0下载:
  2. Advanced Banking System in C++ This system will teach you how to draw some simple 2D shapes and how to make a Progress bar in C++. This system can further accommodate any number of accounts. I commented the codes for easy understanding of the be
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:151612
    • 提供者:datashit
  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

    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. yinhangjiasuanfa

    0下载:
  2. 操作系统实验安全性检查算法和银行家算法,能对系统进行是否发生了死锁进行检测。-Operating system experiment security check algorithm and banker algorithm,a deadlock detection is performed on the system
  3. 所属分类:OS Develop

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

    0下载:
  2. 银行家算法,用于入门,大学作业,反正可以用得着的应该-I think you maybe have a little use.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:4629
    • 提供者:康志文
  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. dead-lock

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

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

    0下载:
  2. 操作系统课程设计,用C语言实现了银行家算法-Courses on operating system design, using C language to achieve a banker algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:198448
    • 提供者:Cliver
  1. banker

    0下载:
  2. 操作系统实验课程题目,实现银行家算法,避免死锁。-Experimental operating system curriculum subject, bankers algorithm to achieve, to avoid deadlock.
  3. 所属分类:Data structs

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

    0下载:
  2. 银行信贷账户管理:编写程序,实现银行账户信息的管理。  设计一个可以最多存储100个固定大小记录的信贷处理管理系统;  系统中可以进行新账户的插入、老账户信息的更新以及老账户的删除;  系统可以对账户信息进行账户编号、用户姓名、余额多少等从大到小排序系统能统计账户余额值,计算余额总数并显示结果。 -Bank credit account management: write a program to realize the bank
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1940885
    • 提供者:shengsheng
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com