搜索资源列表

  1. 关键字匹配

    0下载:
  2. 多关键字匹配的源码- Essential character match source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:
  1. 手写数字识别之模板匹配法

    1下载:
  2. 手写数字识别之模板匹配法-handwritten figures identifiable template matching method
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:533504
    • 提供者:盛可帕
  1. 人脸检测及匹配

    0下载:
  2. 对给定的人脸图象进行定位、检测五官,并对不同角度下拍摄的两副人脸图象进行匹配,最后合成中间图象-right to the face image positioning, detection features, as well as different angles of shooting two face images match, the final synthesis intermediate image
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:1241088
    • 提供者:张 姜
  1. 立体匹配的算法

    0下载:
  2. 立体匹配的算法,用于图像处理-stereo matching algorithms for image processing
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:292864
    • 提供者:王明和
  1. 括号匹配类

    1下载:
  2. 判断括号是否匹配-judge whether matching brackets
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:杨东海
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:891904
    • 提供者:张远洋
  1. 括号匹配

    0下载:
  2. VC 括号匹配 问题-VC matching brackets
  3. 所属分类:电子书籍

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:海应
  1. 栈的应用(2)括号匹配检查

    0下载:
  2. 栈的应用(2)括号匹配检查-stack of applications (2) matching brackets inspection
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:哈哈
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:146432
    • 提供者:湖堤防
  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:郑旋
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese c
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:张三水
  1. 图象的检测,模板匹配算法代码

    0下载:
  2. 图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:35840
    • 提供者:罗丁
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorith
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:卢孝飞
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:张云
  1. BitmapManage模板匹配和加矩形框完成

    0下载:
  2. BitmapManage模板匹配和加矩形框完成,实现的功能是在模版中找到与之相符合的图象-BitmapManage template matching and processing rectangular fr a me completed, the functions of the template is found incompatible with the image
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:2331648
    • 提供者:许归
  1. 手写数字识别之模板匹配法的程序实现

    0下载:
  2. 手写数字识别之模板匹配法的程序实现,非常好的一个代码。-handwritten figures identifiable template matching method of the program, a very good code.
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:536576
    • 提供者:武力
  1. 完全匹配

    0下载:
  2. 自己编的一个教师课程匹配程序,实现对教师新学期任课的指派。-their series matching a teacher training program, realized the new semester of teachers assigned to the classroom.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:15360
    • 提供者:杨汉辉
  1. 图像检测和模板匹配源码2005518144751

    0下载:
  2. 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:24576
    • 提供者:jia
  1. matlab编的特征匹配(控制点)

    0下载:
  2. matlab编的特征匹配,用控制点可以进行匹配。简单的小程序,可直接运行。-Matlab series of the feature matching, control points can be used for matching. Simple small program can be directly run.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:雷雷
  1. 车辆图象的检测,模板匹配

    0下载:
  2. 这是车辆牌照检测的模板匹配的源代码,用VC编辑!-This is the vehicle license template matching detection of the source code editor with VC!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:35840
    • 提供者:任逍遥
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org