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

搜索资源列表

  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
    • 文件大小:40005
    • 提供者:秦子翼
  1. templatematching.zip

    0下载:
  2. Template matching code using cross co relation technique,Template matching code using cross co relation technique
  3. 所属分类:matlab

  1. ssd.rar

    1下载:
  2. 这是模板匹配SSD的源代码,用MATLAB编写,This is template matching SSD source code, using MATLAB to prepare
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:12574
    • 提供者:峰峰
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. normal_template_for_acm

    0下载:
  2. normal template for acm/ICPC,including geometry,grapf theory,number theory and so on -normal template for acm/ICPC, including geometry, grapf theory, number theory and so on
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:90166
    • 提供者:carrol
  1. acm_code

    0下载:
  2. 一些ACM基本算法的测试源码,可做简单的模板用,共11个。-Some of the basic algorithm ACM test source, the template can be easy to use, a total of 11.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7429
    • 提供者:ffx
  1. data_structure

    0下载:
  2. 1.表达式求值;2.二分匹配模板;3.最大流;4.点到线段的距离;5.字符串字典顺序-1. Expression evaluation 2. Two sub-matching template 3. Maximum flow 4. Points to the distance segment 5. String dictionary order
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4629
    • 提供者:cailongquan
  1. acmtemplate

    0下载:
  2. acm竞赛的常用模板,非常的全面,对算法的各个方面都有涉及,阅读以后能极大的提高自己的算法能力-acm contest common template, a very comprehensive on all aspects of algorithms are involved, to be able to read a great method to improve their ability to
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:81496
    • 提供者:dawu
  1. @Cmy_Binary_Tree_template

    0下载:
  2. 一个基于排序二叉树的模版,用来巩固二叉树的基本算法--前序、后序、中序遍历等。-A binary tree based on the sort of template for the consolidation of the basic binary tree algorithm- pre-order, after the sequence, and so on in order traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:511792
    • 提供者:过限于
  1. Tree

    0下载:
  2. Binary search tree - class template BST - Some basic method: insert, delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:129329
    • 提供者:vietquocvn
  1. Match-Template

    0下载:
  2. 卡尔曼滤波不错的程序,很实用,大家好好研究一起分享一起进步吧-Kalman filtering good program, very practical, we make good progress in research to share with the Bar
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:313696
    • 提供者:李理
  1. OCR

    0下载:
  2. Optical Chracter Recognization using template matching
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118935
    • 提供者:tarun
  1. template

    0下载:
  2. 堆栈模板示例 用模板方法实现堆栈的例子-stack and template
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1089663
    • 提供者:xiaomage
  1. ssda

    1下载:
  2. 关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。-On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then pos
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:119216
    • 提供者:刘雨相
  1. DArray-Template-better

    1下载:
  2. 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:278129
    • 提供者:陈婉
  1. ssdaMatch

    0下载:
  2. 采用ssda基本算法在一幅图像中找到与模板图像相匹配的坐标位置-Used ssda method to found a coordinate position that the template image matched in a large image
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:204343
    • 提供者:李岩
  1. iriscode

    0下载:
  2. generates a biometric template from an iris in an eye image.-generates a biometric template from an iris in an eye image.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16553
    • 提供者:samira
  1. HausdorffDimension

    0下载:
  2. 利用Hausdoff距离进行模板匹配,此方法简洁快速,具有很好的鲁棒性能-Template matching using Hausdoff distance, this method is simple and quick, has good robust performance
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1420926
    • 提供者:赵慧君
  1. template

    0下载:
  2. 自己整理的暑假里涉及的一些有关的东西。大部分做成了模板,有些我认为直接看源代码来得直接。-Finishing their summer vacation involved in some of the things. Most made the template, some of my opinion, more direct look at the source code directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9825
    • 提供者:libincheng
  1. TemplateMatching

    0下载:
  2. Template Matching. Two functions used to implement template matching. The program finds the template image inside the target image using correlation.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:55806
    • 提供者:driftinwind
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com