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

搜索资源列表

  1. Tcyiinhangjiih

    0下载:
  2. 此源代码,是一个银行家算法的C语言程序源码,在win TC下下实现了,完全可用,如有需要可下载 -This source code is a banker algorithm in C language program source code, win TC, fully available and, if necessary, can be downloaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1338
    • 提供者:wzzling
  1. BBankerra

    0下载:
  2. 银行家算法 采用CSHARP编程 开发环境VS2005 朋友友们可以参考一下 主要核心算法大同小异 其他语言的也可以参考下 -CSHARP the programmed development environment VS2005 friend faithful banker algorithm can refer to the core algorithm can also refer to the following much the same in other languages
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:432741
    • 提供者:slim
  1. caozuoxitong

    0下载:
  2. 银行家算法实验报告 银行家算法是避免死锁的一种重要方法。通过编写一个模拟动态资源分配的银行家算法程序,进一步深入理解死锁、产生死锁的必要条件、安全状态等重要概念,并掌握避免死锁的具体实施方法-banker
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3928642
    • 提供者:孙静
  1. M-bankers-algo

    0下载:
  2. Banker algorithm implementation in Java , extract the rar file, source code in pdf format
  3. 所属分类:source in ebook

    • 发布日期:2017-12-08
    • 文件大小:13506
    • 提供者:speedracers
  1. The-bankers-algorithm

    0下载:
  2. The banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:2511
    • 提供者:hwl
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. banker

    0下载:
  2. 用C++将银行家算法实现!简单通俗易懂!-The use C++ bankers algorithm! Simple and easy to understand!
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  1. yhjmn

    0下载:
  2. 实现银行家算法模拟,可加深资源申请、避免死锁等概念的理解-The realization of banker s algorithm simulation, can deepen resources applications, to avoid deadlock concepts
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1202
    • 提供者:wendyalia
  1. bank

    0下载:
  2. 银行家算法 ,借安全性评估实现资源的合理分配-Banker' s algorithm, by security assessment to achieve a reasonable distribution of resources
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:1250135
    • 提供者:关目
  1. 21

    1下载:
  2. 发牌器开始发牌前必须先下注,首次分牌分给玩家2张明牌,庄家一张明牌一张暗牌,庄家会保持这张暗牌直到玩家结束叫牌而表示进入听牌状态。 庄家持牌总点数少于16,则必须要牌,直到超过16或是“爆牌”(超过21点),玩家如果首两张牌为11点以下时(包括11点)必须增牌,12点以上时可任个人意愿增牌,直到超点为止。玩家最多要五张牌。 家点数超过21点,庄家无需开牌即可收走玩家的赌注。庄家点数超过21点,庄家赔玩家赌注等量赌金。庄家与玩家点数相等时,互不输赢,否则点数大者胜。 -Licensi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-18
    • 文件大小:582581
    • 提供者:刘悦
  1. yinhangjia

    0下载:
  2. 计算机操作系统的课程设计,实现一个简单的银行家算法。-Curriculum design of the computer' s operating system, to achieve a simple banker algorithms.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:3052
    • 提供者:谈成
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统课程设计,银行家算法,实验报告-Curriculum design of the operating system,Banker s algorithm,Experimental report…………
  3. 所属分类:EditBox

    • 发布日期:2017-12-06
    • 文件大小:49387
    • 提供者:bibi
  1. banker

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
  1. bankers

    0下载:
  2. 代码是操作系统中银行家算法的简单实现。通过简单的c语言控制台程序让人理解银行家算法的计算过程。-Simple implementation of the code is the the banker algorithm in the operating system. Through a simple console program c language people understand the banker' s algorithm calculation process.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:1895
    • 提供者:kangkang
  1. yin-hang-jia-suan-fa

    0下载:
  2. 用c语言模拟了操作系统中银行家算法,包含了详细的代码。 -C language to simulate the banker algorithm, the operating system contains a detailed code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:235994
    • 提供者:liuyangbiao
  1. Bankers

    0下载:
  2. 这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:5535
    • 提供者:Zhang
  1. BankWw

    0下载:
  2. 操作系统银行家算法的实现,我试过了,可以使用,请放心-Banker algorithm realization of the operating system, I tried, you can use, please rest assured
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:179700
    • 提供者:ww
  1. banker

    0下载:
  2. 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:212658
    • 提供者:丛菲
  1. Banker

    0下载:
  2. 这个应用程序演示了如何实现该僵局避免算法,死锁是潜在的问题在任何操作系统。这有助于理解如何植入可以避免死锁:通过跟踪安全的和不安全的状态。实现模拟了死锁避免算法 我们可以分配资源来处理在运行时间和可以看到效果的分配。-This application demonstrates how to implement the deadlock avoiding algorithm, deadlock is a potential problem in any operating system. This
  3. 所属分类:Windows Develop

  1. Bankers-algorithm-C

    0下载:
  2. 能预防死锁的银行家算法C语言实现方法,一种最有代表性的避免死锁的算法-Can prevent deadlock banker algorithm C language, one of the most representative algorithm to avoid deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:16691
    • 提供者:兰陵悦之
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 30 »
搜珍网 www.dssz.com