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

搜索资源列表

  1. 进程调度模拟程序 - 倚天龍記

    0下载:
  2. 进程调度程序模拟程序,是从网上下载的,供大家参考-scheduler process simulation program is downloaded from the Internet for reference
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10616
    • 提供者:王悦
  1. 获得进程的线程数量

    0下载:
  2. 自己写的测试获得进程包含的线程数量的小程序-himself wrote the test was included in the process of threading a small procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12887
    • 提供者:彭海
  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. vb模拟进程调度

    1下载:
  2. vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:30428
    • 提供者:刀尖
  1. 进程控制实验

    0下载:
  2. 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1949438
    • 提供者:俞鹏
  1. c 模拟进程管理

    0下载:
  2. 模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3504
    • 提供者:望军
  1. 短进程优先算法

    0下载:
  2. 短进程优先算法,主要考虑完成时间短优先原则。如考虑到达时间,还需下载者自己加强。-short process priority algorithm, the main consideration to complete a short time priority principle. If a time of arrival, may also need to download strengthen themselves.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30346
    • 提供者:巫丙亮
  1. 精灵进程

    0下载:
  2. 这是一个实现精灵进程的程序,虽然是一个小程序,但是据我所知本站上还没有,请高手指教.-This is a process to achieve the genie procedures, although it is a small program, but as far as I know there was no site, experts advise.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2034
    • 提供者:亿摆
  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. 这个程序怎么学习写进程,原代码详细,请大家看看。VC6。0测试通过了-learning how to write process, the original code in detail, please see. VC6. 0 passed the test
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6213
    • 提供者:洪湖
  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. 进程知识库 Build 0914

    1下载:
  2. 在你的计算机上,有20-30个进程在后台运行着。有的占用了太多的系统资源,造成机器运行缓慢。更为不幸的是,一些进程是间谍软件和木马,如此你的隐私和机器的控制权会被黑客所掌控。这里提供了大多数常见的进程知识。这里的分类包括:存在安全风险进程列表 系统进程列表 应用程序进程列表 其它进程列表 DLL文件列表 -in your computer, 20-30 process running in the background. Some consuming too much of the
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:26170951
    • 提供者:萧建
  1. OS进程调度源码_2

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12235
    • 提供者:wzc
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com