搜索资源列表
stl算法
- stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
stla8
- 这是一个关于A*算法的实现8数码的程序源代码,所有的算法核心全部使用STL标准模板库编程,对想熟悉STL编程和A*算法的朋友有很好的借鉴意义。-This is one of the A * algorithm to achieve eight digital source code, all of the core algorithms use all STL standard template library programming, STL right to know programming
mycomputerwithstl
- 用stl实现表达式求解算法(我写的) 有一点点难度!需要有较好的数据结构知识-used to achieve expression algorithm (I write) is a little more difficult! The need for a better knowledge of the data structure
sortedrange_algo_test
- stl 中的排序算法-the Sort Algorithm
FIRDATA
- FIR 数字滤波器分布式算法及其FPGA实现-FIR digital filter algorithms and FPGA
InsertSequence
- 插入排序,速度优化和几种算法相比是优化的的的very good!-insertion sort, and several speed optimization algorithm is the optimization of the very good!
cvm_jmlr_exe
- 香港的Kwok在JMLR上发表的CVM论文的可执行文件,以供需要快速算法需求的用户直接调用。用于海量数据的分类。-in JMLR CVM published papers executable file, the need for rapid algorithm needs of the users call directly. Massive data for the classification.
STL
- 一个有关利用STL排序的算法.just to enjoy it. QQ:315405572
STL 源码剖析析-候捷
- STL泛型编程 强型检验 演算法-STL - type test algorithms
STLLCS
- STL风格LCS算法 STL style LCS algorithm
Robustlocallylinearembedding
- 一种针对流形学习算法LLE的改进算法介绍,采用它有利于提高流形学习算法降低噪声的干扰。
Sudoku
- 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。
SORT
- STL sort()函数使用详细介绍 包含STL算法介绍文档
cross_index
- 用STL实现的交叉引用程序,并包含了如何查找URL字串的功能,是个经典的STL程序,对学习STL的很有帮助,包括了一些容器的使用,一些算法的使用,相关的知识点及使用说明都在压缩包中
ISODATA
- 这是我利用STL写的ISODATA分类算法,希望对大家学习能有帮助
lianxi_2_textquery
- 一个简单的字符串查询程序,主要使用泛型算法,适用于初学者
STL
- STL之父访谈录,STL深入浅出的说明, STL的由来,内部算法分析。
TheAnnotatedSTLSourse(usingSGISTL)
- 本书主要深入STL实作技法,一窥大家风范,可以提升自己的编程功力。 本书不适合STL初学者,主要在于STL源代码的剖析,同时学习世界一流程序员的身手,同时可以彻底了解各种广为流传的资料结构和算法。
Merge
- 一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua