CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 内存分配

搜索资源列表

  1. Simulate_Allocate_Memory_Implement_by_C

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

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  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 pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:刘利辉
  1. mmc(skyw)

    0下载:
  2. 用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.48kb
    • 提供者:skyw
  1. secalg

    0下载:
  2. 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17.39kb
    • 提供者:楚狂人
  1. 1193

    0下载:
  2. acm-pku-1193 内存分配 北大acm解题代码
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:56.18kb
    • 提供者:喻林
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.65kb
    • 提供者:何智峰
  1. 最佳适应法内存分配

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

    • 发布日期:2009-09-20
    • 文件大小:1.17kb
    • 提供者:red_eyed_hare
  1. os5

    0下载:
  2. 设可供分配的内存储器为1MB(1000KB),内存分配采用动态分区分配策略,分区分配的数据结构为空闲分区链,分配算法采用首次适应算法(FF) 系统仅有一个CPU;作业提交时申明需要的CPU时间和内存大小(以KB为单位)。-Located within the memory available for allocation to 1MB (1000KB), memory allocation dynamic partition allocation strategies, area distrib
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:yilijuan
  1. ptmalloc

    0下载:
  2. 这是一个内存分配管理的程序,用于模拟c对内存的使用-/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software you can redi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:57.66kb
    • 提供者:丰占军
  1. ToyFDTD2-v1.0

    0下载:
  2. TOYFDTD版本1.0,使用的是计算电磁学的FDTD算法,带动态内存分配-TOYFDTD version 1.0, using the FDTD computational electromagnetics algorithm, with dynamic memory allocation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:21.04kb
    • 提供者:hopkins
  1. Exam098

    0下载:
  2. 二维快速傅立叶算法,矩阵的基本操作,复数的基本操作,含有动态内存分配,文件操作等知识-Two-dimensional fast Fourier algorithm, the basic matrix operations, the basic operation of the plural, with dynamic memory allocation, file operations, such as knowledge
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.07kb
    • 提供者:李运
  1. memorymanage

    0下载:
  2. 一道北大acm的试题,用双向链表实现模拟内存分配的程序-1 Peking University acm of examination questions, with two-way linked list of memory allocation procedures for analog
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:450.33kb
    • 提供者:尤里
  1. malloc

    1下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:49.67kb
    • 提供者:captain
  1. chain

    0下载:
  2. 建立一个数据链表,产生内存分配单元,易读性好-The establishment of a data list, resulting in memory allocation units, better readability
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:571byte
    • 提供者:王乐
  1. DArray-better

    0下载:
  2. 当数组的元素个数发生变化时,不用重新申请内存空间,数组也能继续使用。这样就提高了效率。 对于机器算法中,“时间”和“空间”的矛盾总是存在的:存储多一点,运行就快些;存储少了,运行就慢些。在这里就体现了,这样处理是用空间换时间。虽然在内存空间上是“浪费”了部分的空间,但是在很长一段时间里,只要空间没有发生变化,运行的时间复杂度就恒定的。只有当现有的空间不够用时,才发生内存的重新申请和释放操作。最简单的增长方法就是增长一倍,即乘以2,这样内存分配的大小就是2的幂次方。 -When th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:286.14kb
    • 提供者:陈婉
  1. C

    0下载:
  2. 用C编写的有限元小程序 C Programs - 所有的C programs 都进行了编译,并在ANSI C 中进行了测试 - 在所申明的数组中,采用了动态内存分配 -FEM with C small program written in C Programs- All C programs have been compiled and tested in ANSI C- stated in the array, using dynamic memory allocat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:68.65kb
    • 提供者:huanghai
  1. OS-Practice

    0下载:
  2. 最佳适应算法 初始化,选择内存分配适应算法-Best fit algorithm initialization, select the memory allocation algorithm to adapt
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.67kb
    • 提供者:哈达
  1. 2010110

    1下载:
  2. 1. 用类编写并测试3×3矩阵转置函数,并且使用数组保存转置后的矩阵,要求使用动态内存分配方法。P206,例题6-5,6-17,6-26,27-1. Written and tested with a class of 3 × 3 matrix transpose function, and after using the array containing the transposed matrix, requires the use of dynamic memory allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:小蔡
  1. variable_distribution

    0下载:
  2. 采用最佳适配算法实验动态分区分配过程alloc()和回收过程recover()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间-Experimental best fit algorithm using the dynamic partition allocation process alloc () and the recovery process recover (). Among them, free partition management throu
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:496.59kb
    • 提供者:luguifang
« 12 3 4 »
搜珍网 www.dssz.com