搜索资源列表
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.
aarray
- 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
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
Array
- 数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
blitz-0.9.tar
- blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
DynamicArray
- 完成满足上述接口的动态数组(Dynamic array)的程序; 需要遵循基本的编程规范和风格; 动态分配内存用C++的函数new/delete,不用malloc/free; 处理好动态分配的运用,不要出现内存泄漏; 了解C++类的构造函数和析构函数的作用; 熟悉C++类的写法(*.h, *.cpp); 各种情况考虑周到,不要出现程序崩溃; -
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
array
- 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
dynamic-array-distribution
- 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
One-dimensional-dynamic-array-class
- 一维动态数组类:定义和一维动态数组,包括重载数组运算符-One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator
Dynamic-array-class
- 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
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........