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

搜索资源列表

  1. ModernAlgorithmCosole

    0下载:
  2. 多进程实现现代优化算法包括采用SSS的局部搜索、禁忌搜索算法和模拟退火算法的控制台-a console platform for modern optimization algorithm such as sss based local search taboo search and simulated annealing algorithm and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7248487
    • 提供者:liushaofang
  1. bank1

    0下载:
  2. 经典的银行家算法。能对进程进行分析,找到安全序列。-Classic banker' s algorithm. Analysis of the process to find a safe sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1427
    • 提供者:zhangguifa
  1. sisuo

    0下载:
  2. 作系统进程通信(预防死锁)算法 Dijkstra银行家C语言实现 -Systematic process of communication (to prevent deadlock) algorithm Dijkstra bankers C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1799
    • 提供者:li shu
  1. tipian

    0下载:
  2. 这条曲线一般称为艾宾浩斯遗忘曲线,也称艾宾浩斯保持曲线,它的纵坐标代表保持量。曲线表明了遗忘发展的一条规律:遗忘进程是不均衡的,在识记的最初遗忘很快,以后逐渐缓慢,到了相当的时间,几乎就不再遗忘了,也就是遗忘的发展是“先快后慢”。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7253709
    • 提供者:叶林
  1. bank

    0下载:
  2. 银行家算法,输入一个要分配资源的进程,判断状态是否安全,决定是否分配-Banker' s algorithm, the allocation of resources to enter a process to determine whether the state of security, decide whether or not the distribution of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:张晓安
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554191
    • 提供者:小江
  1. 111

    0下载:
  2. 此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1120646
    • 提供者:0
  1. 1234

    0下载:
  2. 页式虚拟存储管理中地址转换与缺页中断 分页存储管理将一个进程的逻辑地址空间分成若干大小相等的片,称为页面或页。-Virtual Storage Management page in the address translation page fault paging and storage management will be a process of logical address space divided into equal size chip, known as the page o
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:269916
    • 提供者:0
  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. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13353
    • 提供者:李方
  1. time-frequency

    0下载:
  2. 介绍时频分析的发展进程,及各种时频方法的分析比较,其中包括WVD-Introduction of time-frequency analysis of the development process, and all kinds of time-frequency analysis and comparison of methods, including the WVD, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:190589
    • 提供者:
  1. fslyh

    0下载:
  2. 多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:林雨雄
  1. OS

    0下载:
  2. 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7345493
    • 提供者:穆旭
  1. jcddu

    0下载:
  2. 计算机操作系统轮转法调用进程实验Computer operating system calls the process of Round-Robin Experiment-Computer operating system calls the process of Round-Robin Experiment
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1058
    • 提供者:何明
  1. FIFO

    0下载:
  2. 进程中的first in first out 算法-first in first out in data structure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:228595
    • 提供者:木禾
  1. LRU

    0下载:
  2. 进程中的最近最少使用算法,算法简单明了,采用数组原理来写作-recent least used in data structure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:221046
    • 提供者:木禾
  1. ss

    0下载:
  2. 操作系统的进程调度的一个实验,是用C++程序编写,易于理解和调试-Operating system, the process of scheduling an experiment, is to use C++ programming, easy to understand and debug
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1506
    • 提供者:何玉
  1. libsvm-mat-2.9-1

    0下载:
  2. libsvm的matlab最新接口,支持64位操作系统下编译,可以超越进程4Gb空间的限制,处理大规模数据-This is the latest libsvm API for matlab supporting to compile under 64 bits OS,which can get away from 4Gb space in order to process large-scale data
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:82577
    • 提供者:quarryhero
  1. bankman

    0下载:
  2. 银行家算法,用于解决系统进程之间的调度问题-bank
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1029
    • 提供者:zsq
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:54370
    • 提供者:刘洋
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com