虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

stl

  • 这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文)

    这时一个计算数独游戏的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set优美实现。

    标签: console dance knuth link

    上传时间: 2016-08-23

    上传用户:ghostparker

  • Koenig和Moo编写

    Koenig和Moo编写,对C++寓言的历史和特点,类和继承,STL和泛型编程,库的设计等几大技术进行了详细深入的讨论

    标签: Koenig Moo 编写

    上传时间: 2013-12-22

    上传用户:坏坏的华仔

  • Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32

    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 静态链接库到项目中

    标签: algorithm Genetic Windows Visual

    上传时间: 2016-09-22

    上传用户:silenthink

  • STL_doc

    STL_doc,STL的说明文档大全,英文版。与MSDN 的功能基本相同

    标签: STL_doc

    上传时间: 2016-09-23

    上传用户:gaojiao1999

  • 一种新的合并算法

    一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,

    标签: 合并 算法

    上传时间: 2013-12-29

    上传用户:远远ssad

  • ㆒ 般㆟ 對 C++ templates 的粗淺印象

    ㆒ 般㆟ 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會發現,templates衍生出來的 C++ Generic Programming(泛型編程)技術,在 C++ 標準程 式庫㆗ 已經遍㆞ 開花結果。以 stl為重要骨幹的 C++ 標準程式庫,將 templates 廣泛運用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無處不在,無役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。

    标签: templates 12690 12703

    上传时间: 2016-10-28

    上传用户:rocwangdp

  • 一个比较好的开源数据库读取库

    一个比较好的开源数据库读取库,用于C++ 主要可以如同使用stl一样使用这个库

    标签: 比较 开源 数据库 读取

    上传时间: 2016-10-30

    上传用户:VRMMO

  • 经典迷宫算法

    经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码

    标签: 迷宫算法

    上传时间: 2016-11-18

    上传用户:x4587

  • There are several problems related to the properties of the triangular mesh representation that des

    There are several problems related to the properties of the triangular mesh representation that describes a surface of an object. Sometimes, the surface is represented just as a set of triangles without any other information and the stl file format, which is used for data exchanges, is a typicalexampl e of this situation.

    标签: representation properties triangular the

    上传时间: 2014-11-12

    上传用户:colinal

  • C++实现的八数码问题

    C++实现的八数码问题,采用A*算法,利用STL提供的priority_q

    标签: 数码

    上传时间: 2014-01-13

    上传用户:Late_Li