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

搜索资源列表

  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
    • 文件大小:3259
    • 提供者:yilijuan
  1. Memory

    1下载:
  2. 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1721
    • 提供者:
  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
    • 文件大小:21544
    • 提供者:hopkins
  1. memory

    0下载:
  2. 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2160
    • 提供者:林毅
  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
    • 文件大小:2116
    • 提供者:李运
  1. tang

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区-To achieve a rational allocation of memory, using the first-fit algorithm and the best-fit algorithm to achieve dynamic partitioning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7129
    • 提供者:tangx
  1. cunhuguanli

    0下载:
  2. 动态分区分配方式的模拟 在每次分配和回收后显示空闲内存分区链的情况-Simulation of dynamic partitioning distribution and recovery of each displayed after the allocation of free memory partition chain of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1304
    • 提供者:gyujg
  1. p03

    0下载:
  2. 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1320
    • 提供者:月月
  1. stack_c

    0下载:
  2. 动态内存分配stack源代码。 供新手学习使用。 可以用来熟悉c语言-Dynamic memory allocation stack source code. For the novice learning to use. Can be used to familiar with c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:8785
    • 提供者:陈 jiecao
  1. Memory

    0下载:
  2. 计算机操作系统原理 内存分配与回收,动态分区分配,首次适应算法-Principles of computer operating system memory allocation and recovery, dynamic partition allocation, first-fit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1729
    • 提供者:w
  1. feipeihuishouneicun

    0下载:
  2. 自己写的操作系统中模拟首次适应动态分区存储管理方案中的内存分配与回收的程序-Write your own operating system, to simulate first-fit storage management program in the dynamic partitioning of memory allocation and collection procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:97688
    • 提供者:huhu
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1419
    • 提供者:YIDIANER
  1. memory_manager

    0下载:
  2. 基于ACE,在多线程方式实现的动态的内存分配示例-memory_manager
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:3890
    • 提供者:mcz
  1. LinkList

    0下载:
  2. 以动态内存配置的链表,(通常指的链表是一动态内存分配的链表)动态内存配置的链表, 是由许许多多的(node)所链接而成的,每一个结点,包含了数据部分和指向下一个结点的指针(Pointer)。 以动态内存配置的链表,在插入和删除元素的时候,只需要将指针改变指向就可以。 链表和数组一样是一种数据结构,如何使用完全基于你的应用需求。 -linklist
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:127293
    • 提供者:魏星
  1. vcTrapCAD

    0下载:
  2. VC++屏蔽Windows热启键(Ctrl+Alt+Del)程序,实现动态禁用/启用Window NT/2000/XP的Ctr+Alt+Del组合键,在远程线程分配内存来存放参数。测试发现,本程序在XP下运行好像有点问题,容易导致电脑重启,特别是在勾选选框的时候,大家请注意-VC++ Shield Windows Thermal Kai key (Ctrl+ Alt+ Del) program, dynamic disable/enable Window NT/2000/XP the Ctr+
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:25256
    • 提供者:zs21
  1. vcTrapCAD

    0下载:
  2. VC++屏蔽Windows热启键(Ctrl+Alt+Del)程序,实现动态禁用/启用Window NT/2000/XP的Ctr+Alt+Del组合键,在远程线程分配内存来存放参数。测试发现,本程序在XP下运行好像有点问题,容易导致电脑重启,特别是在勾选选框的时候,大家请注意。-VC++ Shield Windows Thermal Kai key (Ctrl+ Alt+ Del) program, dynamic disable/enable Window NT/2000/XP the Ctr+
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-06
    • 文件大小:24009
    • 提供者:qyp
  1. fenqu

    0下载:
  2. (1)用C语言来实现对动态分区分配及回收算法的进程调度。 (2)初始化功能:内存状态设置为初始状态。 (3)分配功能:要求使用两种算法,用户可以选择使用。 (4)回收功能:需要跟踪分配的空间,修改其引用以保证引用的正确性。 -(1) using C language to implement the dynamic partition and recovery process scheduling algorithm. (2) initialization functions:
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:2439
    • 提供者:pan
  1. qw123

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

    • 发布日期:2017-04-05
    • 文件大小:949821
    • 提供者:钱薇
  1. 2

    0下载:
  2. malloc项目第二阶段:动态内存分配,同时加深对数据结=结构的理解-malloc second phase of project: Dynamic memory allocation, while deepening understanding of the structure of the data node =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8355
    • 提供者:rufang
  1. timeout-list-malloc

    0下载:
  2. 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:29011
    • 提供者:tangjian
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com