搜索资源列表

  1. memory manager

    0下载:
  2. 这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3490
    • 提供者:中国人
  1. fastmem

    0下载:
  2. 快速内存分配和管理源代码,避开了malloc/free机制,适合快速动态分配内存.-fast memory allocation and management of source code, thus avoiding the malloc / free mechanism for fast dynamic memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11367
    • 提供者:陈磊
  1. 可变分区存储管理

    0下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adapta
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:76306
    • 提供者:
  1. DynMem

    0下载:
  2. 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c # prepared environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14403
    • 提供者:pao
  1. Linux内存管理模拟器

    0下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. Alloc_src1[1]

    0下载:
  2. 内存分配工具 Sometimes it is very helpful to test your applications in extreme situations like low resources, full hard disk, or low memory conditions. This tool covers just the last - memory. It allows you to allocate
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10597
    • 提供者:马成
  1. PC2.3.0

    0下载:
  2. 一个模拟操作系统内存分配的程序 可以用图象显示内存使用情况-a simulated operating system memory allocation procedures can use an image memory usage
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1743
    • 提供者:亚辉
  1. memery

    0下载:
  2. 操作系统中内存分配调度,用c编写的代码,可能有不完善之处,望各位能指出并改正-operating system memory allocation scheduling, c prepared with the code may be flawed, the hope that you can correct and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2096
    • 提供者:小蒋
  1. Simulate_Allocate_Memory_Implement_by_C

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

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:丘方
  1. DL_malloc

    0下载:
  2. DL内存分配算法,最好的和最高效的内存管理算法-DL memory allocation algorithms, the best and the most efficient memory management algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:56471
    • 提供者:dingdang
  1. malloc.tar

    0下载:
  2. 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:39500
    • 提供者:夏洪他
  1. os_c

    0下载:
  2. 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12416
    • 提供者:qinli
  1. huan111

    0下载:
  2. 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:ll
  1. VirtualMemAlloc

    0下载:
  2. 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组.-a virtual memory allocation procedures example, showing how to use the virtual memory technology to deal with a structure of arrays.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30338
    • 提供者:黄石
  1. memory_administration

    0下载:
  2. 操作系统课程设计中的内存分配与回收! 有参考价值!-courses on operating system design and distribution of memory recovery! Reference value!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2496
    • 提供者:邹建青
  1. proccANDmemory

    0下载:
  2. 进程以及内存分配编程,在TC编译器下以图形方式模拟系统进程调度以及内存分配。-process and memory allocation program, the TC compiler under the graphic simulation and process scheduling system memory allocation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3697
    • 提供者:李风
  1. MemoryAllocateProject

    0下载:
  2. 操作系统课程设计之内存分配模拟,采用首次适应算法实现(JAVA版)-courses on operating system design from the memory allocation simulation, using the first adaptation algorithm (Java version)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9989
    • 提供者:蓝蜂
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:刘利辉
  1. DynamicMemoryManage

    0下载:
  2. 操作系统的内存分配源码,用vc编写,是优先分配,最小块合并,上下回收自动合并-operating system source code memory allocation using vc preparation is the priority, the most small merger The next automatic recovery merger
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19175
    • 提供者:张良
  1. mmy

    0下载:
  2. 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果-simulation memory management, memory allocation and memory recovery, with interface shows the distribution and recovery results
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:31595
    • 提供者:李森
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org