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

搜索资源列表

  1. prefixspan的源代码c++

    1下载:
  2. 序列模式挖掘prefixspan算法源代码。License: GPL2 (Gnu General Public License Version 2) Requirements: C++ compiler with STL (Standard Template Library).-sequence Mining prefixspan algorithm source code. License : GPL (Gnu General Public License Version 2) Re
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19.39kb
    • 提供者: 高敏
  1. template123

    0下载:
  2. 讲述C++模板template的用法,对初学者很有帮助,推荐下载。-about C template template to use, helpful for beginners, to download.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76.63kb
    • 提供者:dingli
  1. dmtl-ver_1.0

    0下载:
  2. 这是一个用于数据挖掘的常用算法的模板库(数据挖掘的C++模板库for UNIX)-for data mining algorithms commonly used template library (data mining C template library for UNIX)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.19mb
    • 提供者:LiDong
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:191.54kb
    • 提供者:陈铤杰
  1. template_tree

    0下载:
  2. C++ 模板方法实现树结构成员添加和去除 关键字 template tr-C template method tree structure to add and remove members of the keyword template tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:ming
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38.76kb
    • 提供者:lxh
  1. c++

    0下载:
  2. 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.38kb
    • 提供者:axax123
  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:39.07kb
    • 提供者:秦子翼
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.2kb
    • 提供者:新康
  1. s_function_CH

    0下载:
  2. matlab中simulink中用C语言编写S函数模板的翻译版本-matlab in simulink using C language translation S function template version
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13.34kb
    • 提供者:way
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12.54kb
    • 提供者:张杨
  1. bb

    0下载:
  2. 数据结构各种算法实现(C++模板).doc-Data structure to achieve a variety of algorithms (C++ Template). Doc
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:67.26kb
    • 提供者:x
  1. Algorithm

    0下载:
  2. 一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector-A full array of implementation algorithms, using the C++ template technology and STL in the Vector
  3. 所属分类:STL

    • 发布日期:2017-05-02
    • 文件大小:904.05kb
    • 提供者:zhangjin
  1. smctc-rc4

    0下载:
  2. Sequential Monte Carlo-Sequential Monte Carlo Sequential Monte Carlo methods are a very general class of Monte Carlo methods for sampling from sequences of distributions. Simple examples of these algorithms are used very widely in the tracking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:467.3kb
    • 提供者:marvin
  1. highpoint

    0下载:
  2. 高精度模板 C++ 高精度模板 C-High-accuracy high-precision C++ template template C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:alex
  1. FFT

    1下载:
  2. This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:50.63kb
    • 提供者:nytza
  1. Treap

    0下载:
  2. Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.72kb
    • 提供者:nigoe
  1. The-data-structures--(C-template)

    0下载:
  2. 数据结构各种算法实现(C 模板) The data structures of various algorithms (C template)-The data structures of various algorithms (C template)
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:85.56kb
    • 提供者:kioio
  1. C++STL(2th)

    0下载:
  2. STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:20.36mb
    • 提供者:billson_
  1. 归并排序

    1下载:
  2. Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)
  3. 所属分类:STL

    • 发布日期:2020-06-13
    • 文件大小:106kb
    • 提供者:google_hjx
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com