搜索资源列表
MobileRobot
- Fast Laser Scan Matching using Polar Coordinates
stardict-3.0.1
- 星际词典,开源项目,StarDict is a Cross-Platform and international dictionary Software. It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of new functions, such as
CodeSecurity
- 能对主流的php*进行扫描和提示。 根据匹配的次数和危险程度排序后,可以有效发现*-Php mainstream Trojan can scan and tips. According to the matching frequency and risk ranking, the Trojans can find
stardictd-0.3.tar
- 著名的开源电子词典,类似金山词霸。支持多字典,这是3.0版本-StarDict is a Cross-Platform and international dictionary Software. It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of n
hsm-matlab
- 使用Hough变换实现图像的二维匹配,可以用于形状的查找和对应,同样适用于机器人定位等领域。 代码内包含说明文档,内容详尽-This document describes the Matlab implementation of an algorithm called Hough Scan Matching. The algorithm s goal is to find the roto-translation which makes two sets of bidimensional d
scan_matching
- 悉尼大学博士TimBaily编写的激光测距仪匹配的程序。其中包含C++的实现,内容包括:最小二乘优化,近邻匹配等基本算法的实现,是应用激光测距仪进行定位和地图构建不可多得的入门教程。 -scan-matching code written by matlab and c++, dealing with laser range data.
Static_detection
- 代码实现了一个模拟基于特征码扫描*的小工具。可对磁盘所有内容进行扫描,匹配特征码,一旦发现可疑文件,可立即删除。特征码算法采用MD5-Code implements a simulated signature-based scanning Trojan gadget. All contents of the disk can scan signature matching, if found suspicious files can be deleted immediately. MD5 si
4KEY
- 新世纪电子配套历程,简单的MSP430独立按键扫描程序,可以扫描4个按键-The new century, electronic matching process, the MSP430 independent keys scanner can scan four buttons
split_words
- 分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末-Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence
lexical-analyzer
- 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
poly
- 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
scan
- 可以用于扫描碎纸片,以及其模式匹配和识别功能的程序源代码-Source code can be used to scan scraps of paper, and its pattern matching and recognition capabilities
code
- 与常见文件管理使用的文件名索引不同,本软件基于易语言,能够对文件内容进行识别。提供识别关键字设置接口,基于识别关键字对多类文件内容进行扫描后,统计匹配文件路径信息,并以excel文件格式输出。此外,为了提高系统运行效率,还为用户提供扫描文件类型设置、扫描范围(本机硬盘)设置接口。-Index common file name and file management are using, the software based on VB, able to identify the contents
fingerprint-recognition
- 一个基于MATLAB编程环境的指纹识别算法,可以将扫描的指纹与预设指纹进行匹配。-A MATLAB programming environment based on the fingerprint recognition algorithm, you can scan the fingerprint and preset fingerprint matching.
ScanEmptyFolderTool
- 空文件夹查找工具 1.根据输入的路径信息查找空文件夹(默认没有输入就是全盘扫描),返回匹配的文件夹列表 2.文件夹查找的代码需要在线程中执行 3.查找过程中界面动态显示文件夹路径信息 4.查找完成后在一个列表中显示找到的空文件夹,双击文件夹可以打开文件夹对应的路径 5.选择一个文件夹可以将其删除 6.程序需要保证单实例运行,主界面默认显示在屏幕中央-Empty Folder Finder 1. Enter the path information to find an e
laser_scan_matcher
- 基于PLICP (point-to-line iterative closest point) 算法的2D激光扫描匹配ROS程序包(An incremental laser scan matcher, using PLICP (point-to-line iterative closest point) scan matching algorithm.)