资源列表
textquery
- 一个查询书籍中词频出现次数的程序,是C++ primer 第十章的内容,使用map和vector实现-A query book word occurrences of the program
chap9
- 这是c++ primer第九章顺序容器的所有课后习题,全部通过了调试,仅供参考-c++ primer homework chap9 STL
Class-Files
- graph algorithms using STL
stl
- Use of STL iss described in this code.
Templates
- This a brief introduction to templates. The slides include function template, class template. containers and also iterators. It s actually slides I used in OOP class to give a presentation.-This is a brief introduction to templates. The slides includ
Container
- 通过堆栈实现Fibonacci序列的顺序、逆序显示-By stack implementation Fibonacci sequence order, reverse display
dsa
- STL c++部分实现,邓俊辉清华《数据结构》课程同步代码,可作为数据结构练习-STL c++ partially achieved, Deng Junhui Tsinghua " Data Structures" course synchronization code, can be used as a data structure to practice
Introducing-The-STL
- C++’s Standard Template Library (STL) introduction to some of the container classes defined by the STL
kaimalmodelvj
- wind speed simulink model kaimal spectrum
lists
- 自己实现的C++模板链表,用的是linux下的gcc。-C++ own implementation templates list
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