CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 进程

搜索资源列表

  1. BANK

    0下载:
  2. 银行家算法实现进程的调度、资源分配和管理的问题。用Java语言实现-Banker salgorithm implementation process scheduling, resource allocation and management. With the Java language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2943
    • 提供者:lansejingling
  1. Banker

    0下载:
  2. 使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:Yanxingfu
  1. SingleMCLsymm

    1下载:
  2. 改进monte carlo localization定位算法,通过添加一个聚类算法使其能够监控定位的进程,通过参数设置能调节定位成功率-Monte carlo localization localization algorithm improved by adding a clustering algorithm to enable it to monitor the orientation process, through parameter setting can adjust the su
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4345
    • 提供者:罗光明
  1. banker

    0下载:
  2. 用银行家算法 ,实现资源分配 ,具有显示或打印各进程依次要求申请的资源数以及依次分配资源的情况-With the banker' s algorithm, resource allocation, with the display or print the application of the process followed by the number of resources required and the allocation of resources in order
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:218186
    • 提供者:李倩
  1. IceSword122cn

    0下载:
  2. 冰刃的压缩包,可以直接使用,功能强大。包括查看进程,自启动项-Bing Ren compression package, you can directly use and powerful. Including viewing the process, since the startup items, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1568473
    • 提供者:
  1. Banker

    0下载:
  2. 利用银行家算法实现解决操作系统饥饿问题的算法,动态在控制台显示各个进程的运行情况。-Bankers algorithm used to solve the problem of hunger in the operating system, algorithm, dynamic in the console displays the operation of each process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:chenyiyu
  1. BANK

    0下载:
  2. 银行家算法 设计程序模拟预防进程死锁的银行家算法的工作过程。假设系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生-Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1353
    • 提供者:freedom265442
  1. bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1736
    • 提供者:zhsenl
  1. process-of-scheduling

    0下载:
  2. 进程调度算法的部分源代码,C++语言环境-Part of the process of scheduling algorithm source code, C++ language environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11046
    • 提供者:wym
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法:程序模拟预防进程死锁的银行家算法的工作过程-Banker' s algorithm: program to simulate the process of deadlock prevention algorithms work process banker
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:523859
    • 提供者:踏雪
  1. osBank

    0下载:
  2. 3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[i]= Allocation[i]+ Request[i];
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1122686
    • 提供者:fairybroken
  1. 1

    0下载:
  2. 进程状态迁移.写一个程序描述进程状态迁移过程,理解进程概念、状态转换及其控制-Process state transition. The process of writing a program that describes the status of the migration process, the process of understanding the concept of state transition and its control
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1079
    • 提供者:瓜哥
  1. Deadlock-contracted-algorithm

    2下载:
  2. 死锁环路判定的系统资源分配图约简算法的设计与实现.(1)系统资源分配图输入(界面) • 按资源分配图的形式定义,输入进程名字、资源类名字及其个数、申请/占有边。 (2)运行结果(界面) • ① 以图形的形式输出原资源分配图; • ② 以图形的形式动态输出原资源分配图约简过程 • 实现 -Deadlock loop system to determine resource allocation graph reduction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2571617
    • 提供者:Jack
  1. Philosoper

    0下载:
  2. 哲学家进餐,进程同步问题,利用java语言实现的-Dining philosophers, process synchronization problem, the use of java language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:690
    • 提供者:王马
  1. course

    1下载:
  2. 描述司机与售票员之间的进程问题,熟悉p和v操作-Describe the process between the driver and conductor of the problem, familiar with p and v operations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-06-27
    • 文件大小:1024
    • 提供者:乐乐
  1. ProcessStatics

    1下载:
  2. 数据结构课程设计 1、系统进程统计(必做)(链表) [问题描述]   设计一个程序,每秒统计一次当前系统的进程状况,并按照内存使用自多到少排序打印输出相关信息。对已经结束的进程,另外给出一个列表,并显示该进程的结束时间和持续时间。 [基本要求] (1) 该题目要求使用两个链式线性表。一个链表存储当前活动进程,要求使用双向链表,排序要求是按照内存使用自多到少排序。另外一个链表存储已结束进程,要求使用单向链表,按照结束时间离当前时间的关系排序,最近的最前,最远的最后。
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3595936
    • 提供者:zhangchi
  1. Banker

    0下载:
  2. 操作系统书中的银行家算法,C语言实现。为P进程的类型资源分配的资源数-The book of the banker s algorithm operating system, C language. The type of process for the P number of resources allocation of resources
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:817
    • 提供者:hxl
  1. PCBProject

    0下载:
  2. 进程调度算法 Visual C++ 计算机专业作业-Process scheduling algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:739712
    • 提供者:潜龙勿用
  1. process

    0下载:
  2. 进程调度,利用C语言,运用先进先出等算法实现进程的调度-progress program,use C language ,use fifo ,sjf come to progress program.this is very inters.hope it will help you.it is not complex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1308
    • 提供者:july
  1. 7

    0下载:
  2. 这是一个模拟多进程并发的MATLAb代码,能清楚的看到结果。在os可能会用到,对你可能有用。-This is a simulation of MATLAb code concurrent processes, can clearly see the results. In the OS might need, to you may be useful.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1057
    • 提供者:吴子文
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com