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

搜索资源列表

  1. OSexperiment

    1下载:
  2. 内存分配的GUI显示算法 分配的方式就是常见的三种 首次适配 最佳适配和邻近适配 还包括一个实验报告 适合做课程设计用-Memory allocation algorithm of the GUI shows the distribution of three common way to best fit the first time, and adjacent Adapter Adapter report also includes an experimental design suitabl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:192570
    • 提供者:姚云翔
  1. memory_allocate

    0下载:
  2. 此程序给出3个实用和高速的内存分配函数。这3个函数组成的内存分配体系在以下两种情况下使用可以获得较高的性能和速度:(1)要分配的内存块是同样大小;(2)要分配的内存都小于某个数量。-This procedure gives three practical and high-speed memory allocation function. This is composed of three function memory allocation system in the following t
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1645
    • 提供者:ke qing
  1. vbsoftcode

    0下载:
  2. VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有:   EnumChildWindows 枚举反调试;   FINDWINDOW检测窗体反调试;   VB 检测按键;   VB-CRC32自校验设计;   VB-检测父进程;   借鸡生蛋;   金蝉脱壳防LOADER;   注册码陷阱圈套;   锁定鼠标范围反调试;   内存分配检测; -Shareware VB S
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4134172
    • 提供者:zhongxiaosheng
  1. mem_malloc

    0下载:
  2. 内存分配算法,VC写的,可以方便的移植到嵌入式系统中,效率较高,已经测试。-mem alloc algorithm.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:204664
    • 提供者:李伟
  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
    • 文件大小:461135
    • 提供者:尤里
  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. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. neicunfenpei

    0下载:
  2. 动态内存分配算法,用c++实现。模拟内存分配回收,可随时查看内存分配情况-Dynamic memory allocation algorithm, using c++ implementation. Analog memory allocation recovery, they can always see the memory allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:240355
    • 提供者:kun
  1. cppcheck-1.40

    1下载:
  2. cppcheck是静态的C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0 false positives.
  3. 所属分类:.net

    • 发布日期:2014-04-06
    • 文件大小:635238
    • 提供者:geddy
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1691
    • 提供者:weiwei
  1. MemoryPool_src

    0下载:
  2. 内存池的使用,里面很详细的介绍了在软件开发过程中关于内存分配,new/del的情况。-The use of the memory pool, which is described in detail in the software development process on the memory allocation, new/del case.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:3514
    • 提供者:想大李
  1. MemoryPoolSourceCode

    0下载:
  2. 同样是解说内存分配的,里面附带有详细的注视。-Also explain the memory allocation, which comes with detailed attention.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:119423
    • 提供者:想大李
  1. 9_08117028

    0下载:
  2. 设计一个实现添加与删除的通讯录,要实现记录的动态添加与删除,记录可以不连续存放,方便查询、插入、删除、打印记录。 2. 设计方案论证 链表可以动态分配内存空间,可以不连续存放数据而能实现数据的有效连接操作主要有查询、插入、删除、打印,对数据的操作方便。 3. 详细设计 首先设计一个创建链表的代码,创建一个链表,设计好表头,利用指针使表头指向下一个接点,利用动态内存分配,来为新加入的记录分配内存 -Design an implementation of add and dele
  3. 所属分类:Document

    • 发布日期:2017-05-08
    • 文件大小:1954641
    • 提供者:杨少华
  1. Windows_Memory_Management_MemoryMap

    0下载:
  2. 全面介绍Windows内存管理机制及C++内存分配实例(四):内存映射文件-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (4): memory mapped file
  3. 所属分类:Windows Develop

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

    0下载:
  2. 实现嵌入式实时操作系统µ C/OS-II内存管理中内存分配和回收的功能-Implementation of embedded real-time operating system μC/OS-II memory management functions of memory allocation and recovery
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:48546
    • 提供者:袁丹凤
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. WINCE_study

    0下载:
  2. WINCE训练 WINCE 系统习题集 1 第一部分:理论题集 2 第二部分:实践题集 7 1. 进程间通信 7 2. 加密程序 13 3. 多线程程序 23 4. 内存分配 26 5. 数据库操作 29 6. 注册表操作 36 7. 扫雷游戏 71 -WINCE 系统习题集 1 第一部分:理论题集 2 第二部分:实践题集 7 1. 进程间通信 7 2. 加密程序 13 3. 多线程程序 23 4. 内存分配 26 5
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1675335
    • 提供者:郑梅
  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
    • 文件大小:508510
    • 提供者:luguifang
  1. Code Example

    0下载:
  2. 分区式存储管理程序编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。(Partitioned storage manager)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:liukangkang
  1. 05 内存的动态分配与释放

    0下载:
  2. C++程序,内存的动态分配与释放。。。。。。。(C++ program, dynamic allocation and release of memory)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:曹正纲
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com