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

搜索资源列表

  1. MUhr

    0下载:
  2. 通过共享内存和Semaphor进行进程间的通信,进行信息的读写-Interprocess communication through shared memory and Semaphor information to read and write
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:183936
    • 提供者:Li
  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. cdsgvfdh

    0下载:
  2. (1). 每个进程有一个进程控制块(PCB)表示。进程控制块包含如下信息:进程名、优先级、到达时间、需要运行时间、已用CPU时间、进程状态等等。 (2). 进程的优先级及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 (3). 每个进程的状态可以是就绪 r(ready)、运行R(Running)、或完成F(Finished)三种状态之一。 (4). 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。-(1) Each proc
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:27053
    • 提供者:张志刚
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:382174
    • 提供者:于锴
  1. CCStutorial

    0下载:
  2. 概述 CCS(Code Composer Studio)软件开发过程、CCS 组件及 CCS 使用的文件和变量。 CCS 提供了配置、建立、调试、跟踪和分析程序的工具,它便于实时、 嵌入式信号处理程序的编制和测试,它能够加速开发进程,提高工作效率。 -Overview CCS (Code Composer Studio) software development process, CCS components and CCS The use of documents and v
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:693782
    • 提供者:
  1. KVM

    0下载:
  2. KVM虚拟化技术中处理器隔离的实现:KVM是基于Intel VT技术并结合QEMU来提供设备虚拟化的虚拟机。通过分析和研究KVM虚拟机的 创建、运行机制,从进程控制的角度对KVM虚拟机进行隔离,实现了KVM虚拟机在创建、运行时都保持在指 定的核上运行,达到最大化利用处理器资的目的-KVM virtualization technology processor isolation implementation: KVM is based on the Intel VT technology
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:749457
    • 提供者:cxb
  1. deleteauto

    0下载:
  2. 解决程序删除自己的问题,帮助关闭自己进程-Settlement procedures to remove their own problems, to help close their process
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1926
    • 提供者:张鹏
  1. Linux

    0下载:
  2. linux系统编程、关于、进程、线程与文件-linux system programming, process, thread and file
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:659258
    • 提供者:hengding
  1. SPY

    0下载:
  2. Spy++ (SPYXX.EXE) 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图。使用 Spy++ 可以执行下列操作: 显示系统对象(包括进程、线程和窗口)之间关系的图形树。 搜索指定的窗口、线程、进程或消息。 查看选定的窗口、线程、进程或消息的属性。 直接从视图中选择窗口、线程、进程或消息。 通过鼠标定位,使用查找程序工具选择窗口。 使用复杂的消息日志选择参数设置消息选项。 - Spy++ (SP
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:579035
    • 提供者:jack
  1. linux-daemon

    0下载:
  2. 此文档主要讲解linux守护进程的基本概念和写linux守护进程的基本步骤,并给了一个简单的例程序。-The basic steps of this document mainly explain the basic concept of the Linux daemon and write Linux daemon, and give a simple example program.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:60147
    • 提供者:蔡杰
  1. shell

    0下载:
  2. 利用unix中的父子进程和exec函数实现shell命令-Parent-child process and exec function in unix shell command
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:679
    • 提供者:FUXIAOLEI
  1. Send-tcp-packet

    0下载:
  2. TCP(传输控制协议)是一种面向连接的、可靠的传输层协议。TCP协议在网络层IP协议的基础上,向应用层用户进程提供可靠的、全双工的数据传输流。-TCP (Transmission Control Protocol) is a connection-oriented, reliable transport layer protocol. TCP protocol in the network layer IP protocol based on the user process to the ap
  3. 所属分类:Development Research

    • 发布日期:2017-11-18
    • 文件大小:33211
    • 提供者:程子
  1. thread-process

    0下载:
  2. 这里介绍了进程与线程的区别,有利于加强自己的认识-Here the difference between processes and threads, and will help strengthen their own understanding
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:12832
    • 提供者:wangtingting
  1. netchating_SOCKET

    0下载:
  2. 本文所描述的网络互聊程序是由客户机程序和服务器程序等一对程序组成的网络应用程序,当运行这两个程序时,创建了一个客户机进程和一个服务器进程在它们之间通过从sockets读写数据进行通信。-The network described in this paper cross-talk network applications when run both by the client and server programs, the program created a client process and
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:77090
    • 提供者:
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. motorControl-

    0下载:
  2. 冷连轧机是供冷轧铝板带、铜板带等带材之用,在工业现代化进程中,钢铁工业一直是基础产业,地位重要,而冷板带的生产又是钢铁工业发展中的重要方向之一。冷连轧机即生产板带的生产设备,其性能的好坏直接决定板带的质量,进而影响我国工业化 ,所以冷连轧机的发展十分重要。冷连轧机控制系统的核心就是电机的控制,可将其视为一个复杂的电力拖动系统。-Cold tandem mill for cold rolling aluminum strip is, copper belt strip with, in indus
  3. 所属分类:Project Design

    • 发布日期:2017-12-06
    • 文件大小:576322
    • 提供者:caoyu
  1. trojan-technique-principle

    0下载:
  2. 本论文对目前较为流行的木马技术的实现方式、工作原理及远程控制的关键 技术进行系统的研究,重点对木马程序的进程实现、受控端与控制端通信进行剖 析。-This essay takes research on realizing ways of popular Trojall horse technology,the principle of working and theremote----control system controlling technology.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:2762069
    • 提供者:张成武
  1. VExgaiqi

    0下载:
  2. 内存优化,进程,可以查看内存代码,方便管理-Memory optimization, the process, you can view the memory code to facilitate the management of
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:1259019
    • 提供者:张望
  1. systemSafe

    0下载:
  2. 数据库系统中的银行家算法的实现。通过对进程数量的控制来实现-Database system bankers algorithm. By the number of processes to achieve the control
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:709
    • 提供者:梁萍萍
  1. process-of-linux

    0下载:
  2. linux进程的pdf文档说明,是一个学习教程,可以方便大家学习。-pdf document of linux process.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:942924
    • 提供者:maoyuan li
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com