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

搜索资源列表

  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11601
    • 提供者:青衣
  1. tenor_cycle

    0下载:
  2. 用于存储器分配的最佳适应算法的模拟 要求:利用Windows API中内存分配和释放的函数调用模拟用于动态分区分配的最佳适应算法的实现过程。-memory allocation for the best adaptation algorithm simulation requirements : Using Windows API memory allocation and the release of the function call for dynamic simulation of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:42594
    • 提供者:刘星
  1. teamspeak

    0下载:
  2. 动态分区内存分配与回收算法,可利用C++实现可变分区内存分配与回收算法-dynamic memory allocation with the district recovery algorithm can be used to achieve Variable Area C memory allocation and recovery algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1275103
    • 提供者:李户
  1. 动态内存分配MemSrc

    0下载:
  2. 参考源码,学习例子-reference source, study examples
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2722
    • 提供者:Leox
  1. C_pointer

    0下载:
  2. 指针,引用与动态内存分配,介绍得比较清楚,对C编程有用。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:77867
    • 提供者:李谷
  1. memcached-1.2.5.tar

    0下载:
  2. Memcached是高性能的,分布式的内存对象缓存系统,用于在动态应用中减少数据库负载,提升访问速度。Memcached由Danga Interactive开发,用于提升LiveJournal.com访问速度的。LJ每秒动态页面访问量几千次,用户700万。Memcached将数据库负载大幅度降低,更好的分配资源,更快速访问。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:208801
    • 提供者:yongzi
  1. neicun

    0下载:
  2. 动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5563
    • 提供者:has
  1. 操作系统——PCB模拟

    0下载:
  2. 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6346
    • 提供者:范志鸿
  1. DataBase.rar

    0下载:
  2. 用VC++,实现一个基于命令行的简单数据库系统,并能够动态的申请和分配内存,Using VC++, the realization of a simple command-line based database system, and be able to apply for and allocation of dynamic memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:10276293
    • 提供者:fan
  1. DrawLine

    0下载:
  2. 用纯windows api编写的画线小程序,但是通过动态内存分配能保存所画的所有的线,同时通过图像双缓冲技术使得图像的显示非常流畅,另外运用了映射模式实现了就算是所画的线超出了窗口的范围,也能在窗口中显示出来的功能。-Written in pure windows api to draw a line applet, but dynamic memory allocation can save all the lines drawn, and through the double-bufferi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:518823
    • 提供者:
  1. Memory

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

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

    0下载:
  2. 曹组系统内存管理大作业,实现了动态分配内存等算法。-Cao large group of system memory management jobs, a dynamic memory allocation algorithms
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:朱哲伟
  1. MemoryAllocateTest

    0下载:
  2. VC6环境下动态内存分配测试小程序,可进行动态内存的分配与释放-C6 environment dynamic memory allocation test applet, dynamic memory allocation and release
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3545596
    • 提供者:思远
  1. 3-Dynamic-memory-allocation-new

    0下载:
  2. VS2008平台 内有文档 视频 动态内存分配new 为数组动态分配内存 为多维数组分配内存 释放内存delete-There is video document Dynamic memory allocation new For an array dynamically allocated memory Allocate memory for multidimensional arrays Release the delete memory
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3708044
    • 提供者:xw
  1. 实验四代码

    0下载:
  2. 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链(表)来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)给出初始状态、可用内存空间、请求序列,分别采用首次适应算法和最佳适应算法进行内存块的分配和回收,要求每次分配和回后显示出空闲内存分区链的情况(共有多个空闲分区,每个空闲分区的大小分别为多大)(Dynamic partition allocation process alloc ())
  3. 所属分类:Windows编程

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:问问1111
« 1 2 3 45 6 »
搜珍网 www.dssz.com