CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 匹配程序

搜索资源列表

  1. wcdma_simulink

    0下载:
  2. 两个Nokia研究人员写的W-CDMA的仿真代码。 包含信道编码,交织,速率匹配,调制,扩频,信道模型,RACK接收机和相应的解码程序 -two researchers write the W-CDMA simulation code. Includes channel coding, interleaving, matching rate, modulation, spreading, Channel model, RCK receiver decoder and the corres
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:302781
    • 提供者:耿毅
  1. software-L

    0下载:
  2. h.264/avc 视频编码程序,实现分数像素匹配功能,非原创.-H.264/AVC video coding process, fractional pixel matching function, non-original.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:968206
    • 提供者:yin
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. pattrnRecognization

    1下载:
  2. 文件包中是关于模式识别中神经网络法,模板匹配,Fisher判别法和细化算法(用于轮廓检测)以及数字识别的vc程序-packages on the pattern recognition neural network, template matching, Fisher Discriminant and thinning algorithm (used for contour detection), and digital identification procedures vc
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:272043
    • 提供者:任超
  1. image_processing_source_code

    0下载:
  2. 图像处理源码内容: alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.07.zip 图象模板匹配算法源代码 mg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:520814
    • 提供者:徐明媚
  1. stereo-maximum-flow-upload

    1下载:
  2. 关于一篇经典的立体匹配的文献的源代码。该文献的主要算法称为maximum flow。程序的使用说明在文件夹中。-on a stereo matching classic literature source. The document known as the maximum flow algorithm. Procedures for use in the folder.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1400277
    • 提供者:吴琼玉
  1. intellgence

    0下载:
  2. 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:黄羽翔
  1. nccr

    1下载:
  2. 模板匹配的一个matlab实例,程序可读性好。-template matching a Matlab example, procedures readable.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:飞飞
  1. CIVStringSet

    0下载:
  2. 这是一个高效的多关键词匹配的程序,在实际环境中可匹配多个域。-This is a more efficient Keywords matching procedures, the physical environment can be more than matching domain.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:15686
    • 提供者:路晓遥
  1. XTokenString

    0下载:
  2. 这是一个高效的多字段匹配算法的程序,可以精确的定位在某个字段上有那些内容。-This is a more efficient matching algorithm field procedures, the positioning precision in a particular field are those elements.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:38534
    • 提供者:路晓遥
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:sunwei
  1. search1

    0下载:
  2. 这是一个用汇编实现的在文件中查找相匹配的字符串的程序-This a compilation with the realization of the documents that match the search string procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2729
    • 提供者:哈哈
  1. ROBOTsystem

    1下载:
  2. 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-this program is based on template matching speech recognition technology. Extraction of voice features, and the establishment of Template Library. Voice recognition can be used in robot technology.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:84753
    • 提供者:tomb499717
  1. Hj200231610031

    0下载:
  2. 基于影像匹配技术的前方交汇程序,可以对九个外方位元素进行结算。-Image Matching technology based on the convergence front procedures can be right nine position outside elements settlement.
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:陈正松
  1. animageprocessingexample

    0下载:
  2. 一个图象处理处理程序,可实现边缘检测,轮廓提取,模板匹配,Hough变换,投影,图象复原,阀植分割,等功能,自己去研究吧,还有更多功能-an image processing and handling procedures can be realized edge detection, contour extraction, template matching, Hough transform, Projection, image recovery, valve plant segmentati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2128036
    • 提供者:李大家
  1. qddown_vc11184323424

    0下载:
  2. 自动扫雷程序本程序的算法没有采用匹配模式,基本上可以完成大多数情况的高级扫雷(初级和中级布局情况过于简单,不值得讨论)-automatic clearance procedure of the proceedings did not use matching algorithm model, basically completed most of the senior mine (primary and secondary distribution of too simple and not w
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:113086
    • 提供者:guoyibo
  1. tuxiangchuli2006

    1下载:
  2. alpha_2.09.zip Alphat透明合成系统源代码源代码 jpeg_0.77.zip JPEG压缩编码系统源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 mkou_1.0.zip 图案抖动技术处理系统源代码 touch_1.01.zip 图象边沿检测-提取-轮廓跟踪算法源代码 xchange_1.03.zip 图象几何变换算法源代码 sima_1.07.zip 图象模板匹配算法源代
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:581244
    • 提供者:yanglin
  1. imagematching

    0下载:
  2. 数字图像处理,关于点特征提取一以及影像匹配的程序-digital image processing, feature extraction on the point of an image matching procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:35677666
    • 提供者:余翔
  1. xiongyali

    1下载:
  2. 匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3053
    • 提供者:霍党泽
  1. matching

    2下载:
  2. 摄影测量中基于特征的匹配。影象匹配是数字摄影测量中最为关键的,目前数字摄影测量要进一步发展除非特征提取有突破。本程序是一个特征匹配的入门程序-photogrammetry based on characteristics of the match. Image Matching Digital Photogrammetry is the most critical, current digital photogrammetry to develop further unless there wa
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:83397
    • 提供者:邓少平
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com