搜索资源列表
mycomputerwithstl
- 用stl实现表达式求解算法(我写的) 有一点点难度!需要有较好的数据结构知识-used to achieve expression algorithm (I write) is a little more difficult! The need for a better knowledge of the data structure
STLport-4.5
- 使用C++语言对标准模板类和数据结构进行实现
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
tass-sgi-stl-2.91.57-source
- 著名的SGI的STL lib源码.(C++范型类编成,没有合适的分类,但是放到数据结构类别中也绝对适合)-famous SGI STL lib source. (C Fan-type establishment, and there is no suitable categories, but the data structure into categories have absolutely appropriate)
er
- 数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
Howtostudy_STL_CN
- STL 是Standard Template Library的缩写,中文名是标准模板库。STL以其独特的魅力得到越来越多的程序员钟爱,STL彻底封装复杂的数据结构,提供丰富灵活的程序接口,同时还能保证程序的运行效率。-STL is an acronym for Standard Template Library, Chinese name is a standard template library. STL for its unique charm to be loved more and m
TheAnnotatedSTLSources
- STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
DataStructurewithCUsingSTL
- 数据结构C++语言描述.应用标准摸板库STL第2版- Data Structure with C++ Using STL, Second Edition
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
ListLink
- 单链表 数据结构中 单链表-Single linked list
stl
- stl,惠普公司提供的标准模版类库,学习数据结构与c编程都是很好的参考资料-stl, Hewlett-Packard provides a standard template library, learning c programming and data structures are good references
SurfaceFLA
- stl文件的读取,删除重复的点和边,进行拓扑重构,得到新的数据结构-stl file to read, delete duplicate vertices and edges, the topology reconstruction, new data structures
usaco_code
- USACO的标准代码,DD_ENG大神的代码,题目比较多,包括了很多算法和数据结构。是IO选手必备的代码。-Standard code, DD_ENG God of USACO entitled more, including a lot of algorithms and data structures. IO players essential code.
day09.tar
- 数据结构相关代码,C++实现的。非常经典,下载我这个绝对没错。-Data structure related code, C++ implementation. Very classic, download me this is absolutely true.
STLTEST1
- 一个有关stl操作的程序,实现了平衡二叉树,还有相关的数据结构,供大家学习-A related stl operating procedures, to achieve a balanced binary tree, as well as associated data structures for them to learn
goods-purchasing
- 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
linearlist
- 数据结构中链表的实现,linearlist,具有数组不可比拟的优势-Data structure linked list implementation, linearlist, with an array of unparalleled advantages