CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存分配

搜索资源列表

  1. 操作系统课程设计之内存分配问题

    0下载:
  2. 这是操作系统中实现内存分配好好的程序,界面很美观,功能强大-This is the operating system to achieve good memory allocation procedure, the interface is very attractive and powerful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:165265
    • 提供者:李里
  1. 操作系统--内存分配

    0下载:
  2. 本文件为模拟操作系统的内存分配-this paper to simulate the operating system memory allocation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11953
    • 提供者:余标
  1. 内存分配与回收设计

    0下载:
  2. 内存分配与回收设计,一个小实验-memory allocation and recovery design, a small experiment
  3. 所属分类:Windows编程

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

    0下载:
  2. 比较优秀的内存分配算法-relatively good memory allocation algorithms
  3. 所属分类:Windows编程

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

    0下载:
  2. 这是有关内存分配的一些讨论 以及 一些算法的实现-This the memory allocation of some discussion and some algorithm to achieve!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:57526
    • 提供者:喻林
  1. 内存分配与回收

    0下载:
  2. 内存分配与回收,是用TC写的,请大家-memory allocation and recovery, is TC wrote, please s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:
  1. 操作系统大作业(内存分配)

    0下载:
  2. 这是一个操作系统作业的小程序,实现的工能是模拟内存分配。-This is a small operating system operating procedures, the public will realize it is the memory allocation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:271508
    • 提供者:巫昌凯
  1. 最佳适应法内存分配

    0下载:
  2. 确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码;最后编写模拟分配和回收过程的主函数
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:1198
    • 提供者:red_eyed_hare
  1. 实现模仿系统的内存分配

    0下载:
  2. 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc free
  3. 所属分类:源码下载

    • 发布日期:2011-11-27
    • 文件大小:15840
    • 提供者:sulong1234
  1. Analog-memory模拟一个计算机的内存分配

    0下载:
  2. 模拟一个计算机的内存分配。 1,内存分配 对于每个任务的内存要求,从头选择可以执行任务的内存空间块,并且分配出相应的资源。 遍历完毕如果资源不足,则显示信息“内存不足”。 2,内存回收 -Analog memory
  3. 所属分类:其他小程序

    • 发布日期:2017-03-26
    • 文件大小:729981
    • 提供者:sure
  1. 操作系统课内存分配问题最先适应法

    0下载:
  2. 操作系统课程设计,内存分配问题,最先适应法,可以运行,没有错误-Operating systems curriculum design, memory allocation, the first adaptation method, you can run, no errors! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-24
    • 文件大小:2710
    • 提供者:张苛
  1. VMMAP

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

    • 发布日期:2017-05-19
    • 文件大小:5327794
    • 提供者:于海亮
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. delphi和c指针与内存分配比较

    0下载:
  2. delphi和c指针与内存分配比较.doc
  3. 所属分类:其它文档

    • 发布日期:2012-11-13
    • 文件大小:49664
    • 提供者:coolhandy
  1. javaProject

    0下载:
  2. java内存分配演示程序,此工程的入口类在com\ysu\cwy中的MainFrame.java。是使用eclipse3.3编写的,运行时最好也放在eclipse下运行。 -java memory allocation demo program, this works in the import category comysucwy in MainFrame.java. Is to use eclipse3.3 prepared, run-time best on the run under
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:16169
    • 提供者: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 idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者: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. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:210275
    • 提供者:r
  1. debugging_malloc

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

    • 发布日期:2016-10-28
    • 文件大小:2760991
    • 提供者:叶世权
  1. neic

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

    • 发布日期:2017-04-06
    • 文件大小:44675
    • 提供者:紫光
  1. 内存分配算法

    0下载:
  2. 内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:447488
    • 提供者:dicker
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com