搜索资源列表
intellgence
- 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
busy
- 查公交呀——北京公交简易查询工具 说明: 本工具基于Symbian S60手机上的Python解释器运行,用户需要事先安装Python解释器。 本工具可以按照路线号、起止站名和正则表达式匹配来查询公交路线信息,但不具备换乘方案查询功能。 公交路线信息截止2006年9月,仅供参考。乘坐公交应以公交公司发布的信息为准。-investigation bus ah -- Beijing Public Transport simple query tool : Tools ba
CGridCtrl-07-4-25-0
- 一个完整的数据库查询及匹配算法软件,包含全部的源代码。软件的界面使用了漂亮的网格控件,整个数据显示整齐美观。-integrity of a database query and matching algorithm software, contains all the source code. Software interface to use a nice grid control, the entire data show a tidy and beautiful.
VisualC++ProjectDevelopeCode
- 此为《Visual C++ 项目开发实用案例》书籍配套光盘,该书由“数据库查询工具”、“数据转换工具”、“图像处理系统”、“系统资源监测器”、“HTTP日志解析、分析系统”五个案例构成,光盘资料中提供了所有系统的源程序代码和相关文件。-as the "Visual C projects to develop practical case" books matching discs, from the book "database query tool",
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
MoView2
- VB版的MOVIEW,包括了VB+MO的一切基本功能:地图的放大、缩小、地址匹配,空间查询...(MapObjects是一个数字地图相关的控件组,程序需安装MO才能运行,供GIS专业用)推荐-MOVIEW version of VB, VB MO include all basic functions : the map to zoom, address matching, spatial query ... (MapObjects is a digital map of the control
xsl示例
- xml源码,很简单,但是很实用。 在XSL这个壳中,我们要从原料库??XML里提取相关的数据,就要用到XSL提供的模式化查询语言。所谓模式化查询语言,就是通过相关的模式匹配规则表达式从XML里提取数据的特定语句,即我们上所说的“筛子“。 参考微软的”XSL开发者指南”,我们大致可将模式语言分为三种: 选择模式 < xsl:for-each >、< xsl:value-of >,和 < xsl:apply-templates > 测试模式 < xsl:i
SearchEngine
- 搜索引擎模块是一个很主要且常见的功能。一个好的搜索引擎能给用户使用带来方便。在“站内”选项卡下的搜索框中输入欲查询的关键词,如“PHP 字符串,处理技术!”,单击“极速搜索”按钮,系统会首先过滤欲查询关键词的标点符号,然后对过滤标点符号的关键词进行分词操作,接下来在数据库中检索与之匹配的信息资源。同时实现搜索计时及查询结果汇总功能,并在结果集中高亮显示查询关键词,最后以分页形式输出匹配结果给用户。-Search engine module is one of the main and commo
AutoCompleteComboBox_src
- combox根据输入自动查询,自动匹配,可以设置 -combox automatically according to the input query, automatic matching, you can set
huibianshiyan
- 清华汇编实验源代码 字符串匹配 查询电话号码 窗口屏幕程序-Tsinghua Experimental source code compilation query string matching phone number window screen procedures
Dictionary
- 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
dwryh
- dwr的一个模糊匹配查询,提供类似Google的模糊查询功能-DWR as a fuzzy matching inquiries, to provide similar functionality Google' s fuzzy query
vcas_2009
- A method to detect new objects in a scene by comparing an input query image and a movie database captured beforehand is proposed. Our method is based on both feature point matching and edge matching. First, we select the most matched movie from t
stringmatching
- 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
imageretrievalC++
- Image Retrieval C++. A prototype system that allows the user to perform image matching based on at least one of the following visual attributes: - (a) Shape (b) Color Assumed that the given query is a sample image where the retrieved im
elective
- 基于文件系统的选课系统,涉及文件读写,查询匹配算法,数据结构-The elective system based on file system, file reading and writing involved, query matching algorithms, data structures
NCC
- ncc查询匹配的方法,可以用来做各种图像匹配的简单代码-ncc query matching method can be used for a variety of image matching short code.
Xingzuo
- 星座查询配对,在占星领域,星座指黄道带上划分的十二个均等区域。西方占星认为天象依“上行、下效”原则反映、支配着人类活动,因此十二星座代表了十二个基本人格型态或感情特质。这种星座文化用人的出生地、出生时间和天体的位置来解释人的性格和命运。-Constellation query matching,In astrology, the constellation refers to twelve equal areas of the zodiac division. According to the
auction
- 在线竞拍,多条件同时查询相匹配信息,mybatis框架,分层开发(Online auction, multi conditional simultaneous query matching information, mybatis framework, layered development)