资源列表
Search_Search_Engine_Overview
- 关于搜索引擎的一份优秀报告,包括搜索引擎的架构剖析,目前的应用以及所需解决的问题,文章来源于微软亚洲研究院-On a good search engine, including search engines analyze the structure, the current application and the necessary issues, the article comes from Microsoft Research Asia
todaysteel.com
- 网络爬虫工具,抓取Todaysteel网站的分类信息。-Network tools reptiles, crawl Todaysteel site classification information.
daima
- 于天恩———《迅速搭建全文搜索平台——开源搜索引擎实战教程》原书代码-Yan--- in " full-text search platform for rapidly building- open source search engine combat tutorial," the original code
ldap_search
- 搜索ldap的条目,输入指定条件即可搜索出相应的ldap条目-Search ldap entries, enter the search conditions specified in the corresponding entries in ldap
howtogoogle
- google从入门到精通,提高搜索能力的文档-google from entry to the master to improve the search capabilities of the document
STANN
- STANN是轻量级的邻域搜索C++库, 在低维空间性能极为卓越, 特别是3D空间, 比ann-1.1.1好.-STANN is a lightweight thread-safe library for doing Nearest Neighbor searches. It is designed for low dimensional data sets, preferably 3d
robot.c.c
- 一个红外避障的六足爬虫机器人程序,网上查了很多,没有这样的源码程序-An infrared obstacle avoidance of the six-legged robot reptiles procedures, a lot of online search, there is no such source program
google
- google排名秘笈,非常重要seo-google ranking secrets, a very important seo! ! ! ! ! ! ! !
wuxiangtu4
- 无向图的宽度优先搜索 -Undirected graph in breadth-first search of undirected graph breadth-first search
wuxiangtu3
- 无向图的深度优先搜索 无向图的深度优先搜索 无向图的深度优先搜索 -Undirected graph depth-first search of undirected graph depth-first search of undirected graph depth-first search of undirected graph depth-first search of undirected graph of the depth-first search
SearchEngine
- 北大天网项目负责人,国内信息搜索权威李晓明著,对搜索引擎原理进行了细致的讲述-North Skynet project manager, internal information search authority Li Xiaoming, and the principle of the search engine on a detailed
10121
- 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序 输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再 按照与输入相反的顺序将这些数据显示在屏幕上。 具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla 中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处 理方法。例如,可设计并使用已经在第四章