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

搜索资源列表

  1. xitong

    1下载:
  2. 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-Philosophers have N, is also scheduled to discuss after all reach: the gap in the discussion of dining philosophers, e
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:416245
    • 提供者:赛德华
  1. process_schedule

    0下载:
  2. 演示进程调度算法 使用的链表 包涵7个功能 4个算法-Process Scheduling Algorithm Demo
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:310145
    • 提供者:gaojinyu
  1. 1

    0下载:
  2. 函数功能:优先级法调度将进程插入到就绪队列算法 函数原型:void insert1(PCB *q) 函数参数:PCB *q 待插入的队列进程控制块 优先级越高,插入越靠 -Function parameters: PCB* q to insert in the queue process control blocks Higher priorities, insert the depend
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10965
    • 提供者:yingying
  1. ssaw3

    0下载:
  2. 嵌入式Linux监控终端的多进程控制.Linux embedded monitoring terminal for multiple process control-Linux embedded monitoring terminal for multiple process control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:182249
    • 提供者:
  1. word1

    0下载:
  2. 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 2、赋予各个队列中进程执行时间片的大小,优先级越高的队列,时间片越小。 3、当一个新进程进入内存后,首先将其放入一个对列末尾,如果在一个时间片 结束时尚未完成,将其转入第二队列末尾。 4、当一个进程从一个对列移至第n个队列后,便在第n个队列中采用时间片轮转执行完。 5、仅当时间片空闲时,才调度第二个队列中的进程。 -1, setting a plurality of the ready queue,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6053
    • 提供者:frog
  1. jianyijisuanqi

    0下载:
  2. 很简单的一个计算器,用java实现的,压缩包里面有所有的系统分析报告和每个阶段的详细进程报告,很适合做系统分析的初学者用-A very simple calculator using java, compressed packets inside all of the systems analysis and a detailed progress report for each stage. Very suitable for beginners to do system analysi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:172232
    • 提供者:zcy
  1. process

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -there are no english,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1491
    • 提供者:黄强
  1. disjia

    0下载:
  2. c语言实现银行家算法,对进程所需求的资源进行合理的分配-C language implementation bankers algorithm, the process of the resources of the demand of the reasonable distribution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1929
    • 提供者:朱超兵
  1. xy7z.ZIP

    0下载:
  2. 基于Windows的跨进程共享变量池设计Based on the Windows cross-process shared variable pool design-Based on the Windows cross-process shared variable pool design
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:554945
    • 提供者:
  1. construct

    0下载:
  2. 数据结构的课件,以及数据结构的演示系统,细化数据结构的实现进程-Data structures, courseware, and data structures demonstration system to refine the data structure to achieve process
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17744896
    • 提供者:lanyan
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1133398
    • 提供者:殷学廉
  1. multiprocess-scheduling

    0下载:
  2. 进程调度得使用,可以看看。不错得算法。可以看看。不错得算法。-multiprocess scheduling
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:40812
    • 提供者:sosan
  1. Bank

    0下载:
  2.  银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:1072029
    • 提供者:kong
  1. line-simulation-based-on-simulib

    0下载:
  2. 用VC6.0基于Simulib库对货车调度问题进行仿真模型设计,并做实验分析,主要要求掌握以下几点: 1.理解仿真模型设计的基本原理和方法; 2.理解和掌握进程交互模型的仿真调度策略和运行机制; 3.理解和掌握利用终态仿真结果统计分析方法。 -Truck scheduling problem with the VC6.0 based Simulib library of simulation model design and experiment analysis, the ma
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:87884
    • 提供者:茄子
  1. OllyDBG_1.10

    0下载:
  2. OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:5216341
    • 提供者:德润
  1. 2

    0下载:
  2. 处理机调度,有先来先服务算法,短作业优先算法,高响度算法等处理机的进程调度算法-Processor scheduling, there are first-come first-serve algorithm, short operating priority algorithm, high loudness algorithm processor process scheduling algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2950
    • 提供者:
  1. Process

    0下载:
  2. 操作系统课程设计 进程调度算法实现,注意进程内容由记事本JCDD.txt读入-Operating system process scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:296414
    • 提供者:李飞吾
  1. apg_partial

    1下载:
  2. 部分APG算法解决了核函数相关模式识别问题的例子,可加速迭代进程,减少运算时间.-An Accelerated Proximal Gradient Algorithm for Nuclear Norm Regularized Least Squares problems
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:356616
    • 提供者:吴明
  1. C_Algorithma_datastruct_os

    1下载:
  2. 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1430889
    • 提供者:扬不翻
  1. 01

    0下载:
  2. 1.1 MATLAB软件介绍 1.1.1 MATLAB发展进程 1.1.2 MATLAB的基本功能 1.1.3 MATLAB语言的特点 1.1.4 MATLAB R2011a的新功能 1.2 MATLAB安装与运行 1.3 MATLAB的运行环境 1.3.1 命令窗口 1.3.2 历史命令窗口 1.3.3 工作空间 1.3.4 当前文件夹 1.4 MATLAB帮助文档 1.4.1 帮助窗口 1.4.2 帮助命令 1.5 变量 1.6 矩
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2227
    • 提供者:changyun
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com