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

搜索资源列表

  1. 进程管理器

    0下载:
  2. 进程管理器,类似于windows的任务管理器-process management device, similar to windows task manager
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:88158
    • 提供者:戚晨皓
  1. 操作系统进程管理

    2下载:
  2. 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27800
    • 提供者:赵利君
  1. 自制进程管理器

    0下载:
  2. 自制进程管理器This file contains a summary of what you will find in each of the files thatmake up your ShowAllProcess application.-process management with homemade This file contains a summary of what you will find in each of the files ShowAllProcess thatma
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36489
    • 提供者:西风飘雪
  1. 模拟进程管理

    0下载:
  2. 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12818
    • 提供者:刘凯
  1. 进程管理模拟系统

    0下载:
  2. 该程序是支持多个进程并发运行的简单进程管理模拟系统.-the program is to support multiple concurrent processes running a simple process management simulation system.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:2210
    • 提供者:刘平
  1. C语言编写的进程管理

    0下载:
  2. 用C语言实现的简单进程管理
  3. 所属分类:进程与线程

  1. 进程管理

    0下载:
  2. 明确进程和程序的区别,加深进程的概念,分析进程争用资源的现象,学习解决进程互斥放入方法。
  3. 所属分类:文档资料

    • 发布日期:2010-06-06
    • 文件大小:22016
    • 提供者:zhouyanping
  1. vb开发的win进程管理系统

    0下载:
  2. vb开发的win进程管理系统
  3. 所属分类:系统编程

    • 发布日期:2010-10-29
    • 文件大小:7353
    • 提供者:zzl_cn@126.com
  1. MemeryModuleView

    0下载:
  2. 内存分析,本人收集整理,查看进程模块组成,加载和卸载内存模块,列出模块路径,希望对学习系统编程的朋友有帮助,可以自己完善修改成高效的进程管理器,模块分析.-Memory analysis, I collected to see the process modules, memory modules loading and unloading, are listed in the path module, in the hope that programmed learning system to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:564922
    • 提供者:mackylee
  1. Process-WinCE

    0下载:
  2. WIN CE 进程管理器。源代码 WIN CE 进程管理器-WIN CE Process Manager. WIN CE source code, process manager
  3. 所属分类:Windows CE

    • 发布日期:2017-03-23
    • 文件大小:498893
    • 提供者:zl
  1. 操作系统 进程管理 同步机制 死锁验证 

    0下载:
  2. 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:32764
    • 提供者:王国强
  1. os

    0下载:
  2. 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:870709
    • 提供者:Cherie
  1. ProcessManagementC++

    0下载:
  2. 采用VC++基于MFC框架下编写的进程管理程序,对于学习VC的很有参考价值-Used VC++ Based on MFC framework of the process of the preparation of management procedures, for the good reference to learn the value of VC
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:57203
    • 提供者:superduck1
  1. ThisIsMyPROCESS

    0下载:
  2. 操作系统的进程管理的模拟,采用的算法是动态高优先权的算法。-Operating system process management, simulation, using the algorithm is a dynamic high-priority algorithms.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:49556
    • 提供者:gwj
  1. process

    0下载:
  2. 一个简单的进程管理器,显示出系统中的所有进程和每个服务进程的完整路径。-A simple process manager, showing that the system of all the process and the integrity of the process of each service path.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:95424
    • 提供者:zdh
  1. ProcessViewer

    0下载:
  2. 进程管理,功能齐全,可以终止查看到的程序-Process management, full-featured, you can view the procedures for termination of
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:47558
    • 提供者:张艳昆
  1. jinchen

    0下载:
  2. delphi进程管理源码示例免费下载,机会不多-Examples of process management delphi source free download, little chance
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:337415
    • 提供者:hebl
  1. caozuoxitongshejiss

    0下载:
  2. 操作系统的课程设计,整理得来的,里面很多,进程管理,银行家算法,生产者和消费者,等等很多问题-Operating system, curriculum design, finishing can be accomplished, there are many process management, bankers algorithm, producers and consumers, and so many problems
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:73749
    • 提供者:牟鹏
  1. prcsetup

    0下载:
  2. 进程管理器是一款WINDOWS任务管理器的替换工具,拥有WINDOWS任务管理器中的所有常用功能,并根据实际应用需要,对其中部分功能作了增强,使你能够更加方便的查看进程,截杀进程,维护系统的安全与正常-Process Manager is a WINDOWS Task Manager replacement tool, has a WINDOWS task manager all the commonly used functions, and in accordance with the ne
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1394857
    • 提供者:kongwen
  1. ShowAllprocess

    0下载:
  2. 显示系统里运行的所有进程。界面类似于WINDOWS自带的进程管理器-ShowAllprocess
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:182375
    • 提供者:GodOfCookery
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com