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

搜索资源列表

  1. bank银行家

    0下载:
  2. 银行家算法执行程序,请大家实验,可以用的,可以检测是否存在安全序列!-bankers algorithm implementation procedures, please experiments can be used and can detect the presence of safety sequences!
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:10877
    • 提供者:小王
  1. _banker

    0下载:
  2. 银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer's operating system Mutex. There are other algorithms Peterson
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1406
    • 提供者:wf
  1. 进程安全性算法

    0下载:
  2. 操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:杨鼎新
  1. BANK_bank

    0下载:
  2. 主要是用语解决死锁问题的算法,也称之为银行家算法,希望可以用的上!-term solution is mainly the deadlock algorithm, also known as bankers algorithm can be used to hope!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:刘华宾
  1. your name

    0下载:
  2. 银行家算法 利用C++编写,其中安全性算法我采用了变量的控制,比较简单,对与初学着来说,是一个非常好的例子-bankers algorithm using C + +, security algorithm I use the control variable, relatively simple, with a beginner, it is a very good example
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9380
    • 提供者:yang
  1. 银行家算法解决死锁

    0下载:
  2. 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-22
    • 文件大小:159577
    • 提供者:张学友
  1. 银行家wearefuture

    0下载:
  2. - 银行家算法执行程序,请大家实验,可以用的,可以检测是否存在安全序列! -- bankers algorithm implementation procedures, please experiments can be used and can detect the presence of safety sequences!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9805
    • 提供者:张学友
  1. zy19810412

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构。-in computer operating systems, and most representative of the deadlock avoidance algorithm is Dijkstra algorithm bankers. This is becaus
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:301328
    • 提供者:张学友
  1. ning

    0下载:
  2. 操作系统中的银行家算法, 该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强-operating system bankers algorithm, the code is mainly directed against the Department of Computer College students in the operating system programming is difficult students designed and targeted
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1217
    • 提供者:宁志言
  1. yhj111

    0下载:
  2. 银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1616
    • 提供者:YY
  1. 经典银行家算法

    0下载:
  2. 模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2000
    • 提供者:程倩
  1. yhj

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-bankers avoid deadlock algorithm is an important method used in this experiment demands high-level language debugging and prepared a simple algorithm bankers proced
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:发卡
  1. 徐智峰

    0下载:
  2. copy 源代码,银行家算法等的算法,用c,c++拿来编的(借用了其他同志的意见)-copy source code, bankers algorithm algorithm used c, c used to compile (to borrow other's opinions)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4025
    • 提供者:徐智峰
  1. 银行家算法2

    0下载:
  2. 本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-asked to use the experimental high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:282094
    • 提供者:呀呀
  1. _vc3484645.txt

    0下载:
  2. 银行家算法 系统提供进程数目5个 资源3种输入并计算是否安全-bankers algorithm system process number five three kinds of resources and in terms of the importation of safety
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1934
    • 提供者:忘了
  1. 银行家算法.RAR

    0下载:
  2. 操作系统的实验:如何理由银行家算法避免死琐,本程序详细地实现算法-experimental operating system : how to avoid algorithm reason bankers admit death, the procedures detailed algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1295
    • 提供者:何瑜
  1. MGXPForm

    0下载:
  2. 源码源代码源程序编程程序员下载 ... ... banker666.rar - 银行家算法,用来检验死锁问题。。 (2004-10-7,VC, 12KB, 下载84次, 提供者李林骏)【查看评论】 HEC-linux.zip - c/c++虚拟机linux版本( 2004-10-5,C, 287KB, 下载20次, 提供者付斌)【查看评论】-source code programming source programmers download ... banker666.rar - banker
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:234808
    • 提供者:李一
  1. 银行家算法C++描述

    0下载:
  2. 用VC实现银行家算法 自己制作 十分好用-with VC bankers algorithm to produce their own very handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61504
    • 提供者:lee
  1. cn700_vc347772244

    0下载:
  2. 银行家算法的实现 vc++开发 有需要的可以下载使用-bankers algorithm development to achieve vc need can be downloaded use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19090
    • 提供者:夸克
  1. 银行家算法FOR

    0下载:
  2. 操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock - bankers algorithms, written in C + +.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:大包
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com