CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - process

搜索资源列表

  1. process-scheduler-

    0下载:
  2. 操作系统的进程调度程序(有优先权原则、短进程优先和时间片原则)-Operating system process scheduler (with the principle of priority, short process, the principle of priority and time slice)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:33698
    • 提供者:我爱班花
  1. process-priority-based-alogrithm

    0下载:
  2. 操作系统进程优先级调度算法,根据进行的优先级进行进程的调度-cpu process manage based on process priority
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1931431
    • 提供者:lavansum
  1. process-control2

    0下载:
  2. 操作系统大作业进程控制模拟,用c++写的。-Operating system operation the control of process
  3. 所属分类:OS Develop

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

    0下载:
  2. 模拟操作系统单处理机系统的进程调度过程,包括时间片轮转算法和动态优先数算法-Analog single-processor system, the operating system process scheduling process, including round-robin algorithm and dynamic priority number algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1990
    • 提供者:bihuikun
  1. Delphi-for-process-and-process-ID

    0下载:
  2. Delphi获取进程和进程ID,用ListView和ListBox分别实现-Delphi for process and process ID, were achieved with the ListView and ListBox
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:1083
    • 提供者:lylgzs
  1. Probability--Random-Processes-and-Ergodic-Process

    0下载:
  2. Probability, Random Processes and Ergodic Proce-Probability, Random Processes and Ergodic Process
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:945514
    • 提供者:Ruban Sugumar
  1. process

    0下载:
  2. 操作系统实验父进程与子进程关于程序执行时输出顺序的问题-Operating system experiments on the parent process and child process output sequence of program execution problems
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:1779
    • 提供者:位会纳
  1. Process-scheduling

    0下载:
  2. 将进程的基本状态分为三种:运行、就绪、等待。 选用C语言编写程序,构造就绪和等待两个队列,根据不同的情况分别对就绪和等待两个队列进行出队和排队处理,并在计算机屏幕上给出相应的提示,如:“进程进入等待”、“进程进入就绪”、“进程开始运行”。-Process scheduling,include Function,be ready and waiting
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:25906
    • 提供者:mier芊
  1. Process

    0下载:
  2. 判断进程是否存在比如你想注入的进程是AA.EXE 那么首先判断进程是否存在,判断方法如下:-Process to determine whether there is such as you want into the process AA.EXE So first determine whether the process exists, to determine as follows:
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:781
    • 提供者:nicholas
  1. process-and-thread-Technology

    0下载:
  2. 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:357647
    • 提供者:方洋
  1. process

    0下载:
  2. 该程序实现单处理系统的进程调度模拟,进程最多个数5个,采用时间片轮转法-The program implementation process of scheduling a single processing system simulation, process the maximum number of five, with round-robin method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3562
    • 提供者:zch
  1. Process-scheduling-algorithm

    0下载:
  2. 进程调度算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process scheduling algorithm, it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2065
    • 提供者:jerryhu
  1. 3.2-process

    0下载:
  2. 操作系统进程调度模拟算法,经典的操作系统算法,操作系统学习和入门的好源码-Operating system process scheduling simulation algorithm, the classic algorithm of the operating system, the operating system to learn and started a good source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2104
    • 提供者:高进华
  1. Process-scheduling

    0下载:
  2. 长春理工大学操作系统试验代码——进程调度(2009级)-Changchun University of Science and Technology operating system test code- the process of scheduling (2009)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:174090
    • 提供者:黄丁宝
  1. process-manage

    0下载:
  2. 通过API,可以实现打开系统进程,和结束进程的功能。-API method for open or close process
  3. 所属分类:易语言编程

    • 发布日期:2017-03-31
    • 文件大小:4314
    • 提供者:123
  1. management-of-process

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47762
    • 提供者:Poline
  1. process-scheduling

    0下载:
  2. 广工 操作系统实验 进程调度 试验一 2011年-Extension work, the operating system process scheduling test of a 2011 experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:173252
    • 提供者:kilo
  1. process

    0下载:
  2. 本说明是固定资产借用系统软件产品的总体设计和实现说明,记录了系统整体实现上技术层面上的设计,并且以需求说明作为依据,同时该文档将作为产品实现、特性要求和控制的依据。-process management
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2992413
    • 提供者:long
  1. Monitor-the-process

    0下载:
  2. 用于监控进程的创建和结束。可以返回进程的各种信息-Used to monitor the process of creation and end. Can return to process all kinds of information
  3. 所属分类:易语言编程

    • 发布日期:2017-04-02
    • 文件大小:4696
    • 提供者:崔雨豪
  1. Matlab-speech-process

    0下载:
  2. 对语音信号的频谱分析,滤波,GUI界面设置,更加方便的进行语音的频谱分析与滤波处理。-The spectrum of the speech signal analysis, filtering, GUI interface settings, be more convenient for the voice spectrum analysis and filtering process.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-10
    • 文件大小:227245
    • 提供者:安依然
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com