Quick Mutli search算法,对Quicksearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找
上传时间: 2015-07-15
上传用户:lepoke
自己写的search engine, 有 boolean search, fuzzy search
标签: search boolean engine fuzzy
上传时间: 2015-08-07
上传用户:refent
Simple GA code (Pascal code from Goldberg, D. E. (1989), Genetic Algorithms in search, Optimization, and Machine Learning.)
标签: D. E. code Optimization
上传时间: 2014-12-07
上传用户:wlcaption
BaiduMp3 search baidu mp3
上传时间: 2014-01-22
上传用户:qiaoyue
本程序代码主要是为search()模块,grade(),grade00(),grade60(), grade70(),grade80(),grade90(),computer()函数,实现了学生成绩管理的主要功能
上传时间: 2013-12-26
上传用户:561596
对三种数据结构的分析.avl tree,splaytree和binary search tree的插入和删除的算法复杂度分析.
标签: tree splaytree binary search
上传时间: 2014-01-01
上传用户:hustfanenze
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法
标签: algorithm string search Rabin
上传时间: 2015-09-12
上传用户:冇尾飞铊
碟机search流程说明 search过程中,主要涉及到的问题是search(搜索) 和Match(匹配),其目的就是能够准确地给光头定位。如果匹配才算是成功的?要跳转多少个Track(信迹)才能到目的位置,以及这些跳转指令又是如何?等等诸如此类的问题都将该文档中有详细的解释说明。在koala这个项目中,当 Servo不在做顺序读取,而因为某些特定目的要求需要做跳转读取,这时就需要用到search功能,快速跳转至指定位置读取数据。比如说歌曲跳转,当播放完前一首歌时,开始播放下一首歌时,必须快速将光头移至该首歌的开始数据位置,但因为前后两首歌的数据地址可能不是连续的,这就需要根据前后两首歌的地址差值进行search动作。
上传时间: 2014-12-05
上传用户:nanfeicui
Ontology based personalized search A master thesis
标签: personalized Ontology master search
上传时间: 2015-09-18
上传用户:阿四AIR