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

搜索资源列表

  1. Dynamic_Malloc_Memory(MultiDim)

    0下载:
  2. 动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:978byte
    • 提供者:gjj
  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
    • 文件大小:55.18kb
    • 提供者:tangqing
  1. VC

    0下载:
  2. VC语言编写的动态内存,有所不足请P我-VC language of dynamic memory, has been less than requested P I ..............
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4.19kb
    • 提供者:倪纯伟
  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
    • 文件大小:9.41kb
    • 提供者:雷哲文
  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
    • 文件大小:1.29kb
    • 提供者:月月
  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
    • 文件大小:8.58kb
    • 提供者:陈 jiecao
  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
    • 文件大小:1.39kb
    • 提供者:YIDIANER
  1. DarkVoidTrainer

    1下载:
  2. 是一个动态内存修改器,利用了所谓的“内存补丁技术”。-Modification is a dynamic memory device, using the so-called " memory patch technology."
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:662.12kb
    • 提供者:fsfjsl
  1. LinkList

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

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

    0下载:
  2. 易语言源码分享。希望更多的朋友了解易语言。源码名称:一个修改动态内存不会出错的源码(修改一个*的验证IP为本地IP)-Easy language source code sharing.Hope more friends to understand easy language.Source Name: a modified dynamic memory infallible source (modified a plug-in IP verification for the local IP)
  3. 所属分类:其他小程序

    • 发布日期:2017-04-14
    • 文件大小:2.93kb
    • 提供者:xiaomingw
  1. dynamic-access-memory

    0下载:
  2. C++下的动态内存申请,软件开发的入门级别例程,有利于初学者的理解。-Dynamic access memory in cpp environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:128.51kb
    • 提供者:冯建设
  1. code

    0下载:
  2. 用C++类的概念用指针模拟高维数组 主要练习操作符的重载操作以及类的动态内存分配-The concept of C++ class pointer to simulate the dynamic memory allocation for the main practice of high-dimensional array operator overloaded operators as well as class
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.18kb
    • 提供者:yl
  1. MATRIX

    0下载:
  2. 矩阵相乘。。。利用动态内存申请释放实现了维数可调-Matrix multiplication. . . Dynamic memory application release dimension adjustable
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:2.46kb
    • 提供者:刘飞
  1. shili

    0下载:
  2. 动态内存分配和析构函数实例以及类的指针成员的的处理方法-Dynamic memory allocation and destructor instance and class pointer member handling methods.Dynamic memory allocation and destructor instance and class pointer member handling methods
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:728byte
    • 提供者:杨静洁
  1. dongtaineicun

    0下载:
  2. 在内存中开辟空间 进行动态内存分配。显示内存大小-Open space in memory for dynamic memory allocation. Display memory size
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1.16kb
    • 提供者:潘凯波
  1. calulator

    0下载:
  2. 计算器,实现运算只含加减乘除的等式。利用动态内存。-Calculator, computing equation containing only addition, subtraction, multiplication, and division. The use of dynamic memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:1.26kb
    • 提供者:li
  1. main

    0下载:
  2. 停车场仿真 结果:学生成功完成这个作业将掌握下列结果 1,理解使用STL堆栈适配器    2,创建一个完整c++程序    3,用文件I / O    4,使用动态内存管理    5,使用指针 -Parking Lot Simulation Goals: This assignment is designed to improve the student s knowledge of stacks and their use of the STL stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1.26kb
    • 提供者:xiaoxiaoyinzi
  1. joseph

    0下载:
  2. 约瑟夫环:由约瑟夫环的游戏规则可知,在游戏中,我们需要输入的是总人数n值、一开始选的上限值m和每个人手中所持的密码值cipher。这些数都应该是正整数,且n小于等于30,若输入的是小于等于0的数,应该提醒输入有误。用scanf()函数实现输入操作,空格、回车或者Tab键位输入结束标志。 在程序根据输入的数据运行之后,按顺序输出出列人的编号num,用printf()函数实现。 程序执行的命令包括:①构造结构体;②链表动态内存申请;③逐个插入链表结点并储存结点内容;④形成循环链表;⑤删除结点
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:41.72kb
    • 提供者:蚊子冲冲冲
  1. fre

    0下载:
  2. ree(void *p)函数是用来释放程序动态申请的内存。其参数是个指针类型。 在C当中,只有当使用了动态内存申请函数malloc calloc realloc申请内存之后,才可以使用free来释放之。释放之后就不能再使用了。-ree (void* p) function is used to release the program dynamically allocated memory. Its argument is a pointer type. In C, only appl
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:5.9kb
    • 提供者:
  1. Dynamic--array1

    0下载:
  2. 动态数组接口 熟悉动态内存的操作原理及其分配和释放,学会使用new/delete; 赋值操作符号"="的重载,操作符(如”[]”)的重载;-Dynamic array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3.81kb
    • 提供者:xiaoqiang
« 12 3 4 »
搜珍网 www.dssz.com