Welcome![Sign In][Sign Up]
Location:
Search - scan matching

Search list

[VC/MFCkuohaopipei

Description: 设计算法判断一个算术表达式的圆括号是否正确配对。 (提示: 对表达式进行扫描,凡遇到 ( 就进栈,遇 ) 就退掉栈顶的 ( ,表达式被扫描完毕,栈应为空。-Design algorithm to determine an arithmetic expression is correct matching parentheses. (Hint: regular expressions to scan for, in any case where (in the case into the stack, the event) on the Top-to return the (, expression was scanned, the stack should be empty.
Platform: | Size: 1024 | Author: zhuzhu | Hits:

[JSPThinkinginJava

Description: Thinking in Java(java编程思想) 第三版+第四版(完整中文版电子书+配套习题答案) 本资料包括四部分内容: 1、Thinking in Java 3th Edition.pdf为java编程思想第三版,是中文版,pdf格式,不是扫描版,非常清晰,与实际的书内容一模一样 2、Thinking in Java 3th Edition习题及答案.chm为第三版的配套习题参考答案; 3、Thinking in Java 4th Edition.pdf是pdf格式,非扫描版,完整版,绝对不会少一丁点内容 ; 4、Thinking in Java 4th Edition答案.zip是由xiaotingdu分章整理,该部分下载者可自己调试再次整理发布,以求更好; -Thinking in Java (java programming idea) third edition+ fourth edition (the Chinese version of a complete e-book+ matching exercises answer) This information includes four parts: 1, Thinking in Java 3th Edition.pdf third idea for java programming version, is the Chinese version, pdf format, rather than scan version is very clear, with the actual content of the same book 2, Thinking in Java 3th Edition exercises and answers. chm matching exercises for the third edition of a reference answer 3, Thinking in Java 4th Edition.pdf are pdf format, non-scan version, full version, definitely not one bit less content 4, Thinking in Java 4th Edition answers. zip is separate chapters xiaotingdu finishing, the parts can download their own once again finishing debugging release in order to better
Platform: | Size: 9103360 | Author: 方平 | Hits:

[matlabMobileRobot

Description: Fast Laser Scan Matching using Polar Coordinates
Platform: | Size: 5120 | Author: Dongjun Hyun | Hits:

[Otherstardict-3.0.1

Description: 星际词典,开源项目,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 Full-text translation, Net Dict. -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 Full-text translation, Net Dict.
Platform: | Size: 2637824 | Author: 胡大为 | Hits:

[WEB CodeCodeSecurity

Description: 能对主流的php木马进行扫描和提示。 根据匹配的次数和危险程度排序后,可以有效发现木马-Php mainstream Trojan can scan and tips. According to the matching frequency and risk ranking, the Trojans can find
Platform: | Size: 321536 | Author: 卫洪杰 | Hits:

[Linux-Unixstardictd-0.3.tar

Description: 著名的开源电子词典,类似金山词霸。支持多字典,这是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 new functions, such as Full-text translation, Net Dict.
Platform: | Size: 366592 | Author: Wang Zhongjun | Hits:

[Special Effectshsm-matlab

Description: 使用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 data overlap.
Platform: | Size: 1115136 | Author: Wilford | Hits:

[matlabscan_matching

Description: 悉尼大学博士TimBaily编写的激光测距仪匹配的程序。其中包含C++的实现,内容包括:最小二乘优化,近邻匹配等基本算法的实现,是应用激光测距仪进行定位和地图构建不可多得的入门教程。 -scan-matching code written by matlab and c++, dealing with laser range data.
Platform: | Size: 2665472 | Author: Wilford | Hits:

[ScannerStatic_detection

Description: 代码实现了一个模拟基于特征码扫描木马的小工具。可对磁盘所有内容进行扫描,匹配特征码,一旦发现可疑文件,可立即删除。特征码算法采用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 signature algorithm
Platform: | Size: 2719744 | Author: lee longying | Hits:

[Other Embeded program4KEY

Description: 新世纪电子配套历程,简单的MSP430独立按键扫描程序,可以扫描4个按键-The new century, electronic matching process, the MSP430 independent keys scanner can scan four buttons
Platform: | Size: 20480 | Author: dd | Hits:

[File Operatesplit_words

Description: 分词程序,正向最大匹配法,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
Platform: | Size: 1024 | Author: Jakeris | Hits:

[OS programlexical-analyzer

Description: 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符 NUM 表示数值常数 STR 表示字符串常数 3、检测词法错误:给出有意义的错误信息和错误发生的行号。 -Compile a report principle experiment to experiment: lexical analyzer experimental purposes: to achieve lexical analysis program TINY+ language (scanner) Experiment: a lexical analyzer Input Output Scan program source code file, the output is token string. 2, you need to follow the " longest string matching principle" , such as matching the string ' : =' is the assignment operator instead of a colon and equals two operators. Token expressed as key-value pairs (Kind, Value) format. The following token symbols represent different categories (ie Kind values) KEY expressed reservations expressed special symbol SYM word identifier ID NUM represents a numerical value represents the string constant constant STR 3, the detection lexical error: give meaningful error messages and line number the error occurred.
Platform: | Size: 2717696 | Author: alfred artorius | Hits:

[Otherpoly

Description: 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
Platform: | Size: 9634816 | Author: chenfly | Hits:

[Software Engineeringscan

Description: 可以用于扫描碎纸片,以及其模式匹配和识别功能的程序源代码-Source code can be used to scan scraps of paper, and its pattern matching and recognition capabilities
Platform: | Size: 1024 | Author: 陈空 | Hits:

[Other systemscode

Description: 与常见文件管理使用的文件名索引不同,本软件基于易语言,能够对文件内容进行识别。提供识别关键字设置接口,基于识别关键字对多类文件内容进行扫描后,统计匹配文件路径信息,并以excel文件格式输出。此外,为了提高系统运行效率,还为用户提供扫描文件类型设置、扫描范围(本机硬盘)设置接口。-Index common file name and file management are using, the software based on VB, able to identify the contents of the file. Provide identification keyword set the interface, based on keyword recognition after many types of files scanned and statistical matching file path information, and the format of the output to excel file. In addition, in order to improve the system efficiency, but also provides users scan the file type, scan range (local drive) set the interface.
Platform: | Size: 13312 | Author: 王翔 | Hits:

[Otherlaser-slam-leaning-documentation

Description: 关于SLAM学习的一些英文书籍.包括The Scaling Problem ekf SLAM,state estimation for robotics,scan-matching-some English books On SLAM learning .such as The Scaling Problem ekf SLAM,state estimation for robotics,scan-matching
Platform: | Size: 31230976 | Author: nana | Hits:

[Graph Recognizefingerprint-recognition

Description: 一个基于MATLAB编程环境的指纹识别算法,可以将扫描的指纹与预设指纹进行匹配。-A MATLAB programming environment based on the fingerprint recognition algorithm, you can scan the fingerprint and preset fingerprint matching.
Platform: | Size: 616448 | Author: 于晨 | Hits:

[OtherScanEmptyFolderTool

Description: 空文件夹查找工具 1.根据输入的路径信息查找空文件夹(默认没有输入就是全盘扫描),返回匹配的文件夹列表 2.文件夹查找的代码需要在线程中执行 3.查找过程中界面动态显示文件夹路径信息 4.查找完成后在一个列表中显示找到的空文件夹,双击文件夹可以打开文件夹对应的路径 5.选择一个文件夹可以将其删除 6.程序需要保证单实例运行,主界面默认显示在屏幕中央-Empty Folder Finder 1. Enter the path information to find an empty folder (default is no input full scan), returns a list of matching files folder 2. Find the folder 3. Find the code needs to the process in a dynamic interface thread displays the folder path information 4. find the completion of the list is displayed in a found empty file folder, double-click the folder to open the path to the folder corresponding 5. Select a folder can be deleted 6. the program needs to ensure that a single instance is running, the main interface is displayed in the center of the screen by default
Platform: | Size: 865280 | Author: 丹丹 | Hits:

[Linux-Unixlaser_scan_matcher

Description: 基于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.)
Platform: | Size: 15497216 | Author: Kira | Hits:

CodeBus www.codebus.net