CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - management
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - management - List
[
OS Develop
]
内存
DL : 0
内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
Date
: 2025-12-18
Size
: 1.82mb
User
:
李斯
[
OS Develop
]
os3
DL : 0
动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic Storage Management Division's management style and preparation procedures are completed through dynamic storage management of main memory allocated to achieve recovery. Experiments including : first to identify the main deposit space allocation table; Then using the optimal algorithm to adapt to the completion of main memory space allocated main memory space complete recovery; Final preparation of the main function of the work done by the process of testing. When you deposit allocated for distribution free zone, and then fill in forms have been allocated to the district, mainly operating in the district idle
Date
: 2025-12-18
Size
: 270kb
User
:
成龙
[
OS Develop
]
dpmlib.tar
DL : 0
Linux动态电源管理库,在Linux2.6内核环境下编译通过,以应用程序函数库的方式来使用-Linux dynamic power management for the Linux kernel compile environment, Application procedures for the library to use
Date
: 2025-12-18
Size
: 2kb
User
:
威尼
[
OS Develop
]
yemianguanli
DL : 0
题目:设计一个请求页式存储管理方案,并编写模拟程序实现 具体要求: 1、产生一个需要访问的指令地址流,为不失一般性,可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分 2、 页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存 3、产生一个需要访问的指令地址流;指定合适的页面尺寸(例如以1K或2K为1页;指定内存页表的最大长度,并对页表进行初始化 4、每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存。如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不在主存且页表已满,则按 FIFO页面淘汰算法淘汰一页后调入所需的页,打印页表情况 。逐个地址访问,直到所有地址访问完毕 -topics : design a request page memory management program, and the simulation program specific requirements : 1. have a need to visit the directive addresses flow, without loss of generality. be appropriate (to use artificial methods specified or random number generator) to form the sequence, makes 50% of the order was the order of implementation. 25% of orders evenly spread address some of the former and 25% of the addresses are evenly spread in the latter part two addresses. The algorithm uses pages out pages out of FIFO algorithm, and eliminate one, the only page in the page table to erase. No longer judge whether it be redrafted, it was not to return to the three auxiliary depositors, have a need to visit the directive addresses flow; designate the appropriate size of the page (for exam
Date
: 2025-12-18
Size
: 3kb
User
:
周子藤
[
OS Develop
]
allocator
DL : 0
简单的动态内存管理程序源代码,包含测试代码。-Simple dynamic memory management source code, including test code.
Date
: 2025-12-18
Size
: 56kb
User
:
梁开祝
[
OS Develop
]
memory-management
DL : 0
内 存 管 理 深 入 剖 析 资 料-Memory management explains
Date
: 2025-12-18
Size
: 7.59mb
User
:
[
OS Develop
]
management
DL : 0
本系统是一个用于进程分段式存储管理的系统,主要是为了解决存储管理-This system is used to process a sub-storage management system, mainly to solve the storage management
Date
: 2025-12-18
Size
: 2kb
User
:
康华潮
[
OS Develop
]
Document-Management-System
DL : 0
文件管理系统 文件管理系统的设计实际上是对Windows资源管理器的模拟和扩展。它通过IO命名空间中相关类实现对磁盘、文件以及目录的访问,在制定的位置新建一个文件或目录、对指定的文件或目录进行删除操作、用相关的应用程序打开指定的文件和对某些特殊文件(如txt文件)进行编辑。-Document management system document management system is actually a simulation of Windows Explorer and expand. It is through the IO namespace classes implement the related disk, file and directory access, in the development of the location of new file or directory to the specified file or directory to delete operation, with associated application to open a specified file and These special files (such as txt file) for editing.
Date
: 2025-12-18
Size
: 513kb
User
:
nizy
[
OS Develop
]
storage-management
DL : 0
操作系统存储管理实验, 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 内有可运行代码,已检测。-Operating system storage management experiment environment: Microsoft Visual C++ 6.0 Programming Language: C++ code can be run within, has been detected.
Date
: 2025-12-18
Size
: 1.18mb
User
:
vincent
[
OS Develop
]
Memory-management
DL : 0
操作系统内存管理实验 实验环境:Microsoft Visual C++ 6.0 编程语言:C-Operating system memory management experiment experimental environment: Microsoft Visual C++ 6.0 Programming Language: C++
Date
: 2025-12-18
Size
: 61kb
User
:
vincent
[
OS Develop
]
Basic-paging-management-reports
DL : 0
这是一个操作系统系统方面的资源,主要功能是实现基本分页存储管理,里面含有源代码+详细实验报告及相应的运行过程,希望对各位有所帮助。-This is an operating system, system resources, the main function is to achieve the basic storage management page, which contains the source code+ detailed lab report and the corresponding running, you want to help.
Date
: 2025-12-18
Size
: 91kb
User
:
黎明
[
OS Develop
]
storage-management
DL : 0
模拟操作系统中的固定分区,理解计算机内存管理与分配机制-Simulate the fixed partition the operating system, management and understanding of computer memory allocation mechanism
Date
: 2025-12-18
Size
: 2kb
User
:
乐乐
[
OS Develop
]
Memory-Management
DL : 0
操作系统内存管理模拟程序代码,首次适应算法-The operating system memory management simulation program code,firstfit algorithm
Date
: 2025-12-18
Size
: 751kb
User
:
xuexiasen
[
OS Develop
]
Memory-Organization-and-Management
DL : 0
Memory Organization and Management
Date
: 2025-12-18
Size
: 3.08mb
User
:
haicp
[
OS Develop
]
Memory--Management-Strategies
DL : 0
Memory--Management Strategies
Date
: 2025-12-18
Size
: 533kb
User
:
haicp
[
OS Develop
]
CPP_memory-management-mechanism
DL : 0
全面介绍内存管理机制及C++内存分配实例,包括进程空间、内存状态查询、内存映射文件。-Comprehensive introduction to the memory management mechanism and C + + memory allocation instances, including the process space, memory status query, the memory-mapped file.
Date
: 2025-12-18
Size
: 121kb
User
:
邹家畅
[
OS Develop
]
student-management
DL : 0
学生管理的子系统,可以添加,查询,删除学生信息-Student management subsystem, you can add, query, delete student information
Date
: 2025-12-18
Size
: 23kb
User
:
lina
[
OS Develop
]
Request-page-storage-management-C
DL : 0
请求页式存储管理 C++ 运行环境vc6.0-Request page storage management C
Date
: 2025-12-18
Size
: 59kb
User
:
金火
[
OS Develop
]
Page-Replacement-proj-memory-management
DL : 0
CPU Algorithms Page Replacement project memory management
Date
: 2025-12-18
Size
: 71kb
User
:
ahmed
[
OS Develop
]
process-management
DL : 0
这是在oldlinux论坛中发现的,一个NB的人写的一个自己对Linux-0.12的进程管理的理解,很详细,而且配有图解,设和学习-This is found in the oldlinux Forum, a NB who wrote an own understanding of the process of management of Linux-0.12, in great detail, and with illustrations, set and learning
Date
: 2025-12-18
Size
: 695kb
User
:
周杰
«
1
2
3
4
5
6
7
8
9
10
...
46
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.