搜索资源列表

  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Jun
  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-19
    • 文件大小:1024
    • 提供者:
  1. neicunfenpei

    0下载:
  2. 使用Windows2000/XP 的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为。具体内容查看readme文件-Use Windows2000/XP the API functions, to prepare a process contains two threads, one thread is used to simulate memory allocation act
  3. 所属分类:系统编程

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

    0下载:
  2. OS模拟内存分配算法(链表处理) OS模拟内存分配算法(链表处理)-os memory
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:许芳函
  1. memory

    0下载:
  2. 模拟内存分配算法,功能强大,first fit-Analog memory allocation algorithm, a powerful, first fit
  3. 所属分类:其他小程序

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

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:177152
    • 提供者:qxianbo
  1. memmory

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟内存分配与管理的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the memory allocation and management of the situation, where the source code contains
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:427008
    • 提供者:zgm
  1. 0807114040

    0下载:
  2. 操作系统实验,模拟内存动态分配,有说明文档做详细说明。-Operating system, experiment, simulation of dynamic allocation of memory, there is documentation to do in detail.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:379904
    • 提供者:minipuss
  1. OS

    0下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm,
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:老班
  1. thefirsttimetoadapttomethod

    0下载:
  2. 采用首次适应法模拟内存分配,用链表实现,解释较全面-Storage allocation algorithm uses the first time to adapt to (FF) method.
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 本实验只设计一个大空闲内存区域,起始地址为0,大小为900。 程序运行后,提示用户选择内存分配方式,1---单一分区内存分配,2---多分区内存分配。 在单一分区方式中,一次只接受一个进程的分配请求,其中进程号以及进程所申请分配内存大小均随机产生。并进行错误检查及提示。 在多分区方式中,采用首次适应方法模拟内存分配。当有请求时,检查到有空闲分区且请求内存小于空闲内存大小时,即进行首次适应法分配。对于分配后利用完的空间进行回收
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:moondancing
  1. code

    0下载:
  2. VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-19
    • 文件大小:223232
    • 提供者:赵凯
  1. virtual-memory-allocation--tracking

    0下载:
  2. 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:7888896
    • 提供者:xiaoxiao
  1. memory

    0下载:
  2. 模拟内存分配中的首次循环适应算法,用双向循环链表实现-Simulation of memory allocation in the first cycle adaptation algorithm
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 用C语言模拟虚拟存储器管理--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:剑煮江湖
  1. LRU

    0下载:
  2. 利用LRU算法仿真请求页面系统 1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU) 2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(0-9页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每
  3. 所属分类:操作系统开发

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

    0下载:
  2. 模拟内存分配回收,适用于初学操作系统的学者。-failed to translate
  3. 所属分类:操作系统开发

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

    0下载:
  2. mfc模拟内存分配算法,实现是用dc绘图显示更加的真实化-mfc virtual mem allocate algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2476032
    • 提供者:王熙
  1. Momery

    0下载:
  2. 基于最佳适应算法的模拟内存分配和回收控制台实现源码-Based on the analog memory allocation and recovery console to achieve the best fit algorithm source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:5738496
    • 提供者:唐国良
  1. memory-op

    0下载:
  2. 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。-Use the API functions in Windows 2000/XP, the preparation of a process contains two threads, one t
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:lhy
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org