搜索资源列表
xitongjinchengguanli
- 计算机操作系统中的重要实验,系统进程管理的同步问题的实现-computer operating system, an important experiment, the process management system Synchronization Implementation
Threadhuchi
- 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
Threadlinjiequ
- 进程管理中的同步的相关实验,需要了解计算机操作系统的原理-process management related to the synchronization of experiments need to understand the principles of computer operating systems
shiyanyuandaima
- 操作系统课程设计 有进程同步问题 内存管理 设备管理
OPTsuanfa
- 本程序实现了操作系统中页式虚拟存储管理中缺页中断理想型淘汰算法,该算法在访问串中将来再也不出现的或是在离当前最远的位置上出现的页淘汰掉。这样,淘汰掉该页将不会造成因需要访问该页又立即把它调入的现象。该程序能按要求随机确定内存大小,随机产生页面数,进程数,每个进程的页数,给进程分配的页数等,然后运用理想型淘汰算法对每个进程进行计算缺页数,缺页率,被淘汰的序列等功能。
操作系统 进程管理 同步机制 死锁验证
- 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
ProcessAndStorageManagement
- 该文档中包含两个模拟程序,分别模拟操作系统中的进程管理和存储管理,并且附有详细的说明。-The document contains two simulation programs, namely the process of simulation of the operating system management and storage management, and accompanied by detailed explanation.
LinuxKernelInterpretation
- 教学内部实验教案,提供对操作系统内核的实验理解: Linux 操作系统内核 基本实验指导 Contents : z 系统安装实验 z Linux内核实验 z 进程管理实验 z 存储管理实验 z 进程通信实验 z I/O 设备管理实验 z 文件系统管理实验 -Internal experimental teaching lesson plans, provide the experimental understanding of the op
HideDLL
- 木马运行关键是隐藏,神不知鬼不觉才是王道.要隐藏,先要隐藏进程,Windows操作系统中程序以进程的 方式运行,大多数操作系统也是如此.任务管理器就可以看到当前运行的进程,所以有人HOOK相关枚举进程的函 数,让任务管理器不显示木马进程,也有人把自己的木马注册成服务运行,"任务管理器"不显示服务的.这样做只 是障眼法,进程还是存在的,最好的方法是让进程不存在,让木马作为其他进程的一个线程来运行.Windows操 作系统提出了DLL的概念,其系统API都是通过DLL的形式出现的,应
os
- 操作系统实验报告,关于进程调度和存储管理的-Experimental operating system reports on the process of scheduling and storage management
operation
- 软件学院操作系统最新课件,包含进程管理,进程调度,死锁-College of the operating system software, the latest courseware, including process management, process scheduling, deadlocks, etc.
WINDOWScoredesign
- 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
operating-system-_banker
- 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
jinchengguanli
- 操作系统课程设计,进程管理系统。我自己做的,并已通过了。-ifeel this is very good。just believe me
process--managerment
- 操作系统进程管理实验,包括进程树的创建和简单的ubantu中对进程的管理。-Operating system process management experiments, including the process of creating a tree and simple ubantu in the management of the process.
操作系统课程设计
- 操作系统课程设计——进程调度,存储器管理,处理机调度,虚拟存储器管理的模拟实现