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

搜索资源列表

  1. 111

    0下载:
  2. C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:711
    • 提供者:张泽坤
  1. 1.2

    0下载:
  2. 动态数组的改进版本,改进了数组存取的效率,非常有教学价值。-An improved version of dynamic arrays, improving the efficiency of the array access, very educational value.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:3277
    • 提供者:pengchangzhe
  1. 2010011219

    0下载:
  2. 将文件中的多项式写入链表,并通过链表保存,通过动态数组实现简单的运算。-Write a polynomial in the file list, and saved through the list, dynamic arrays through simple arithmetic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:783360
    • 提供者:flylucas
  1. sourse

    0下载:
  2. 用类实现“动态数组”的功能,要求能预存空间,不必总是对内存进行释放与申请-With the class to achieve " dynamic array" function, space requirements can be stored, do not always have the memory is released with the application
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3721
    • 提供者:
  1. Dynamic--array1

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

    • 发布日期:2017-04-02
    • 文件大小:3897
    • 提供者:xiaoqiang
  1. Dynamic-array-2-LQXQ

    0下载:
  2. 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:4517
    • 提供者:xiaoqiang
  1. construct_array

    0下载:
  2. 为节省内存空间,动态的构造数组,进行数据的存取,为建立动态数组的范例!-construct array example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:660
    • 提供者:郭凯
  1. Matri_Mul_

    0下载:
  2. 矩阵求逆的 初学者 可以看 还有动态数组的分配问题-Matrix inversion beginners can see
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:897
    • 提供者:ouy
  1. STL-set-container

    0下载:
  2. 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:9909
    • 提供者:诚溜
  1. infile

    0下载:
  2. 创建动态数组,读入列表数据,并在屏幕上显示出来,比较基础-Create a dynamic array, list data is read and displayed
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:420861
    • 提供者:徐可
  1. sy8

    1下载:
  2. 动态数组的实现 设矩阵A,B,C都是3*3矩阵,矩阵元素为整数类型,要求: 1.3个矩阵都采用动态数组进行存储; 2.编写实现C=A+B的函数; 3.编写实现C=A*B的函数。-Set up to implement dynamic arrays matrices A, B, C are 3* 3 matrix, the matrix elements of type integer requirements: 1.3 matrices are used to store dyn
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:权东
  1. testGetArraySize

    0下载:
  2. 获取一个动态数组大小,注意运行环境必须是VC6.0条件下,在linux上经测试这种方法是行不通的,通常我们认为动态数组是无法获取的,但是了解过编译原理的人还是找出了获取的方法,本文给出具体代码-Gets a dynamic array size, pay attention to the environment must be running VC6.0 conditions, this method has been tested on linux does not work, we usua
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:zhangjian
  1. rank

    0下载:
  2. C语言实现插入排序算法。 动态数组,长度任意输入-C language insertion sort algorithm. Dynamic array, the length of any input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:701
    • 提供者:nicole
  1. CPPexam6

    2下载:
  2. 1. 编写并测试 3×3 矩阵转置函数,使用数组保存 3×3 矩阵。 2. 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3. 编程实现两字符串的连接。要求使用字符数组保存字符串,不要使用系统函数。 4. 使用 string 类声明字符串对象,重新实现上一小题。 5. 声明一个Employee 类,其中包括姓名、街道地址、城市和邮编等属性,以及change_name()和 display()等函数。display()显示姓名、街道地址、城市和邮编等属
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-12
    • 文件大小:1053696
    • 提供者:wolf
  1. CPP-array

    0下载:
  2. 动态数组,通过开辟定常数组,指针数组实现动态数组-Dynamic arrays, by opening up a steady array, an array of pointers to implement dynamic arrays
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4349
    • 提供者:赵乾坤
  1. three-dimensional-dynamic-array

    2下载:
  2. 三维动态数组的建立,使用malloc,free,指针,并点明建立要点-Build three-dimensional dynamic array using malloc, free, hands, and pointing to the establishment of points
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-14
    • 文件大小:14336
    • 提供者:chenshuoli
  1. array

    0下载:
  2. c语言实现动态数组 提供几种方法---增插查-c language to achieve a dynamic array provides several ways to insert additional investigation---
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1169
    • 提供者:akira
  1. DelphiARRAY

    0下载:
  2. 利用动态数组作为参考使用及源码.Delphi-Dynamic arrays and use as a reference source. Delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:334555
    • 提供者:ki
  1. dir-biao

    0下载:
  2. 这是一个C++设计的动态数组顺序表类,帮助别人学习C-This is a dynamic array class C++ order table designed to help others learn C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:姜雪峰
  1. CDArray

    0下载:
  2. 用C++实现一个动态数组类接口的程序代码-With C++ implement a dynamic array class interface program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3710
    • 提供者:shalou
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »
搜珍网 www.dssz.com