搜索资源列表
htmlparser
- Csharp编写网页分析源代码!对于做搜索引擎有一定的帮助。-Csharp prepared analysis website source code! Search engines for so helpful to a certain extent.
ContentAnalyzer
- 搜索引擎正文提取程序,通过html分析和正则,去掉html代码,保留网页正文,只针对中文有效。英文稍加修改即可使用。-The body of the search engine extraction process, through analysis and regular html remove html code to retain the page text, only effective against the Chinese. Slightly modified to use Engl
ASP.NET 数据库搜索引擎
- 简单的数据搜索引擎-simple data search engine
ESP
- 使用dotnet + 多线成的爬虫程序。 主要用于sina , 163 等大型论坛。 后台搭配数据库, 已经实现了 下载后的搜索, 图片已经实现下载在分类目录。 -Using dotnet+ Multi-line program into the reptiles. Mainly used sina, 163 and other large forums. Background with a database, has become a reality after downloa
NLuke0.12
- 这是一个基于网络的,扩展了lunce的一个搜索分词工具-This is a web-based, expanded lunce participle of a search tool
AnalyzerViewer_source
- Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs.
SearchEngine
- 用CSharp编写的源程序,开发环境是VS2005,这是一个小型搜索引擎系统。-Prepared using CSharp source, development environment is visual studio 2005, this is a small search engine system.
NetSpider
- 搜索引擎开发总结、搜索引擎开发总结搜索引擎开发总结-Summary of search engine development
Crawler_src_code
- 网页爬虫(也被称做蚂蚁或者蜘蛛)是一个自动抓取万维网中网页数据的程序.网页爬虫一般都是用于抓取大量的网页,为日后搜索引擎处理服务的.抓取的网页由一些专门的程序来建立索引(如:Lucene,DotLucene),加快搜索的速度.爬虫也可以作为链接检查器或者HTML代码校验器来提供一些服务.比较新的一种用法是用来检查E-mail地址,用来防止Trackback spam.-A web crawler (also known as a web spider or ant) is a program,
SearchEngine
- C#+Lucene.Net开发完成的一个自定义WEB搜索引擎,本项目实现了分词、模糊索引,加以Lucene.Net内部核心功能共同实现了搜索机制引擎-C#+ Lucene.Net developed a custom WEB search engine, the project achieved a sub-word, fuzzy indexing, Lucene.Net be the core function of the internal search mechanism to achie
Blog_Engineer
- 博客搜索引擎,个人呕心沥血积累的c#源码,是个人学习、开发的好资料-Blog search engine, personal heart out accumulated c# source code, is a personal learning and development of good information
chuizhisearch
- wangbo垂直搜索引擎完全开源版 1.前台结合Lucene的搜索引擎功能,使得数据搜索更快; 2.新增加采集功能,采集时图片下载,flash下载功能,默认配置的是南海网分类信息的采集规则; 3.该代码简洁,完全开源,可以与网博多款新闻系统无缝整合;-wangbo vertical search engine that fully open-source version of one. front with Lucene search engine capabilities, all
QuickwebsearchengineC
- this is a faster search engine
KSEngine
- 搜索引擎C#源代码,亲情奉献,呕血力作啊!!能正常运行,正常调试,有抓网页,分析网页,等技术在里面,如果有其他什么问题联系我email(k.liuxu@gmail.com)-The search engine code
CSharpSpider
- "蜘蛛"(Spider)是Internet上一種很有用的程序,搜索引擎利用蜘蛛程序將Web頁面收集到數據庫,企業利用蜘蛛程序監視競爭對手的網站並跟蹤變動,個人用戶用蜘蛛程序下載Web頁面以便脫機使用,開發者利用蜘蛛程序掃瞄自己的Web檢查無效的鏈接……對於不同的用戶,蜘蛛程序有不同的用途。那麼,蜘蛛程序到底是怎樣工作的呢? 本文介紹如何用C#語言構造一個蜘蛛程序,它能夠把整個網站的內容下載到某個指定的目錄,程序的運行界面如圖一。你可以方便地利用本文提供的幾個核心類構造出自己的蜘蛛程序。 -