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

搜索资源列表

  1. xitongjinchengguanli

    0下载:
  2. 计算机操作系统中的重要实验,系统进程管理的同步问题的实现-computer operating system, an important experiment, the process management system Synchronization Implementation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:89.01kb
    • 提供者:mantian
  1. Threadhuchi

    0下载:
  2. 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:31.36kb
    • 提供者:mantian
  1. Threadlinjiequ

    0下载:
  2. 进程管理中的同步的相关实验,需要了解计算机操作系统的原理-process management related to the synchronization of experiments need to understand the principles of computer operating systems
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:38.87kb
    • 提供者:mantian
  1. shiyanyuandaima

    0下载:
  2. 操作系统课程设计 有进程同步问题 内存管理 设备管理
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17.86kb
    • 提供者:kevin3225521
  1. OPTsuanfa

    0下载:
  2. 本程序实现了操作系统中页式虚拟存储管理中缺页中断理想型淘汰算法,该算法在访问串中将来再也不出现的或是在离当前最远的位置上出现的页淘汰掉。这样,淘汰掉该页将不会造成因需要访问该页又立即把它调入的现象。该程序能按要求随机确定内存大小,随机产生页面数,进程数,每个进程的页数,给进程分配的页数等,然后运用理想型淘汰算法对每个进程进行计算缺页数,缺页率,被淘汰的序列等功能。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:52.61kb
    • 提供者:王露萍
  1. 操作系统进程管理

    0下载:
  2. 所属分类:编程文档

    • 发布日期:2010-09-18
    • 文件大小:136kb
    • 提供者:sylclm@163.com
  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
    • 文件大小:32kb
    • 提供者:王国强
  1. ProcessAndStorageManagement

    0下载:
  2. 该文档中包含两个模拟程序,分别模拟操作系统中的进程管理和存储管理,并且附有详细的说明。-The document contains two simulation programs, namely the process of simulation of the operating system management and storage management, and accompanied by detailed explanation.
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:123.69kb
    • 提供者:zhangkun
  1. LinuxKernelInterpretation

    0下载:
  2. 教学内部实验教案,提供对操作系统内核的实验理解: Linux 操作系统内核 基本实验指导 Contents : z 系统安装实验 z Linux内核实验 z 进程管理实验 z 存储管理实验 z 进程通信实验 z I/O 设备管理实验 z 文件系统管理实验 -Internal experimental teaching lesson plans, provide the experimental understanding of the op
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2.66mb
    • 提供者:Tony Yau
  1. HideDLL

    0下载:
  2. 木马运行关键是隐藏,神不知鬼不觉才是王道.要隐藏,先要隐藏进程,Windows操作系统中程序以进程的 方式运行,大多数操作系统也是如此.任务管理器就可以看到当前运行的进程,所以有人HOOK相关枚举进程的函 数,让任务管理器不显示木马进程,也有人把自己的木马注册成服务运行,"任务管理器"不显示服务的.这样做只 是障眼法,进程还是存在的,最好的方法是让进程不存在,让木马作为其他进程的一个线程来运行.Windows操 作系统提出了DLL的概念,其系统API都是通过DLL的形式出现的,应
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3.45kb
    • 提供者:008
  1. os

    0下载:
  2. 操作系统实验报告,关于进程调度和存储管理的-Experimental operating system reports on the process of scheduling and storage management
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:203.26kb
    • 提供者:燃烧
  1. operation

    0下载:
  2. 软件学院操作系统最新课件,包含进程管理,进程调度,死锁-College of the operating system software, the latest courseware, including process management, process scheduling, deadlocks, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:aussina
  1. WINDOWScoredesign

    1下载:
  2. windows核心编程,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等-windows-core programming, this book is to explain the internal mechanism of Windows operating system, monographs, from the basic concept of comprehensive and syste
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:25.74mb
    • 提供者:张凌霄
  1. operating-system-_banker

    0下载:
  2. 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:27.31kb
    • 提供者:许乓
  1. jinchengguanli

    0下载:
  2. 操作系统课程设计,进程管理系统。我自己做的,并已通过了。-ifeel this is very good。just believe me
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:张路
  1. process--managerment

    0下载:
  2. 操作系统进程管理实验,包括进程树的创建和简单的ubantu中对进程的管理。-Operating system process management experiments, including the process of creating a tree and simple ubantu in the management of the process.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-03
    • 文件大小:834.52kb
    • 提供者:江周娴
  1. 操作系统课程设计

    0下载:
  2. 操作系统课程设计——进程调度,存储器管理,处理机调度,虚拟存储器管理的模拟实现
  3. 所属分类:报告论文

搜珍网 www.dssz.com