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

搜索资源列表

  1. DTKJFP

    0下载:
  2. VC++实现的动态空间分配 用的是两种算法实现-VC++ to achieve the dynamic space allocation are two algorithms used to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:403922
    • 提供者:hghh
  1. CPPgc

    0下载:
  2. 内存的分配与管理。模拟操作系统的功能,采用动态链表的方式-Memory allocation and management. Simulation of the operating system functions, the way dynamic list. . . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:11369
    • 提供者:wangaiguo
  1. DynamicBlockManagement11

    0下载:
  2. 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:56285
    • 提供者:慕林通
  1. OS

    0下载:
  2. 动态分区管理的主存分配模拟设计--最先适应法、最差适应法-Dynamic partitioning of main memory allocation management analog design- the first to meet the law, the worst adaptation law
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:356994
    • 提供者:黄斌
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1106917
    • 提供者:小衍
  1. 1

    0下载:
  2. 实现了动态存储器的分配和管理功能 实现了动态存储器的分配和管理功能-Achieve dynamic memory allocation and management functions to achieve dynamic memory allocation and management functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2966
    • 提供者:hou
  1. 050601236

    0下载:
  2. c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:12089
    • 提供者:peng.xu
  1. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13353
    • 提供者:李方
  1. DynamicMemoryAllocation

    0下载:
  2. 在VC++中简化基于heap的动态内存的分配和释放!-In VC++ in the simplification of the heap-based dynamic memory allocation and release!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:56509
    • 提供者:tangqing
  1. Storage_management_partition_algorithm

    0下载:
  2. 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器, 编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点-Partition Manager is the application of a broader storage management techniques. In this study, requested in a structured high-level language construct partition descr ipt
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:2259
    • 提供者:王洪礼
  1. Untitled1

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收 (1)确定主存空间分配表(空闲分区,已分配分区); (2)采用一种分配方法(BF,WF或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。-Simulate dynamic partition management for main memory storage allocation and recovery (1) determine the main memory space allocatio
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2638
    • 提供者:gaojin
  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. 2

    0下载:
  2. 操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3689
    • 提供者:罗波
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:117792
    • 提供者:flexible
  1. collect

    0下载:
  2. A code snippet which allows to track the dynamic memory allocation.useful for runtime debugging and memory profiling
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:Sandeep
  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. YINHANGJIA

    0下载:
  2. 用C语言写的一个关于银行家算法调度的程序,实现对资源的动态申请和分配。-Written in C language using a scheduling program on the banker' s algorithm to realize the dynamic application and resource allocation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:202842
    • 提供者:潇潇
  1. kolibri_src

    0下载:
  2. New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4470259
    • 提供者:Cao
  1. 1

    1下载:
  2. 操作系统中利用最佳适应算法 最坏适应算法 循环首次适应算法 首次适应算法实现动态内存的分配和回收内存-The operating system using the best-fit algorithm worst-fit algorithm loop first-fit algorithm first-fit algorithm to achieve dynamic memory allocation and recovery of memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9632
    • 提供者:雷哲文
  1. firstFit

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:177011
    • 提供者:qxianbo
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com