搜索资源列表
os_c
- 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
proccANDmemory
- 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
qsda
- 1. 随机确定内存大小,进程的个数,每个进程的段数及段大小。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关地址转换的数据。 -1. Random determine memory size, number of processes, each of the process and the number of size. Asked the main tasks : (
200683546786
- 题 目: 模拟页式存储管理的分配与回收 初始条件: 1. 随机确定内存页面数,页面大小,进程的个数及每个进程的页数。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求能显示内存的使用情况(被进程占用的页面,空闲的页面)。 2.设计报告内容应说明: ⑴课程设计目的与功能; ⑵需求分析,数据结构或模块说明(功能与框图); (3)运行结果与运行情况分析; (4)自我评价与总结: 1你认为你完成的设计哪些地方做得比较好或
linux-0.11-devel-040923
- linux:用纯C写的操作系统源代码。里面设计文件管理,进程调度,内存分配。学习的好资料。
在NT系列操作系统里让自己“消失”
- 这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。
虚拟存储器的内存管理
- 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allo
VMMAP
- VC源码,输入运行中的进程名可自动列出进程中的内存分配情况-VC source code, enter the name of running process can be automatically listed in the process of memory allocation
KeChengSheJi
- (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
2_Memory
- 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
neicunfenpei
- 使用Windows2000/XP 的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为。具体内容查看readme文件-Use Windows2000/XP the API functions, to prepare a process contains two threads, one thread is used to simulate memory allocation activity, a thread is used to tra
gudingfenqu
- 储存管理实验 对内存分区和分配资源 具有页面和页表分配 给进程分配空间-Storage management and allocation of memory partition experiments with pages and pages of resources allocated to the process of allocation of space for the table
linux-2.6.24.7-frandom-1
- 基于linux-2.6.24.7内核的进程随机分配内存补丁源代码,可根据HLFS说明完成进程内存的随机分配,从而预防溢出漏洞-the optional Frandom/Erandom patch
memorymenegent
- 内存管理实验 从不同侧面了解Windows2000/XP 对用户进程的虚拟内存空间的管理和分配方法。进一步了解Windows分配虚拟内存、改变内存状态,以及对虚拟内存物理(physical memory)和页文件(page file)状态查询API函数的作用、参数限制、使用规则。-memory control
MemoryAllocation
- 一个模拟系统对进程进行内存分配的C语言代码,并回收一个进程,进行相应的内存合并操作-A simulation system processes the C language code memory allocation, and recovery of a process, the corresponding memory merge operations
buddy_allocte
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 -1. To implement a memory management algorithm partners to achieve the allocation of memory blocks and release time of applica
labP5
- 系统实现信号量通信,很好用,进程间通信,有公共的内存分配空间-System semaphore communicatio
Operating-system-related-experiments
- 一共有三个实验,包括:一、生产者与消费者 二、内存分配三、 进程-A total of three experiments, including: producers and consumers, the memory allocation of three, the process
fenyecunchuguanli
- 初始化内存大小为100000字节,每个页框占1000个字节,则一共有100个页框(假设默认页框号为0-99号)。 功能键: 0 退出 1 为作业分配内存 2 回收作业内存 3 显示内存分配情况显示每一个进程所占用的页框号(按照进程顺序) 4 访问:输入 作业名 逻辑访问地址(字节偏移)-Initialize memory size is 100000 bytes, each page frame representing 1000 bytes, a total of 10
process
- 进程调度的实现包括进程的生命周期,优先级,id号的自动更改与实现,还有内存分配与进程调度的实现在此-Process scheduling implementation, including the process of life cycle, priority, ID number of automatic changes and implementation, as well as memory allocation and process scheduling in this realiza