搜索资源列表

  1. neicunfenpeihuishou

    0下载:
  2. 操作系统的内存分配与回收的实验代码 -Operating system memory allocation and recovery of experimental code
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:232448
    • 提供者:张旭
  1. C++NeiCunFenPei

    0下载:
  2. C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:weat
  1. 4

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:364544
    • 提供者:liang
  1. 5

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-This procedure for a memory allocation of dynamic partitioning simulation program, using the first and best adaptation algorithm to adap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:2168832
    • 提供者:liang
  1. Memery_Allocate_and_Recycle

    0下载:
  2. 用java界面模拟操作系统内存分配与回收的功能。直观易懂。-Simulation of the operating system interface using java memory allocation and recovery of function. Intuitively easy to understand.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:张童泊
  1. neicun

    0下载:
  2. 动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。-Dynamic partitioning of the simulated distribution patterns. Understand the memory allocation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:has
  1. javaProject

    0下载:
  2. java内存分配演示程序,此工程的入口类在com\ysu\cwy中的Mainfr a me.java。是使用eclipse3.3编写的,运行时最好也放在eclipse下运行。 -java memory allocation demo program, this works in the import category comysucwy in Mainfr a me.java. Is to use eclipse3.3 prepar
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:Cherie
  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-12
    • 文件大小:7168
    • 提供者:machunyu
  1. ap

    0下载:
  2. 演示操作系统的内存分配的三种方式,邻近适配,最佳适配,首次适配-Demonstration of the operating system memory allocation of three ways, adjacent adapter, the best fit, for the first time Adapter
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:5997568
    • 提供者:r
  1. debugging_malloc

    0下载:
  2. SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:2924544
    • 提供者:叶世权
  1. malloc

    1下载:
  2. 内存分配模拟实现 模拟各种内存分配算法-Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:428032
    • 提供者:xuying
  1. neic

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

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

    0下载:
  2. 操做系统动态内存分配,适合于操作系统类的课程设计。-Parade to do dynamic memory allocation system, suitable for the operating system type of curriculum design.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:tt
  1. DynamicAllocation

    0下载:
  2. 可以演示操作系统常用的内存分配算法-Demonstration of the operating system can be commonly used in memory allocation algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:3873792
    • 提供者:surgent
  1. OS3

    0下载:
  2. 这是操作系统中内存分配的编程实验,是内存管理的编程。-This is the Operating System memery distribution programme
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:587776
    • 提供者:陈鹏
  1. cunchuqichuli

    0下载:
  2. ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:129024
    • 提供者:戴依依
  1. neicunfenpei

    0下载:
  2. 用c++实现内存分配,有图形化界面,用mfc写的哦-Using c++ to achieve memory allocation, a graphical interface, written using mfc Oh ... ...
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:coffeelu
  1. DynamicBlockManagement11

    0下载:
  2. 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:56320
    • 提供者:慕林通
  1. MONINEICUNFENPEI

    0下载:
  2. 模拟内存分配程序,实现不同算法的模拟,图显示-Simulation of memory allocation procedure, different algorithms to achieve the simulation, shows
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:3734528
    • 提供者:周俊男
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage ma
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:1106944
    • 提供者:小衍
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org