文件名称: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 arc that the network link between the relationship. And depth-first search of each of a., b. breadth-first search strategy to crawl the page.
设计一个网络蜘蛛系统,用有向网表示网页的链接网络,其中,顶点表示某个网页,有向弧表示网络之间的链接关系。并且分别以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 arc that the network link between the relationship. And depth-first search of each of a., b. breadth-first search strategy to crawl the page.
相关搜索: 网络蜘蛛
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Traversing Graph\(实验五)图的遍历.cpp
................\图的遍历.doc
Traversing Graph
................\图的遍历.doc
Traversing Graph