CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - array class

搜索资源列表

  1. P_system

    0下载:
  2. 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.56kb
    • 提供者:zhangk
  1. ADMixer_Meter

    0下载:
  2. 显示wave文件播放时声音的序列-Displaying the array of play of wave file
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-15
    • 文件大小:82.54kb
    • 提供者:站长
  1. 二维数组,映射类

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:10.32kb
    • 提供者:none
  1. array

    0下载:
  2. C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。-A c++ array management type definition series. They work like CArray class in VC++.But they work more efficient a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.74kb
    • 提供者:zeng rongjia
  1. employee

    0下载:
  2. 雇员管理 掌握类的构造函数和析构函数的概念和使用方法 掌握对对象数组、对象的指针及其使用方法 进一步加深对类和对象的理解-Employees to manage a class constructor and destructor of the concepts and master the use of an array of objects, object and its use to further deepen the understanding of classes and objec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:612byte
    • 提供者:阿忆
  1. arrayclass

    0下载:
  2. C++算法中关于array类的定义,值得学习-C++ algorithm on the array class definition, it is worth learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8.49kb
    • 提供者:Kid
  1. lab_10

    0下载:
  2. 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7.51kb
    • 提供者:YIDIANER
  1. polynomial

    1下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2.21kb
    • 提供者:wang
  1. Using_MFC_VC_array_class_classical_development_cod

    0下载:
  2. 用MFC的VC++数组类经典开发代码Using MFC in VC + + array class classical development code-Using MFC in VC++ array class classical development code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12.55kb
    • 提供者:cent
  1. VC_quickly_generate_random_array_source_code_class

    0下载:
  2. VC++快捷的随机数组生成类的源代码VC + + quickly generate a random array of the source code of cla-VC++ quickly generate a random array of the source code of class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7.1kb
    • 提供者:wangweibin
  1. class-string

    0下载:
  2. 建立一个对象数组,内放5个学生的数据,设立一个函数max,用指向对象的指针做函数参数,在max函数中找出5个学生中成绩最高者,并输出其学号。-Create an array of objects, by putting five student data, set up a function max, with a pointer to an object to do the function parameters, the max function to find the five stude
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:599.63kb
    • 提供者:menghang
  1. class

    0下载:
  2. 面向对象的C#编程 设计一个图书卡类Card,用来保存图书馆卡片分类记录。这个类的成员包括书名、作者、馆藏数量。至少提供两个方法。Store书的入库处理,show显示图书信息。运行程序时,可以从控制台上输入需要入库的图书总数,根据这个总数创建Card对象数组,然后输入数据,最后可以选择按书名、作者、入库量排序。-Object-oriented programming to design a C# class library card Card, to save the library card
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:1.04kb
    • 提供者:chuwei
  1. mars_rover_arrays.tar

    0下载:
  2. Defines a two dimensional array class and its functionality. Also derives a one dimensional array class from a 2-D array. Array_2D class is the base class for other derived classes such as Matrix, Vector, and Image classes. Array_2D class allocates c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:527.27kb
    • 提供者:Kermit
  1. CArrayDemo

    0下载:
  2. 数组模板的使用实例,通过本例可以体会数组类成员函数的使用及数组类使用的便利与高校-The use of an array of template instances, patients can experience through the array class member function and ease of use an array of class and University
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.87mb
    • 提供者:wuyunlong
  1. jishimoni1

    0下载:
  2. 定义了一个整型数组类Array,数组长度为30个元素。数组的初始化数据来源以及程序结束后数组的数据保存都指向工程文件夹下的文本文件 "vdata.txt"。即,创建数组对象时,在构造函数中读该取文件获得数据(首次创建对象时文件是打不开的,数组就没有初始化值),当程序结束时, 析构函数将数据写入上述文件。-Defines an integer array class Array, the array length of 30 elements. Initialization of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:934.41kb
    • 提供者:陈思
  1. array

    0下载:
  2. 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:jack
  1. MFC_class

    0下载:
  2. 文档中主要是一些MFC常用类、成员函数、数组类、Cstring类、CTime类、CPoint类,可以方便平时的使用-The main document used in some MFC classes, member functions, an array class, Cstring class, CTime class, CPoint class, you can easily make the usual Use
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:26.19kb
    • 提供者:dangdang
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值.. -by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.87kb
    • 提供者:宋玉
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值-by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3.91kb
    • 提供者:pai951739
  1. Array

    1下载:
  2. C++数组类的定义。构造函数。析构函数。成员函数,-C++ The definition of an array class. Constructor. Destructor. Member functions, and so on........
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:722byte
    • 提供者:爱笑的孩子
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com