CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 进程

搜索资源列表

  1. operating-system-_banker

    0下载:
  2. 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:27965
    • 提供者:许乓
  1. tuxedo-program

    0下载:
  2. tuxedo编程,基于TUXEDO 的程序设计与 运行管理---编写客户进程 基于TUXEDO 的程序设计与 运行管理---编写服务进程 基于TUXEDO 的程序设计与 运行管理---编写服务进程 基于TUXEDO 的系统配置-tuxedo programming, based on program design and operation of the TUXEDO--- writing client process writing service processes
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:140187
    • 提供者:mark
  1. hw-090293

    0下载:
  2. 华为PON网络建设解决方案。中国电信自2007年启动PON网络建设进程以来,截至2010年底,已经在全国范围内完成了超过1500 万FTTx用户的发放。PON网络在提供更高带宽、更丰富业务的同时,也给网络运维带来诸多问题。-Huawei PON network construction solutions. China Telecom since the PON network construction process launched in 2007, as of the end of 2
  3. 所属分类:Project Design

    • 发布日期:2017-11-30
    • 文件大小:757355
    • 提供者:zh
  1. linux-multprocess

    0下载:
  2. 这是一篇关于《Linux多进程编程及应用》的毕业论文,对基于多进程的编程进行了详细的描述。-This is a thesis about Linux multi-process programming and applications " , described in detail based on the multi-process programming.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:79419
    • 提供者:enchen
  1. ACE_study_file

    0下载:
  2. ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)构架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和构架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 -ACE ADAPTIVE C
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:84320
    • 提供者:hxz
  1. CreateProcessAsUser

    0下载:
  2. 主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。-The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:8830
    • 提供者:hanfeng
  1. banker

    0下载:
  2. 通过算法,实现进程间有限资源的安全分配,避免死锁的产生,利用银行家的算法实现.-Algorithm to achieve security allocation of limited resources in the process, to avoid deadlock generation of bankers algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:5735
    • 提供者:彦成
  1. Progress-Management-Linux

    0下载:
  2. Linux进程管理 包含用户进程的创建与调度执行、父进程等待子进程的同步、进程通信 等等。 -Linux process management includes the creation of the user process and schedule execution, the parent process waits for the child process synchronization, process communication.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:395393
    • 提供者:张玉
  1. EOS

    0下载:
  2. 使用EOS的信号量,编程解决生产者—消费者问题,理解进程同步的意义。 调试跟踪EOS信号量的工作过程,理解进程同步的原理。 修改EOS的信号量算法,使之支持等待超时唤醒功能(有限等待),加深理解进程同步的原理。 -Semaphore using EOS programming to solve the producer- consumer issues, understand the significance of the process of synchronization. Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:830750
    • 提供者:张薇
  1. 22.01

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process schedul
  3. 所属分类:Document

    • 发布日期:2017-12-09
    • 文件大小:419243
    • 提供者:楚相水
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. critical-section

    0下载:
  2. 临界区介绍以及多线程、多进程临界区调度原则、代码示例-The critical section describes scheduling principles, code samples, and multi-threaded, multi-process critical section
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:9625
    • 提供者:chaoli
  1. Androidapplication

    0下载:
  2. 主要讨论在Android应用程序中进程和线程是怎样工作的。-In this paper, the Android application process and thread is how to work.
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:24960
    • 提供者:xiang夫君
  1. zhucunmoni

    0下载:
  2. 主存的分配和回收的实现是与主存储器的管理方式有关的。所谓分配,就是解决多道作业或多进程如何共享主存空间的问题。所谓回收,就是当作业运行完成时将作业或进程所占的主存空间归还给系统。在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-Main memory allocation and recovery with the main memory to achieve management related.The so-called distribution, is to solve t
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:101179
    • 提供者:蒋宇
  1. chuliji

    0下载:
  2. 多道系统中,当就绪进程数大于处理机数时,须按照某种策略决定哪些进程优先占用处理机。本实验模拟实现处理机调度,以加深了解处理机调度的工作。-Multi-channel system, when the process in place when the number is greater than the number of processors, shall be in accordance with a strategy to determine which process priority
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:79872
    • 提供者:蒋宇
  1. neicun

    0下载:
  2. 主存的分配和回收的实现是与主存储器的管理方式有关的。所谓分配,就是解决多道作业或多进程如何共享主存空间的问题。所谓回收,就是当作业运行完成时将作业或进程所占的主存空间归还给系统。在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-Operating system main memory space allocation and recovery
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:101410
    • 提供者:蒋宇
  1. 11

    0下载:
  2. 这是一份LINUX下进程间通信的学习材料。-Under LINUX interprocess communication learning materials.
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:507063
    • 提供者:dennis
  1. wave-induced-fluid-flow

    3下载:
  2. 阐述速度频散和衰减现象基本特征的基础上,回顾Biot模型、喷射流模型、BISQ模型、双孔模型、裂缝-孔隙微结构模型和斑块饱和模型等6种主要速度频散与衰减理论模型的研究进程、原理和限制性,利用示意图直观地描述了这些模型的机制,并给出了它们各自的高低频极限、特征频率和适用条件。-Expounded velocity dispersion and attenuation of the basic characteristics of the phenomenon based on a review B
  3. 所属分类:Development Research

    • 发布日期:2015-04-27
    • 文件大小:959488
    • 提供者:殷晨旭
  1. zhexuejiajiucan

    0下载:
  2. 操作系统课程设计——哲学家进餐问题,进程的3种关系-Courses on operating system design- dining philosophers problem, the process relationship
  3. 所属分类:Project Design

    • 发布日期:2017-12-10
    • 文件大小:106782
    • 提供者:赖兴翔
  1. linuxthread

    0下载:
  2. 我们要讨论的是网络中进程之间如何通信?首要解决的问题是如何唯一标识一个进程,否则通信无从谈起!在本地可以通过进程PID来唯一标识一个进程,但是在网络中这是行不通的。其实TCP/IP协议族已经帮我们解决了这个问题,网络层的“ip地址”可以唯一标识网络中的主机,而传输层的“协议+端口”可以唯一标识主机中的应用程序(进程)。这样利用三元组(ip地址,协议,端口)就可以标识网络的进程了,网络中的进程通信就可以利用这个标志与其它进程进行交互。-We have to discuss how communic
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:30360
    • 提供者:曹磊
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com