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

搜索资源列表

  1. 采用剥夺式优先算法,对四个进程进行模拟调度

    0下载:
  2. 进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22091
    • 提供者:姚天伟
  1. 关于进程调度算法很多程序

    0下载:
  2. 都是关于进程调度的程序 很多种实现的方法在里面都可以找到-are on the process of scheduling procedures to achieve many of the methods can be found inside
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45751
    • 提供者:姚天伟
  1. 关于操作系统进程调度实验报告

    1下载:
  2. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process manage
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:103081
    • 提供者:姚天伟
  1. 进程列表

    0下载:
  2. 进程列表,列出系统正在运行的所有进程,包括隐含的-process list, listing system is operating in all processes, including the implicit
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4939
    • 提供者:爱好者
  1. 隐藏进程

    0下载:
  2. 在2000和xp下,隐藏进程,VC6.0测试通过-in 2000 and xp, hidden process, VC6.0 the test!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2773
    • 提供者:刘伟
  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:289962
    • 提供者:黄蕊
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU freq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:杨场鸿
  1. 进程的调度

    0下载:
  2. 本程序分别采用高响度比和时间比轮转调度进程就绪队列-this procedure were compared using high loudness and time scheduling process than rotate ready Queue
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1965
    • 提供者:LCY
  1. 加锁法 解决两个进程合作累加数组

    0下载:
  2. 用加锁的方法解决两个进程累加数组的互斥问题-locked with two ways to solve the array of cumulative process Mutual Exclusion
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:277167
    • 提供者:童仝
  1. 完整的进程的调度1

    0下载:
  2. 最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:张永涛
  1. 进程diaodu

    0下载:
  2. 用vc编写的进程调度的源程序,我们的课程设计,可以直接运行。无错误-vc prepared using the process of scheduling the source, our curriculum design, direct running. Error-free
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2076
    • 提供者:小五哥哥
  1. 进程查看

    0下载:
  2. Process Viewer 是一个小巧的进程查看器。可以查看目前系统中
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:88042
    • 提供者:流沙
  1. 进程调度模拟源程序

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27675
    • 提供者:林一森
  1. Example097-枚举计算机上的进程

    0下载:
  2. 开发工具:vs.net2003 可以列举出操作系统的各个进程-development tools : vs.net2003 operating system can be set out in the various processes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8574
    • 提供者:向传兵
  1. Example098-获取进程的信息

    0下载:
  2. 开发工具:VS.net2003 可以查看详细的进程信息-development tools : VS.net2003 can view detailed information process
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8777
    • 提供者:向传兵
  1. 进程调度算法实验报告

    1下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6523
    • 提供者:赵新新
  1. DT修改_xp下隐藏进程VC6

    0下载:
  2. WindowsXP下隐藏自己的进程,使用非常方便,只需要在本进程内调用此函数!千万不要用来写“流氓软件”!-WindowsXP hide under the process is extremely easy to use, only in this process calling this function! Do not write to "rogue software."
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2764
    • 提供者:邓庭
  1. 进程杆控件的源代码

    0下载:
  2. 进程杆控件的源代码。具有水平、垂直,渐变,显示文本和百分比,播放声音的功能,不会让您失望-process under control of the source code. With horizontal and vertical, graded, and the percentage of display text, voice broadcast functions, will not let you disappointed
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:11893
    • 提供者:林立
  1. 进程优先级处理

    0下载:
  2. 进程优先级处理 当多个进程同时运行时判断优先级-process priority when dealing with a number of processes running when judgment priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:薛芮
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com