搜索资源列表

  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fan
  1. 内存分配小算法

    0下载:
  2. 可以选择要进行分配或释放的作业。每次选择算法时,程序自动将内存块清零。当内存块都不足以分配给作业时,程序会报错。-can choose to release or distribution operations. Each algorithm, the program will automatically reset the memory block. When the block of memory are not allocated
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15671
    • 提供者:zf
  1. 动态分区分配

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

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. 内存分配

    0下载:
  2. windows系统内存动态存储分配,两种分配算法-windows system memory dynamic storage allocation, the two allocation algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:85773
    • 提供者:叶黄
  1. 虚拟存储器的内存管理

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

    • 发布日期:2008-10-13
    • 文件大小:62713
    • 提供者:陆阳
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. 模拟段式管理内存分配与回收

    0下载:
  2. 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23422
    • 提供者:haha
  1. neicun

    0下载:
  2. 一个操作系统的课程设计,希望能有所帮助。内存分配与回收!-Curriculum design an operating system, hoping to be helpful. Memory allocation and recovery!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:1891328
    • 提供者:连帅
  1. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:3679232
    • 提供者:Jim
  1. Processor_schedul

    0下载:
  2. 操作系统进程调度模拟和内存分配相关模拟(用户界面)-The operating system process scheduling simulation of analog and memory allocation-related (user interface)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:24568832
    • 提供者:董涛
  1. VMMAP

    1下载:
  2. VC源码,输入运行中的进程名可自动列出进程中的内存分配情况-VC source code, enter the name of running process can be automatically listed in the process of memory allocation
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:5327872
    • 提供者:于海亮
  1. MemAlloc

    0下载:
  2. 操作系统中的内存分配软件演示,适合西电学生的操作系统实验!-Operating system memory allocation software demonstrations for students in the Xidian University the operating system experiment!
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:43008
    • 提供者:wang yucao
  1. DynamicMemoryAllocation

    0下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:478208
    • 提供者:何志芬
  1. Memoryfenpei

    0下载:
  2. 一个简单的用C++实现的内存分配 操作系统课程实验-A simple implementation using C++ memory allocation Course of Operating System
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2373632
    • 提供者:sjfkldj
  1. Testmalloc

    0下载:
  2. 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:761856
    • 提供者:卫良刚
  1. mem

    0下载:
  2. 标准C语言实现的动态内存分配,在VS2005下写成,但文件扩展名为.c 可以方便的移植到STM32、51等处理器中。内有动态内存分配的实现原理,仅共参考-Standard C language implementation of dynamic memory allocation, under written in VS2005, but the file extension. C can be easily ported to the
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-11
    • 文件大小:176128
    • 提供者:杨孜
  1. 内存分配换页

    0下载:
  2. 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:蚊子酱
  1. debugging_malloc

    0下载:
  2. 检查内存分配机制,内存分配是否正确,分配后是否释放,对内存有没有非法访问(debug the allocation of memory)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:189440
    • 提供者:kikichenchen
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:mmmdddddd
  1. 未命名6

    0下载:
  2. 主存空间分配与回收模拟实现 模拟内存分配的c语言实现(Simulation of main memory space allocation and recovery)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:nyh555
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org