搜索资源列表
Dynamic_Array
- 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* arr
DArray
- 建立一个c++类的动态数组,实现插入删除等功能。-C++ classes to build a dynamic array, insert and delete functions to achieve.
cnewarr
- 动态数组,数组类型可以是整形,字符型,浮点型,字符串等,能够动态增加、复制数组元素。-Dynamic arrays, array types can be plastic, character, floating-point type, string, etc., can be dynamically increased, copy the array elements.
BitArrayApp
- The class CBitArray behaves like a specialization of the MFC template class CArray. A real specialization is not possible because of a missing simple data type for a bit. For maximum efficiency the bits are packed into a dynamic array of unsign
varArr
- 自己写的例程,模拟USB初始化时枚举设备时动态数组的使用过程。只实现了其中的APPEND部分。其中SIZE为零的数组是其特点。-Write my own routine, simulation enumerate USB device initialization process of using the dynamic arrays. only part of APPEND. which is characterized by an array of zero size.
mcm-5.3.3-4646.linux.tar
- Maui是一个开放源码的集群和超级计算机的工作调度。-supporting an array of scheduling policies, dynamic priorities, extensive reservations, and fairshare capabilities.
TXTfile_OPER
- 1. 删除TXT文件中的空行; 2. 删除TXT文件中的空格; 3. 删除TXT文件中的TAB键; 扩展功能,下个版本实现: a. 统计txt文件的总行数,每行对应的字符数 b.使用动态二维数组存放以上信息 c.使用回调函数维护数组信息; d.删除特定字符串的行-1. Delete TXT files in the blank lines 2. Delete TXT files in the space 3. Delete TXT files i
dyn
- 动态数组学习例子,是一个测试动态数组的样例-study dynamic array
DArry
- 一个通用的动态数组,使用了面向对象的C语言实现。-A generic dynamic array, using object-oriented C language.
three-dimensional-Array
- 一维、二维、三维数组动态申请内存的方法 一维、二维、三维数组动态申请内存的方法-One-dimensional, two-dimensional, three-dimensional array of dynamic memory approach to apply a one-dimensional, two-dimensional, three-dimensional array of dynamic memory approach to apply a one-dimensional
abstract-data-types
- In this homework, we are going to implement various ADTs including “doubly linked list”, “dynamic array” and “binary search tree”. Based on the parameter to the “make” command, we will generate 3 different executables: “adtTest.dlist”, “adtTest
YuArray
- 自己随手编写的纯C++开发的动态数组模板类,希望对大家有用-Readily prepared pure C++ developed dynamic array template class, we want to
STL-set-container
- 关于C++的容器,vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组-About C++ containers, vector reason is considered to be a container, the container is the same because it can be stored as objects of various types, simply put, vector is cap
21
- 顺序表34-类、结构体指针(动态数组,表长)当前对象-Order Table 34- class, struct pointer (dynamic array, table length) of the current object
simple_bitmap_glyph
- dynamic stubs will run out before this array.
arrays
- 一个使用向量和矩阵运算的历程。介绍了使用方法。-An example of how to set up arrays in C++. In particular, we note that vectors are easy to declare with fixed or dynamic dimensions, but that arrays of dimension 2 or greater aren t easy to declare dynamically. The example sho
bolod_small
- 动态数组实现, 包括了一个小例子,关键结构如下 typedef struct-Dynamic array implementation, including a small example, key structure below typedef struct