搜索资源列表
P_system
- 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板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.
ADMixer_Meter
- 显示wave文件播放时声音的序列-Displaying the array of play of wave file
array
- 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
employee
- 雇员管理 掌握类的构造函数和析构函数的概念和使用方法 掌握对对象数组、对象的指针及其使用方法 进一步加深对类和对象的理解-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
arrayclass
- C++算法中关于array类的定义,值得学习-C++ algorithm on the array class definition, it is worth learning
lab_10
- 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
polynomial
- 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
Using_MFC_VC_array_class_classical_development_cod
- 用MFC的VC++数组类经典开发代码Using MFC in VC + + array class classical development code-Using MFC in VC++ array class classical development code
VC_quickly_generate_random_array_source_code_class
- 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
class-string
- 建立一个对象数组,内放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
class
- 面向对象的C#编程 设计一个图书卡类Card,用来保存图书馆卡片分类记录。这个类的成员包括书名、作者、馆藏数量。至少提供两个方法。Store书的入库处理,show显示图书信息。运行程序时,可以从控制台上输入需要入库的图书总数,根据这个总数创建Card对象数组,然后输入数据,最后可以选择按书名、作者、入库量排序。-Object-oriented programming to design a C# class library card Card, to save the library card
mars_rover_arrays.tar
- 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
CArrayDemo
- 数组模板的使用实例,通过本例可以体会数组类成员函数的使用及数组类使用的便利与高校-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
jishimoni1
- 定义了一个整型数组类Array,数组长度为30个元素。数组的初始化数据来源以及程序结束后数组的数据保存都指向工程文件夹下的文本文件 "vdata.txt"。即,创建数组对象时,在构造函数中读该取文件获得数据(首次创建对象时文件是打不开的,数组就没有初始化值),当程序结束时, 析构函数将数据写入上述文件。-Defines an integer array class Array, the array length of 30 elements. Initialization of the
array
- 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
MFC_class
- 文档中主要是一些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
fast-array
- 小马作品,利用快速数组类对文本数组进行快速的赋值.. -by Mister Ma, using fast array class for fast text array assignment ..
fast-array
- 小马作品,利用快速数组类对文本数组进行快速的赋值-by Mister Ma, using fast array class for fast text array assignment ..
Array
- C++数组类的定义。构造函数。析构函数。成员函数,-C++ The definition of an array class. Constructor. Destructor. Member functions, and so on........
