搜索资源列表

  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:丘方
  1. Memory_Dis_RE

    0下载:
  2. 此程序模拟内存的动态分配与回收,希望能给大家帮助,并能得到大家的意见,谢谢!-this simulation of dynamic memory allocation and recovery, the hope of giving everyone, and everyone's views, Thank you!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. 200683546786

    0下载:
  2. 题 目: 模拟页式存储管理的分配与回收 初始条件: 1. 随机确定内存页面数,页面大小,进程的个数及每个进程的页数。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求能显示内存的使用情况(被进程占用的页面,空闲的页面)。 2.设计报告内容应说明: ⑴课程设计目的与功能; ⑵需求分析,数据结构或模块说明(功能与框图); (3)运行结果与运行情况分析; (4)自
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1008640
    • 提供者:王鑫
  1. cunchuqi

    0下载:
  2. 存储器分配与回收通过设计相应的数据结构建立已分配的说明表和空闲说明表编程实现-memory allocation and recovery through the design of the corresponding data structure has been established distribution of the questionnaire and leisure programming note Table Imple
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:lvjuan
  1. memory1.0

    0下载:
  2. 模拟linux操作系统的内存分配与回收,并有简单的输出-simulation linux operating system memory allocation and recovery, and a simple output
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:zy
  1. neicunfenpeisuanfa

    0下载:
  2. 用数组表实现的内存分配与回收算法,希望对大家有帮助-table with an array of achieving recovery and memory allocation algorithm, we hope to help
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:阳阳
  1. vector_pic

    0下载:
  2. 采用分页管理,使用位示图实现主存的分配与回收-pagination management, the use of Bitmap main memory to achieve the distribution and recovery
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zheng
  1. zuijiashiyingsuanfa

    0下载:
  2. 通过最佳适应算法实现内存的分配与回收~很不错的程序,大家帮我看看,有什么不足之处提点小弟噢-to best adapt the algorithm memory allocation and recovery- is pretty good procedures, you will help me find, what are the deficiencies Department reminded the younger Oh
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:169984
    • 提供者:郭丛丹
  1. neicun

    0下载:
  2. 用c++编的内存的分配与回收,用数组进行编写,采用结构体-With c++ Series of memory allocation and recovery, for the preparation of an array, using the structure
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:高歌
  1. zhucunkongjiandefenpeiyuhuishou

    0下载:
  2. 操作系统作业,作业的分配与回收,觉对可以放心使用-Operating system operations, distribution and recovery operations, sleep can be assured of the use of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:feng
  1. MemoryOperation

    0下载:
  2. 操作系统中内存分配与回收的模拟和实现-Operating system memory allocation and recovery of the analog and realize
  3. 所属分类:DNA

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:ll
  1. ccyhs

    0下载:
  2. 存储管理的分配与回收,操作系统中的存储管理-The allocation of storage management and recovery, storage management operating system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:zjw
  1. neicun

    0下载:
  2. 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:ruikobe
  1. cunchu

    0下载:
  2. 主存空间的分配与回收的模拟实现的方法代码-Main memory space allocation and recovery methods to achieve the simulation code
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:wangjun
  1. caozuoxitong

    0下载:
  2. 学习操作系统时用VC做的两个实验,包括文件系统和内存的分配与回收,希望对大家有帮助。-VC when learning the operating system to do two experiments, including the file system and memory allocation and recovery, we hope to be helpful.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:943104
    • 提供者:萧宇
  1. fenye

    0下载:
  2. 分页式管理 主存分配与回收,这是我刚刚做完的课程设计,大家快快下巴-Tabbed management main memory allocation and recovery, this is I have just finished the curriculum design, everyone quickly chin
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:贺小云
  1. lx

    0下载:
  2. 连续磁盘存储空间的分配与回收 Windows操作系统-Disk storage space for the distribution and recovery of Windows operating system
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:alissa
  1. a

    0下载:
  2. 内存的分配与回收 谁有更好的c语言实现算法 急需!!1-Memory allocation and recovery who has a better algorithm c language to achieve urgently needed!! 1
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:李平
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:844800
    • 提供者:wtl
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:124928
    • 提供者:liuqiang
« 1 2 3 4 5 67 8 9 10 11 12 13 »

源码中国 www.ymcn.org