搜索资源列表
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
STL
- 介绍STL特性,使初学者快速入门,能够在短时间内快速了解STL编程的优点。-Introduces the STL features, so that beginners get started quickly, and can quickly understand the advantages of STL programming in a short time.
DeskApp
- c++单向通用链表的实现,入门实例(与stl无关)。有助于入门新手理解-Universal one-way linked list c++ implementation, start an instance (nothing to do with the stl). Novice help you get started understanding
zhan
- 栈的运用和创建,使用了模版的思想,令代码得到高度的重用和减少重复编写代码的冗余。-The use of stack and create, using the template of ideas, so the code to get a high degree of code reuse and reduce duplication of redundancy.