搜索资源列表
onenewfangfa
- 算法不仅具有旋转不变性, 而且对灰度变化、噪声、光照以及对比度变化等也具有很好的鲁棒性, 同时匹配速度比归一化积相关匹配算法(N P rod) 提高了近一倍。-algorithm with a rotating invariance, but the gray changes, noise, light and contrast changes with good robustness, while matching faster than a normalized correlation ma
henhaotuxiangfenge
- 首先采用灰度投影匹配进行全局运动估计和补偿,用以消除背景变化的影响;然后由二次差分抽取中间帧解决遮挡问题,通过Fisher 评价函数结合数学形态学填充得到运动对象分割掩膜,同时消除残余噪声以及平滑边缘。该方法在一定范围内较好地解决了遮挡问题,并能够高效快速地得到比较精确的视频对象。-first used for overall projection matching motion estimation and compensation, in order to remove the impact
Smart Advertisement System 2004 体验版
- 采用了Lampsoft专门研制的IIM(Intelligent Information Matching 智能信息匹配)技术可以根据广告所设定的不同关键字,结合浏览者的具体信息,来决定应该显示哪一则广告。最大程度上保障了广告主的利益。同时,SAS2004还具备了传统网络广告系统的全部功能,甚至还加入了领先的RTS(Records Temporary Store记录临时存储)技术,使得整个广告系统的执行速度有了大幅度的提高 默认超级管理员和密码都是:lssas-used Lampsoft tail
csxzk
- 传输线理论与阻抗匹配,很好的文章,值得一看。-transmission line impedance matching with the theory, a good paper, an eye-catcher.
DWGandDEM
- 一篇文章,利用DWG格式地形图建立城DEM, 利用VBA 语言编程,提取离散高程点及其高程注记,并将高程点与高程注记匹配存储 对等高线进行有效的离散化,提取等高线的高程信息.而后将提取的高程数据在ArcGIS以三维可视化的人机交互的方式剔除粗差,最后生成DEM.-an article, the use of topographical maps DWG format established City DEM using VBA programming language. Elevati
LasVegas
- 这是根据算法设计课上讲的LasVegas算法用java实现的模式匹配算法-This algorithm is based on the design of the curriculum speaking with java LasVegas algorithm to achieve the pattern matching algorithm
bert
- 心电数据的匹配,hilbert变换用于心电的检测和分析 -ECG data matching, hilbert transform ECG for the detection and analysis
Win32dlProgramme
- Win32环境下dll编程原理,介绍了导出和导入函数的匹配,与DLL模块建立链接,使用符号名链接与标识号链接,编写DllMain函数-Win32 environment dll programming, and introduces the Export and Import of the matching function, DLL modules and links, the use of symbolic name and logo, link to link, to prepare Dl
matchdelimiter
- 符号匹配,主要是对小括号和中括号的匹配,并且在出现不匹配的地方给予提示。-matching symbols, mainly on small brackets and matching the brackets, and there does not match the local giving hints.
cifafenxijava
- 用模式匹配和字符传解析器分析代码,能区分关键字,标识符,数字-using pattern-matching and character-parser code analysis can distinguish between keywords, identifiers, digital
NLP
- 该软件实现了正向增字最大匹配和未登陆词的识别.程序用java语言编写,界面使用简单友好.-the software by word of the positive and not matching the largest landing word recognition. Procedures using java language. simple and friendly interface.
Matching-brackets
- 数据结构 1、算法思路: 假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现当遇到 ( 或 [ 时进栈,遇到 ) 或 ] 时出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
patternMatching.rar
- 三种字符串匹配:BF,BM,KMP,附上测试,three means of pattern matching
asptohtm.rar
- asp生成html工具,可自动生成,不需要精通asp代码即可全站生成html,非常好用 改进了字符替换功能,支持正则表达式, 格式: 被替换的字符:“字符.asp?id=<正则表达式>” 替换为 替换的字符:“字符<正则表达式>.htm” 一个替换元素可以使用多个<正则表达式>,当不能完全相同,匹配可以完全相同。如<\d+>在‘被替换的字符’中出现两个<\d+>就不可以(‘替换的字符’可以),你可以使用<
java_tree
- 自己开发的可扩展java树结构,包括节点排序,遍历(非递归算法),查找(单节点,全路径匹配),添加删除等。排序方式,节点匹配方式均可通过接口可扩展,本代码是自己开发的一个cms项目中的一部分,可独立使用-Self-developed scalable java tree structure, including nodes sorting, traversal (non-recursive algorithm), find (single node, the full path to match
1
- 基于面向对象编程的文档向量相似度匹配算法-Object-oriented programming document vector similarity matching algorithm
Ontology-matching
- 本文是基于多策略的本体匹配的研究,主要采用了学习策略实现本体匹配。-This article is based on a multi-strategy ontology matching mainly used learning strategies to achieve ontology matching.
StringDemo
- 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
offline-map-matching-master
- 离线地图匹配,利用HMM隐马尔科夫模型实现离线地图匹配(map matching,use hmm to matching the point data to road data)