Location:
Search - STL Algorithm
Search list
Description: stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
Platform: |
Size: 184551 |
Author: wuxuegang |
Hits:
Description: 这是数据结构和算法的国外经典书籍.清华大学出版社出版的<数据结构C++语言描述-应用模板库STL>陈君 译 英文名称是Data Structures with C++ Using STL. 作者: William Ford ,William Topp .
代码代码当中包含各种经典算法 ,比如各种排序 如选择排序,基数排序,快速排序等等.还有各种其他经典算法,有 8皇后问题,汉烙塔 Hanoi ,约瑟肤等了。此原文件是我们学校的一个博士从国外带回的,花了80美元,请大家好好的利用好.-This the data structure and algorithm abroad classic books. Qinghua University Press published lt; C data structure description language-STLgt Application Template Library; Chen translation of the English name of the Data Structures Using C with STL. Author : William Ford, William countries. Source code which packets containing various classical algorithms such as various sequencing option, in order of ranking base, rapid sequencing etc.. there are various other classic algorithms, 8 Queens, tower-baked Hanoi, Joseph skin waiting. This original document was the one Dr. schools from abroad back to a cost of 80 US dollars, please make good use of good.
Platform: |
Size: 3531904 |
Author: 冰舟 |
Hits:
Description: 本书是(国外教材)数据结构C++语言描述-应用标准模板库(STL).书中利用标准模板库,使用一种现代的面向对象方法对数据结构进行了描述.作者围绕容器和迭代器的概念,把对数据结构的研究统一起来,为数据结构及其应用巧妙地开发了算法.-the book is (foreign materials) data structure C language description - use standard template library (STL). The book using a standard template library, the use of a modern object-oriented approach to data structure described. Author around containers and the concept of iteration, the data structure of unity. for the data structure and its application to the development of a clever algorithm.
Platform: |
Size: 21203391 |
Author: 张铮 |
Hits:
Description: implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
Platform: |
Size: 1773 |
Author: 李明 |
Hits:
Description: 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the largest sequence of public sequences (Longest C ommon Subsequence) problem to solve.
Platform: |
Size: 1588 |
Author: 王硕 |
Hits:
Description: 基于stl的a star寻路算法的高效实现
Platform: |
Size: 18457 |
Author: WestWeald |
Hits:
Description: 本书收集了各种算法的电子文档,还有STL资源
Platform: |
Size: 1953085 |
Author: 宋莉莉 |
Hits:
Description: Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容
这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。
如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中
Platform: |
Size: 3177904 |
Author: chen |
Hits:
Description: stl 中的排序算法-the Sort Algorithm
Platform: |
Size: 1024 |
Author: 王磊 |
Hits:
Description: stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
Platform: |
Size: 184320 |
Author: |
Hits:
Description: 这是数据结构和算法的国外经典书籍.清华大学出版社出版的<数据结构C++语言描述-应用模板库STL>陈君 译 英文名称是Data Structures with C++ Using STL. 作者: William Ford ,William Topp .
代码代码当中包含各种经典算法 ,比如各种排序 如选择排序,基数排序,快速排序等等.还有各种其他经典算法,有 8皇后问题,汉烙塔 Hanoi ,约瑟肤等了。此原文件是我们学校的一个博士从国外带回的,花了80美元,请大家好好的利用好.-This the data structure and algorithm abroad classic books. Qinghua University Press published lt; C data structure description language-STLgt Application Template Library; Chen translation of the English name of the Data Structures Using C with STL. Author : William Ford, William countries. Source code which packets containing various classical algorithms such as various sequencing option, in order of ranking base, rapid sequencing etc.. there are various other classic algorithms, 8 Queens, tower-baked Hanoi, Joseph skin waiting. This original document was the one Dr. schools from abroad back to a cost of 80 US dollars, please make good use of good.
Platform: |
Size: 3531776 |
Author: 冰舟 |
Hits:
Description: 本书是(国外教材)数据结构C++语言描述-应用标准模板库(STL).书中利用标准模板库,使用一种现代的面向对象方法对数据结构进行了描述.作者围绕容器和迭代器的概念,把对数据结构的研究统一起来,为数据结构及其应用巧妙地开发了算法.-the book is (foreign materials) data structure C language description- use standard template library (STL). The book using a standard template library, the use of a modern object-oriented approach to data structure described. Author around containers and the concept of iteration, the data structure of unity. for the data structure and its application to the development of a clever algorithm.
Platform: |
Size: 21202944 |
Author: 张铮 |
Hits:
Description: implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity- queue, first you must have the file, then the result is saved
Platform: |
Size: 1024 |
Author: 李明 |
Hits:
Description: 基于stl的a star寻路算法的高效实现-Stl of a star-based routing algorithm to achieve efficient
Platform: |
Size: 18432 |
Author: WestWeald |
Hits:
Description: STL sort()函数使用详细介绍
包含STL算法介绍文档-STL sort () function using the STL algorithm contains a detailed introduction introduction document
Platform: |
Size: 2571264 |
Author: 朱明悦 |
Hits:
Description: Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容
这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。
如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
Platform: |
Size: 3177472 |
Author: chen |
Hits:
Description: stl的入门ppt 很好用哦,分为导入
STL的概念与组成
Iterator(迭代器) Container(容器)
Algorithm(算法)
Adaptors(配接器)-stl useful introductory ppt Oh, into the concept of STL import component Iterator (Iterator) Container (containers) Algorithm (algorithm) Adaptors (adapters)
Platform: |
Size: 1692672 |
Author: 张严浩 |
Hits:
Description: STL变易算法,STL算法库里的精华介绍。每个都配有实例-STL algorithm change, STL algorithm, introduced the essence of Curitiba. Examples of each are equipped with
Platform: |
Size: 13071360 |
Author: 王非 |
Hits:
Description: stl部分题答案
有以下数字:11,12,13,2,3,4,5,6,7,16,17,18.将以上数据依次压入容器deque中,选用一种排序算法排序后,连续弹出3个数据(pop_front)后,对剩余数据进行累加并输出;而后删除所有大于11的数,并输出(stl
the above data sequentially pressed into the deque container, use a sorting algorithm sorting, continuous pop-up 3 data (pop_front), and the output of the remaining data are accumulated; and then delete all numbers greater than 11, and the output o)
Platform: |
Size: 13312 |
Author: 哈哈1s |
Hits:
Description: 文档包含70个stl例子,适合初学者练习使用(seventy stl algorithm)
Platform: |
Size: 9216 |
Author: mxiaoxiao |
Hits: