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

搜索资源列表

  1. MemoryAllocation

    0下载:
  2. 检验标识符是否合法(动态数组) 根据C语言标识符是否合法的程序 主要联系动态分配内存的使用-Memory Allocation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:176987
    • 提供者:Bill
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. DArray-Template-better

    1下载:
  2. 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:278129
    • 提供者:陈婉
  1. new-arrey

    0下载:
  2. 应用Visual c++ 生成的动态数组,包括整型,浮点型等数组类型-Application of Visual c++ dynamic array generated, including integer, floating-point array type, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:921
    • 提供者:lilimin
  1. sos

    0下载:
  2. 基于apache mina 的server实现 内存自实现动态数组 基本类型与字节数组转化 基本数据库连接池实现-dynamic bytes Arrays BasicTypeChange SQLConnectionPool
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:53886
    • 提供者:宋宋
  1. VC_based_high_speed_dynamic_array_source_code

    0下载:
  2. 基于VC的高速动态数组源程序代码VC-based high-speed dynamic array of source code-VC-based high-speed dynamic array of source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:17876
    • 提供者:oao
  1. SysArray

    0下载:
  2. 自己封装一个相对stl和vector数组模板类,名字叫做动态数组,希望给初学者有些启示-Their packaging and a relatively stl vector array template class, named the dynamic array, hopes for some inspiration for beginners
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:1353
    • 提供者:a
  1. GIS1

    0下载:
  2. 利用VB读取给定格式的数据文件的方法以及利用动态数组方法对读入的数据进行存储和编辑-Of vb read given the format of the data file and an array of dynamic approach to read and edit data storage
  3. 所属分类:Other Databases

    • 发布日期:2017-04-16
    • 文件大小:12556
    • 提供者:wwwzhangwenfeng
  1. array-new

    0下载:
  2. 一个类似于VC++ 中的CString的动态数组类集合,可以方便构造对象,对象长度可在访问时自动增加数组长度,且可实现数组的整体赋值。-A class that works like "CString" in VC++. It can be used to make a array anytime anywhere. And the array newed by the class can be 0 length and can grow automatically when program i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:8876
    • 提供者:zeng rongjia
  1. 1111

    0下载:
  2. 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:804
    • 提供者:王宏
  1. VBdynamicarray

    0下载:
  2. VB中一维动态数组的典型应用与实例,进行了源码的详细演示-VB one-dimensional dynamic arrays in typical applications and examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:917
    • 提供者:书紫
  1. Game21_1

    0下载:
  2. 本游戏程序使用了两个数组:静态数组和动态数组。 静态数组按顺序装上52张牌,并用于获取牌的点数。 动态数组用于生成一副新牌,并利用它发牌,每发出一张牌,就从数组中减去一张牌,以此来避免发出重复牌-This game uses two arrays: static arrays and dynamic arrays. Fitted with a static array of order 52 cards, and the number of points used to obtain
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3523
    • 提供者:张江华
  1. VB-animation-techniques

    0下载:
  2. 介绍Visual Basic动画程序设计技巧,控件及动态数组等-Programming Visual Basic animation techniques
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:121900
    • 提供者:赵训豪
  1. ds-2011-04-06

    0下载:
  2. 自己写的双向循环链表库,动态数组,红黑树,-Two-way circular linked list to write their own libraries, dynamic arrays, red-black tree, etc.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:6091
    • 提供者:haochao
  1. DArry

    0下载:
  2. 一个通用的动态数组,使用了面向对象的C语言实现。-A generic dynamic array, using object-oriented C language.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3040
    • 提供者:hzxie
  1. sarray20

    0下载:
  2. 一个基于VC的高速动态数组源程序,希望对大家有所帮助-A VC-based source of high-speed dynamic array, we hope to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:16279
    • 提供者:madud00111
  1. dongtai

    0下载:
  2. 动态数组用动态数组编写的程序,大家可以用动态数组编写程序-Dynamic array using a program written in a dynamic array, we can write programs using dynamic arrays
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3610
    • 提供者:于敏
  1. changearray

    0下载:
  2. 这是自己找得一些关于变长数组定义的资料,对于学习c++中动态数组有帮助-This is some of their own find a variable-length array on the definition of information for learning c++ dynamic array help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:73017
    • 提供者:feifei
  1. test

    0下载:
  2. 文件导入并算平均值,用到动态数组,结构体和链表结构-file import and caculate the average
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:190506
    • 提供者:chenliyuan
  1. sl

    0下载:
  2. c语言扫雷程序,在命令行界面下实现扫雷,对动态数组的应用-c language de-mining program, the command line interface to achieve mine clearance, the application of dynamic arrays
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:990
    • 提供者:程序员
« 1 2 3 4 5 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com