搜索资源列表
stl算法
- stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
Sudoku
- 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
setTest
- STL 教程-Set使用方法演示,主要介绍set的操作参数。
Eff_STL
- 在知道怎么建立容器,迭代它们的内容,添加删除元素和应用常见算法的基础上,该书中作者解释了怎么结合STL组件在库的设计得到最大的好处。-Know how to set up in containers, iterative their content, add and delete elements in the application of common algorithm based on the author of the book explains how combining STL li
STL_set
- 对 STL学习后对于集合的实现,代码量少,但可以帮助理解。-After learning of the STL to achieve the set, less code, but can help to understand.
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
STL_MAP
- STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
grammar
- SLR语法分析器,自动生成。生成项目集,求First集,求Follow集,生成goto表和action表。-SLR parser, automatically generated. Build the project set, First set of requirements, seeking Follow sets, action table and goto table generation.
dfas
- set容器,STL中简单的容器,操作很简单-set container, STL containers in a simple, operation is very simple
Guider
- STL功能文档,方便STL实现编程,进行map,set,vector等的使用-STL function documentation to facilitate the implementation of the STL programming, to map, set, vector, etc. Use
STL
- 一本阐述STL的好书,系统阐述了STL,对喜欢泛型编程的人有很大帮助-A set of STL books, systematically expounded the STL, generic programming for people who love great help
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
- Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the St
STL
- STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
GSing
- 某学校举行一场唱歌比赛,共有24个人参加,按参加顺序设置参赛号(参赛号为100至123)。每个选手唱完一首歌之后,由10个评委分别打分。该选手的最终得分是去掉一个最高分和一个最低分,求得剩下的8个评分的平均分。 比赛共三轮,前两轮为淘汰赛,第三轮为决赛。选手的名次按得分降序排列,若得分一样,按参赛号升序排名。 第一轮分为4个小组,根据参赛号顺序依次划分,比如100-105为一组,106-111为第二组,依次类推,每组6个人,每人分别按参赛号顺序演唱。当小组演唱完后,淘汰组内排名最后
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement