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

搜索资源列表

  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. array2_T

    0下载:
  2. 一个二维数组,模板写的,内存连续,可以通过计算内存得到正确的数据,元素类型为T-a two-dimensional array, templates written in the continuous memory, memory can be correctly calculated data, elements of type T
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:hhn
  1. ImpleOfDataStruct

    1下载:
  2. 数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Binary Tree Search (elements wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33818
    • 提供者:王高
  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. 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. 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. EEPROM_ok

    0下载:
  2. STC89C52 EEPROM的编程模板,及本个一个验证通过程序.-STC89C52 EEPROM programming template, and this one out through the certification process.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5011
    • 提供者:陈王
  1. speech_rec_mfcc_vad

    0下载:
  2. 在matlab上实现的特定人小词汇量的语音识别程序。先输入10个模板,第10个为退出命令,然后再根据提示进行识别-in Matlab achieve specific small - vocabulary voice recognition procedures. Importing 10 templates, 10 to withdraw from the order, then under the prompt identification
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1865
    • 提供者:luoxi
  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
    • 文件大小:2779
    • 提供者:ming
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com