搜索资源列表
search 用Lucene实现的用于搜索引擎
- 用Lucene实现的用于搜索引擎中的搜索的一般流程,可以在此基础上进一步实现更高效的搜索算法和对搜索结果的排序
data_sort
- 在VC,建立单链表,输入链表数据,搜索链表数据,插入新链表元素。实现输入数据的排序和输出。-It s based on MS VC++6.0,to inputs the link data,search the data in the link, and insert the new data to the link. Realized sorting and outputing the data.
SearchEngineFinal
- 搜索引擎基本功能实现,包括网页爬取、内容组织、倒序排序、索引建立以及关键字查询模块。-Basic functions of search engines, including web crawling, content organization, reverse sorting, indexing and keyword search module.