-
-
gg.rar
运用C++STL(标准模块库)中的类,结合迭代子、算法和容器进行泛型程序设计,编写泛型程序,体会泛型程序中算法与数据结构是如何真正实现分离的。
-
-
-
-
-
-
stl32.zip
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
-
-
-
Sudoku.rar
这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
-