搜索资源列表
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
LAB
- 使用C++的STL数据结构实验,包括链表、八皇后、扩展洗车仿真、Binary Search Tree的平均树高等问题的实验-Using C++, STL data structure experiments, including lists, eight queens, extended car wash simulation, Binary Search Tree problems as the average tree experiment
CPPand-STL
- 主要是C++和模板。该材料所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。- C++ and templates mainly are discussed. The material used in the C language, many people may say that the C language has become obsolete, but I think the data st
stl
- stl,惠普公司提供的标准模版类库,学习数据结构与c编程都是很好的参考资料-stl, Hewlett-Packard provides a standard template library, learning c programming and data structures are good references
day09.tar
- 数据结构相关代码,C++实现的。非常经典,下载我这个绝对没错。-Data structure related code, C++ implementation. Very classic, download me this is absolutely true.
stl
- STL源码,基于SGI版本,非常适合c++学习以及数据结构,泛型编程-this is a sgi stl source code
dsa
- STL c++部分实现,邓俊辉清华《数据结构》课程同步代码,可作为数据结构练习-STL c++ partially achieved, Deng Junhui Tsinghua " Data Structures" course synchronization code, can be used as a data structure to practice