搜索资源列表

  1. merroy

    0下载:
  2. 模拟操作系统中的可变分区式内存管理,在模拟可变分区式存储管理时,采用最先适应算法实现主存的分配与回收,建立了已分配区表和未分配区表,等待队列。-Simulation of the operating system variable partition memory management, in a simulated variable partition storage management, the use of the first
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:153600
    • 提供者:wuxy
  1. 3887

    0下载:
  2. 某旅馆有n个等级的房间,第i等级有a个房间,每个等级有b个床位(1<=i<=n). 模拟旅馆个管理系统中床位的分配和回收功能,设计能为单个旅客分配床位,在其离店便回收床位(供下次分配)的算法 -A hotel has n levels of the room, the first i have a level of rooms, each grade there are b-bed (1 <= i <=
  3. 所属分类:酒店行业

    • 发布日期:2024-05-14
    • 文件大小:236544
    • 提供者:熊丽琴
  1. E3887-610

    0下载:
  2. 1. 伙伴存储管理系统是一种巧妙而有效的方法。此次管理演示系统,演示分配和回收存储快前后的存储空间状态变化。-1. Partnership for storage management system is a clever and effective method. The demonstration system management, presentations faster storage allocation and recov
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:40960
    • 提供者:熊丽琴
  1. neichuguanli

    0下载:
  2. 这个程序演示要体现内核的内存分配思想的策略。为此,设计了内存的分配和回收,完成一系列动作。 -Demonstration of this process to reflect the thinking of the kernel memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:xvzhihui
  1. neicunfenpai

    0下载:
  2. 主存的分配和回收+最先适应算法(代码) 操作系统实验-Main memory allocation and recovery+ First adaptation algorithm (code) operating system experiment
  3. 所属分类:文件格式

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:风乱秋
  1. hotel-system

    0下载:
  2. 某旅馆有n 个等级的房间,第i 等级有个房间,每个等级有个床位(1≤I≤n)。试模拟旅馆管理系统中床位分配 和回收的功能,设计能为单个旅客分配床位,在其离店便回收床位(供下次分配)的算法。 -A hotel has n levels of the room, the first grade i have a room, each grade has a bed (1 ≤ I ≤ n). Simulation test bed h
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:fan
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:machunyu
  1. memory

    0下载:
  2. 最优算法实现存储管理,实现了存储空间的分配和回收-Optimal storage management algorithm to achieve the storage space allocation and recovery
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:袁天
  1. space

    0下载:
  2. 主存的分配和回收的实现与主存储器的管理方式有关的,通过本实验帮助学生理解在可变分区管理方式下应怎样实现主存空间的分配和回收。-Main memory allocation and recovery with the main memory management methods relating to the passage of this experiment to help students understand the variab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:莫小幽
  1. fenqu

    0下载:
  2. 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:游审
  1. neic

    0下载:
  2. 操作系统实验 内存分配与回收 实验二(包含程序源代码和完整报告)-Experimental operating system memory allocation and recovery experiment II (including source code and complete report)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:44032
    • 提供者:紫光
  1. os

    0下载:
  2. 操作系统实验和实验报告,包括单道作业调度,进程调度,文件管理和主存空间的分配和回收-Experiments and experimental operating systems, including single-channel job scheduling, process scheduling, document management and main memory space allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:821248
    • 提供者:阿云
  1. dongtaifenpeineicun

    0下载:
  2. 个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间。当用户提出申请主存储器空间时,存储管理必须根据申请者的要求,按一定的策略分析主存空间的使用情况,找出足够的空闲区域分配给申请者。当作业撤离或主动归还主存资源时,则存储管理要收回作业占用的主存空间或归还部分主存空间。主存的分配和回收的实现是与主存储器的管理方式有关的,本程序帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:214016
    • 提供者:胡天若
  1. zhucunchuqi

    0下载:
  2. 在可变分区管理方式下,采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-Variable partition management mode, using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algor
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:dingdangmao
  1. zhucunchukongjiandefenpeihehuishou

    0下载:
  2. 实现主存储备空间的的分配和回收,是理解操作系统,加深对操作系统认识的一个很有用的程序。-Prepared to achieve the main storage space allocation and recovery, is to understand the operating system and deepen the understanding of the operating system to a useful under
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:568320
    • 提供者:刘继凯
  1. uC_OS-II_memory_manage

    0下载:
  2. 目的: 这个程序演示要体现内核的内存分配思想的策略。为此,设计了 内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:朱永利
  1. ram

    0下载:
  2. C语言,模拟内存的动态分配和回收,仅供参考。-C language, simulation of dynamic memory allocation and recovery, is for reference only.
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:徐凯
  1. MainMAssignAndRecover

    0下载:
  2. 模拟操作系统在最优先适应法下实现主存分配和回收的实现。可分配主存、回收主存、显示主存-Simulation of the operating system a top priority in the law to adapt to the distribution of main memory to achieve the realization and recovery. Could be allocated for main mem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:557056
    • 提供者:sinlov
  1. fenqucunchu

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the fol
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. czxt

    0下载:
  2. 独占设备的分配和回收模拟系统的设计(字符型界面).-ggg
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:hugme
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

源码中国 www.ymcn.org