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

搜索资源列表

  1. 银行家算法 2

    0下载:
  2. .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家算法的二解

    0下载:
  2. 数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 检查C/C++源程序中的可能错误和容易遭受弱点攻击的地方,如内存溢出攻击等

    0下载:
  2. 源代码安全检测器,可以检查源代码的安全性-source code security detector, inspect the source code security
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:59759
    • 提供者:阿海
  1. yinghangjia

    0下载:
  2. 操作系统中用到得一个银行家算法!可以实现安全性检查-Operating system used was a banker' s algorithm! Security checks can be ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1433
    • 提供者:邵二丫
  1. Dijkstra2009

    0下载:
  2. 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:159792
    • 提供者:施振磊
  1. 111

    0下载:
  2. 1)本实验目的是通过使用银行家算法实现系统资源的分配和安全性检查模拟,提高学生对操作系统资源分配功能的深刻理解,并培养学生对操作系统开发的兴趣与应用能力; 2)实验前必须认真阅读和理解银行家算法的基本原理和实现方法; 3)独立使用C或VC++编程语言编写银行家算法模拟程序; 4)按照实验题目要求独立正确地完成实验内容(编写、调试算法程序,提交程序清单及及相关实验数据与运行结果) -Banker s algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:110857
    • 提供者:吴飞
  1. OSyinghangjiasuanfa

    1下载:
  2. 1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。 -1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validat
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:579960
    • 提供者:张晓光
  1. yinhangjia

    0下载:
  2. 银行家算法 申请资源 安全性检查 使我们进一步了解银行家算法-Banker' s algorithm to apply resources to security checks enable us to further understand the banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1431
    • 提供者:dlq
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法代码,能够实现银行家算法安全性检查,等等。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7810
    • 提供者:李嘉琪
  1. s

    0下载:
  2. 操作系统课程设计题目----银行家算法的实现,包括安全性检查和资源回收-Operating systems curriculum design topics---- bankers algorithm implementation, including security checks and resource recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:915059
    • 提供者:sww
  1. 123

    0下载:
  2. 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Simulation of the banker' s algorithm, the banker' s algorithm for resource allocation and security checks. Through this experiment, to deepen students ' understandin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1032
    • 提供者:朱华
  1. Resource-allocation-management

    0下载:
  2. 资源分配管理 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Resource allocation management
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:2675
    • 提供者:xuan
  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. 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. 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. yinhangjiasuanfa

    0下载:
  2. 操作系统课程设计银行家算法,安全性检查,避免死锁。实现了可视化界面。弹窗显示资源分配结果。-Operating system curriculum design bankers algorithm, security checks to avoid deadlock. Realize the visual interface. POP display resource allocation results.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:15283
    • 提供者:刘振杰
  1. 银行家算法

    0下载:
  2. 银行家算法的实现,以及安全性检查,代码部分参考其他平台,在此对代码进行了优化与更改(Banker algorithm implementation, as well as security checks)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:15360
    • 提供者:灵剑山
  1. curl-7.54.1.tar(1)

    0下载:
  2. 可以一次性检查linux系统的安全性,并给出分析结果(You can check the security of the Linux system once and for all)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:3520512
    • 提供者:wcccc
« 12 3 »
搜珍网 www.dssz.com