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

搜索资源列表

  1. stla8

    0下载:
  2. 这是一个关于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
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:118882
    • 提供者:严江
  1. 精确的函数表达模板

    0下载:
  2. 精确的函数表达模板,里面包含了许多C和C++的函数表达模板-precise function expression template, which contains a number of C and C function expression template
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20946
    • 提供者:123123
  1. SortedSet

    0下载:
  2. 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3306
    • 提供者:zhangbb
  1. template123

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

    • 发布日期:2008-10-13
    • 文件大小:78465
    • 提供者:dingli
  1. testedge

    0下载:
  2. 用拉普拉斯算子检测图像的阶梯状边缘,其中的模板可以进行修改-Laplace operator to detect the ladder-like image edge, which could be a template for change
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:王婷
  1. jiaojibingji

    0下载:
  2. 使用顺序表实现的交集并集问题,其中使用了类模板和简单的线性表存储结构。-order to achieve the intersection of sets, which use a class template and a simple linear table storage structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17273
    • 提供者:muyu
  1. hand_recognization

    1下载:
  2. 手写数字识别之模板匹配法,VC++6.0编写的:)-handwritten figures identifiable template matching method, VC + +6.0 prepared :)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:116244
    • 提供者:zhang
  1. sga_sga

    0下载:
  2. 一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。 sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4031
    • 提供者:李洁薇
  1. distor

    0下载:
  2. 图像模板匹配计算,逐象素移动计算当前模板数据,提取图像特征点-image template matching, pixel-by-mobile current template data, image feature extraction point
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2179
    • 提供者:李庆山
  1. intPSO

    0下载:
  2. 该程序是一整数版的PSO程序。该程序对于整数版PSO的各种应用可作为模板程序。-that the procedure was an integral version of the PSO procedures. The procedure for integer version of the PSO as a template application procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3938
    • 提供者:周龙
  1. linkedmatrix

    1下载:
  2. 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7136
    • 提供者: 狄中泉
  1. cmoban

    2下载:
  2. 参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the preparation of a class template cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3541
    • 提供者:gongwen
  1. cyuanchengxu

    0下载:
  2. 函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。-function template T max (T a, b T, T c), to enable it to achieve any of several types, a few were from the three sought to return to the greatest number.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3044
    • 提供者:gongwen
  1. downlo1ad

    0下载:
  2. 基于模板的圆检测算法,很好的程序,看了都说不错-based on the template circle detection algorithms, good procedures, said good read
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:181351
    • 提供者:蒋翔俊
  1. Tree_test

    0下载:
  2. 一个包装好的树型模板类,可以实例化树型数据结构.-a packed tree template category, examples of the tree data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6794
    • 提供者:cb
  1. imagedetection

    0下载:
  2. 图像检测\\模板匹配的Visual C++代码-Image Detection \\ template matching Visual C code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24949
    • 提供者:潘志刚
  1. FDTD-MicrostripeAntenna

    0下载:
  2. 全参数模板在FDTD数值算法下.微带天线方向系数、半空间方向函数、输入阻抗、驻波比、固定方位角的极化轴比的计算方法。-template parameters in the whole FDTD numerical algorithm under. Microstrip antenna factor, half-space direction function, input impedance, VSWR, fixed azimuth of polarization axis ratio calc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:116418
    • 提供者:向阳
  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
    • 文件大小:3346481
    • 提供者: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
    • 文件大小:196141
    • 提供者:陈铤杰
  1. offline-character-recognise

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:198845
    • 提供者:wangqiang
« 1 2 3 45 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com