搜索资源列表
UCOSIIkernalschedinganalysis
- 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
page_change
- 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
cuncuqi
- 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
yhj
- 典型的银行家算法,linux下gcc编译通过,默认3进程,3类资源,自己稍作修改可以手动分配资源。-A typical banker' s algorithm, linux under the gcc compiler is passed, the process of the default 3, 3 types of resources, with some slight modifications to their allocation of resources manually.
kebianfenqusuanfa
- LINUX环境下 可变分区内存分配算法思想及源码-LINUX environment variable partition memory allocation algorithm for ideas and source code
cunchuguanli
- 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
buddy
- linux内存分配的经典算法buddy_system的基本算法-linux memory allocation of the basic algorithm of the classical algorithm buddy_system
test
- 使用C语言实现模拟可变分区分配算法。包括存储紧缩技术-failed to translate
linux_elevator_simulation
- linux 内存分配算法,模拟电梯程序,学习linux内核的同学可供参考,-linux memory allocation algorithms, simulated elevator program, students learn linux kernel for reference, thank you. . . .
Virtual-storage-d
- 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
linuxsy4
- 操作系统实验4 理解动态异常存储分区资源管理,掌握所需数据结构和管理程序,了解各种存储分配算法的优点和缺点。-Experiment 4 of the operating system to understand the dynamic abnormal storage partition resource management with the necessary data structures and management procedures, understand the advantag
chucunguanl
- 采用一些常用的存储器分配算法,设计一个请求页式存储管理模拟系统并调试运行。-Memory allocation algorithm, design a request page storage management simulation system debugging and running
2b1df48e96cb
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。-Highest priority priority scheduling algorithm