CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 STL 搜索资源 - 算法

搜索资源列表

  1. ssd7exercise3

    0下载:
  2. 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:661693
    • 提供者:邹斌
  1. TheAnnotatedSTLSources

    0下载:
  2. STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
  3. 所属分类:STL

    • 发布日期:2017-05-29
    • 文件大小:11512369
    • 提供者:品牌
  1. STL_line_detection

    0下载:
  2. 利用STL算法技术识别位图中的线段(刻线) 刻线识别技术是机器视觉技术中的重要内容之一。-this software can detect straight line in a bitmap by the use of STL technique
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:554677
    • 提供者:陈立志
  1. DivisionBound

    0下载:
  2. 分支边界算法的实现,重在原理的阐述与提高算法的速度-division bound
  3. 所属分类:STL

    • 发布日期:2017-05-16
    • 文件大小:4565697
    • 提供者:lu
  1. DYNAMI_ALIGNMENT_AT_SLS

    0下载:
  2. 关于STL算法方面的知识,对想研究真个方面知识的人很有用的。-STL algorithms on knowledge, really wanting to study aspects of human knowledge, very useful.
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:804439
    • 提供者:李李
  1. include

    0下载:
  2. 一个二叉树算法的MAP的template,使用与分配内存,经测试(顺序插入256万条数据)效率比STL高5倍。乱序插入256万条数据,是stl的2倍。-A B-Tree Map template,It 5 times faster than the stl::Map.(Test insert 2.56M datas in sequential order. 2 times faster in random order.)
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:7189
    • 提供者:Zephyr Shannon
  1. ThreadSafeList

    0下载:
  2. 一个线程安全的List算法,可以在Windows/Linux下使用。-A thread-safe list arithmetic. Use it in Windows/Linux env.
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:3560
    • 提供者:Zephyr Shannon
  1. STL_Programmer_Guide

    0下载:
  2. STL:标准算法模板库,程序开发人员的号助手;如果不懂STL,最多你也只算半个程序员-STL:a goog tool for programmer.
  3. 所属分类:STL

    • 发布日期:2017-03-28
    • 文件大小:550104
    • 提供者:leaf
  1. 95302915Classify_Homework

    0下载:
  2. 模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法-Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method
  3. 所属分类:STL

    • 发布日期:2017-04-13
    • 文件大小:2149
    • 提供者:luojinwen11
  1. 113172251k_Mean

    0下载:
  2. 模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法-Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:22072
    • 提供者:luojinwen11
  1. STL-Basic

    0下载:
  2. STL入门,叫你如何使用其中的容器,迭代器以及算法-STL entry, so you how to use one of the containers, iterators and algorithms
  3. 所属分类:STL

    • 发布日期:2017-05-08
    • 文件大小:1692295
    • 提供者:Liangsv
  1. readmassrapidSTLfiles

    0下载:
  2. 海量STL文件的快速读取与显示,给出了快速读取STL文件的一个研究算法-Mass Rapid STL file to read and display, fast read STL files are given a research method
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:324632
    • 提供者:沈飞飞
  1. 17869328STL

    0下载:
  2. 三维STL文件基于坐标分层切片处理算法的代码实现-Three-dimensional coordinates based on slicing STL file handling code algorithm
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:21346
    • 提供者:mk
  1. stl

    0下载:
  2. 用于计算矩阵方程的超松弛迭代算法C++程序,-Matrix equation used to calculate the over-relaxation iteration algorithm C++ program
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:802
    • 提供者:parker
  1. CPP_STL

    0下载:
  2. 本书对C++ STL进行了全面而深入的阐述。 STL(标准模板库)是在惠普实验室中开发的,已纳入ANSI/ISO C++标准。其中的代码采用模板类及模板函数的方式,可以极大地提高编程效率。本书由P.J. Plauger等四位对C++ STL的实现有着卓越贡献的大师撰写,详细讨论了C++ STL的各个部分。 全书分为16章,其中的13章通过背景知识、功能描述、头文件代码、测试程序和习题,分别讲述了C++ STL中的13个头文件,其他章节介绍了STL中广泛涉及的三个主题--迭代器、算法和容器
  3. 所属分类:STL

    • 发布日期:2017-05-26
    • 文件大小:9656168
    • 提供者:yaguang_li
  1. TSP

    0下载:
  2. TSP求解算法的源代码 TSP求解算法的源代码-Algorithm for TSP Problems
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:1101
    • 提供者:wuxingjian
  1. generic-programming-with-STL

    0下载:
  2. 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
  3. 所属分类:STL

    • 发布日期:2017-06-10
    • 文件大小:17499880
    • 提供者:Jason
  1. STL

    0下载:
  2. 主要讲STL中的各个组件,容器,迭代器,算法,内容涉及到STL整个标准,是STL的概述,不会涉及到STL的高深用法。 -Major topics of the various components of the STL, containers, iterators, algorithms, which relates to the standard STL is an overview of the STL does not involve Advanced usage of STL.
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:57627
    • 提供者:丁一
  1. stl.tar

    0下载:
  2. STL源码 早前版本,含有容器及其相关算法,不含流操作-STL source code
  3. 所属分类:STL

    • 发布日期:2017-04-24
    • 文件大小:269743
    • 提供者:flx
  1. quicksort

    0下载:
  2. 快速算法的通用形式,它适用于任何形式的数据类型,是通用程序-the common style of quicksort
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:38933
    • 提供者:张颖
« 1 2 34 5 »
搜珍网 www.dssz.com