资源列表
acm(31-45)
- 一种排序,用stl实现的矩阵排序,以及多种acm算法-a kind of sort
GVector
- 利用标准库算法和Vector容器编写的数组和矩阵的加减乘除四则运算-The use of the library algorithms and Vector container prepared array and matrix add, subtract, multiply and divide the four operations
testForStl.cpp
- 本程序是基于stl写的,作用是寻找出无向图上某点到某点的所有的路径-This procedure is based stl write, the role is to find out all the way to a point not to a point on the map
GSing
- 某学校举行一场唱歌比赛,共有24个人参加,按参加顺序设置参赛号(参赛号为100至123)。每个选手唱完一首歌之后,由10个评委分别打分。该选手的最终得分是去掉一个最高分和一个最低分,求得剩下的8个评分的平均分。 比赛共三轮,前两轮为淘汰赛,第三轮为决赛。选手的名次按得分降序排列,若得分一样,按参赛号升序排名。 第一轮分为4个小组,根据参赛号顺序依次划分,比如100-105为一组,106-111为第二组,依次类推,每组6个人,每人分别按参赛号顺序演唱。当小组演唱完后,淘汰组内排名最后
Mid-point-counter
- 中点计数器,大规模数据的中元性分析提供很大帮助-Mid point counter
stl-homework
- stl的一些作业题,可以帮助初学者对stl有一定提高-stl homework
Templates
- ISAP代码,用于解决最大流问题,速度比EK算法快。-ISAP code for solving the maximum flow problem, faster than EK algorithms.
6
- 上传的压缩包是STL源码的部分具体实现。STL是一种标准模板库,源码比较有用。-Upload the compressed package is STL source implementation. STL is a standard template library, source code useful.
5
- 上传的压缩包是STL源码的具体实现。STL是一种标准模板库,源码比较有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is a concrete implementation STL source. STL is a standard template library, source code useful. STL can be divided into six parts containers, itera
4
- 上传的压缩包是STL源码的实现。STL是一种标准模板库,源码比较有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is STL source implementation. STL is a standard template library, source code useful. STL can be divided into six parts containers, iterators, space a
3
- 上传的压缩包是STL源码的具体实现。STL是一种标准模板库,源码十分有用。STL可分为容器、迭代器、空间配置器、配接器、算法、仿函数六个部分。-Upload the compressed package is a concrete implementation STL source. STL is a standard template library, source code is very useful. STL can be divided into six parts container
vect2
- 演示了size(),begin(),end(),push_back(),erase()和Insert()的用法-the use of size(),begin(),end(),push_back()