搜索资源列表
二维数组,映射类.zip
- 二维数组,映射类
c++数组管理代码
- 这个头文件可以用在c++标准程序中,用于提供类似与VC的VString一样的字符串管理类,和任意变长的数组分配与管理,并支持数组在使用期的变长管理
js表格翻页_APOLLO改进_改进为类_eval最终版
- /*------------------------------------------------------------------| | AjaxTablePage 1.01 | AJAX数组表格分页类 | |-------------------------------------------------------------------| | Copyright (c) 2009 Apollo Updated: 2009年2
bubblesorttemp
- 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
YCArray
- /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test
sarray
- 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表,在1.0版本的基础上,启程花血本写下了这个强化了数据插入与删除的修正版,启程动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 大量数据的管理必然需要占用大量的内存空间,如果这些数据占用的空间大小是随各种条件变化的,我们就不能使用数组来管理这些数据了(
SimpalArray
- 这是一个简单的C++数组类程序,因为我学习过程中经常用到数组类,所以感到一定有很多人需要,特上传.-This is a simple array of categories C procedures, the learning process because I often use the array type, so I feel a lot of people will need special upload.
dzqArray
- 一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.-a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural func
SafeArrClass
- 这是一个自己设计的安全数组类 小弟是刚刚入门的 只能做小的,多多指教 -This is a design of its own array of security is just like the younger the portal can only do small, the exhibitions Thank you
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 realiz
c++primeranswer
- C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟
shzz
- 建立二维数组类,重载输入/输出运算符 重载+、-、*、/运算符-build two-dimensional array type, heavy input/output Operator Overloading ,-,*,/ Operators
array2005
- 把数据结构里面的数组类实现,可以方便大家用来学习。-The data structure inside the array type to achieve, it will be convenient for everyone to learn.
2
- 该程序设计了一个double类形的数组类,同时将赋值运算符和数组界标运算符[]进行了重载-The program designed a double type of array class, at the same time, assignment operator and an array of landmark operator [] a heavy-duty
ZArray
- 通用指针数组类,自动容量扩展,支持前插、后插,查找,前移,后移。-Generic pointer array type, automatic capacity expansion to support the Insert, after the interpolation, search, forward, backward.
CArray
- 支持动态增长的数组类,源码包提供了完整的实现源码。对于模板类数组容器感兴趣的朋友是个不错的参考。-Support the dynamic growth of an array type, source packages to provide a complete source realize. Array container for template class a friend is interested in a good refe
array
- C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。-A c++ array management type definition series. They work like CArray class in VC++.
Array
- 数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
1.3-Assignment
- 基本完成了动态数组类的抽象和封装,并实现了相关算法(Abstract and encapsulation of dynamic array classes are basically completed and related algorithms are implemented)