搜索资源列表
qarray_demo
- c++中自定义结构的动态数组源码,支持排序.给了动态数组模板类,以及排序的模板函数.-c++ customize dynamic array source to support the sort. to the dynamic array template class, as well as the sort of template function.
bank
- 二维动态数组的银行家算法 可以自己输入进程数和资源数-Two-dimensional dynamic array of the banker s algorithm can process the number of input and resources of several
Dynamic_Malloc_Memory(MultiDim)
- 动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.
loto
- Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbers. Simulation signed Lotto-Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbers.Simulation signed
2d_dynamic_array.cpp.RAR
- //*** *** *** *** *** *** *** *** *** *** *** *** **// // program name: 2D dynamic array // These program shows how to create and pass a 2D dynamic array to a function. // It can be very useful for applications that you might create. // -//
p03
- 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
array
- 动态申请/释放二维数组,所用语言有C和C-Dynamic applications for two-dimensional array
lab_6
- 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
arrary
- 字符串动态数组,C++编写-Dynamic array of strings, C++ written
DArray(Sample)
- 用c++类实现动态数组,体现类的封装。基本实现了vector的功能 -With c dynamic array, reflecting the class package
DArray_Max
- 用c++类实现动态数组的封装,用MAX变量来缩短运行时间-Dynamic array package using C++ classes to shorten the running time of MAX variable
Array
- 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new element
Dynamic--array1
- 动态数组接口 熟悉动态内存的操作原理及其分配和释放,学会使用new/delete; 赋值操作符号"="的重载,操作符(如”[]”)的重载;-Dynamic array
Dynamic-array-2-LQXQ
- 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
three-dimensional-dynamic-array
- 三维动态数组的建立,使用malloc,free,指针,并点明建立要点-Build three-dimensional dynamic array using malloc, free, hands, and pointing to the establishment of points
array
- c语言实现动态数组 提供几种方法---增插查-c language to achieve a dynamic array provides several ways to insert additional investigation---
Array
- 用C++模板实现动态数组Array。用于学习动态数组的数据结构和使用-Dynamic array Array in C++ template. For data structure and use of learning dynamic arrays
ARRAY
- dynamic array using class principle
Dynamic-array
- 动态数组、随机数、文件写入教学 学生考试出卷系统-Dynamic array, random number, document writing teaching Students test paper setting system
dymamicArray
- dynamic array in C language is a important data structure type