搜索资源列表
bot-package-1.4
- < 网络机器人java编程指南>>的配套源程序,研究如何实现具有web访问能力的网络机器人的书。从Internet编程的基本原理出发,深入浅出、循序渐进地阐述了网络机器人程序spider、Bot、Aggregator的实现技术,并分析了每种程序的优点及适用场合。本书提供了大量的有效源代码,并对这些代码进行了详细的分析。通过本书的介绍,你可以很方便地利用这些技术,设计并实现网络蜘蛛或网络信息搜索器等机器人程序。-lt; Lt; Java web Robot Programming
webspider
- 可以对网络进行爬寻,具体爬寻方式可以设置为深度优先或者广度优先。-Climbing on the network can find the specific way of climbing can be set to look for depth-first or breadth-first.
sphider-1.3.5
- Sphider是一个轻量级,采用PHP开发的web spider和搜索引擎,使用mysql来存储数据。可以利用它来为自己的网站添加搜索功能。Sphider非常小,易于安装和修改,已经有数千网站在使用它。 安装说明: 1,设置settings\database.php文件的数据库连接 2,运行admin/install.php执行安装 3,访问您的Sphider吧-Sphider is a lightweight, using PHP development web spi
TraversingGraph
- 数据结构中的图的遍历问题。 设计一个网络蜘蛛系统,用有向网表示网页的链接网络,其中,顶点表示某个网页,有向弧表示网络之间的链接关系。并且分别以a. 深度优先搜索,b. 广度优先搜索的策略抓取网页。-The graph data structure traversal problem. Design a web spider system, with a link to the web page that network, where vertices a page, there is the
Java-web-crawler-spider
- 网络爬虫蜘蛛Java源码,智能网罗信息,你懂的。-Java source web crawler spider, intelligent information gathering, you know.
l-weiwei-spiderman-master
- spiderman 是一个基于微内核+插件式架构的网络蜘蛛,它的目标是通过简单的方法就能将复杂的目标网页信息抓取并解析为自己所需要的业务数据-spiderman is based on a microkernel architecture+ plug-web spider, its goal is to be able to target the complex web of information to crawl and parse through a simple method for t
spider
- JAVA写的网络爬虫小程序,利用正则表达式提取关键信息。-JAVA applet written web crawler using regular expressions to extract key information.