搜索资源列表
遍历网页中的元素
- 本软件实现对浏览器打开的网页进行监视、模拟操纵、动态提取用户输入、动态修改等功能,围绕如何遍历 HTML 中的表单(form)并枚举出表单域的属性为目标,对于网页中的其它元素,比如图象、连接、脚本等等都实现了枚举!-the software to the browser to open the website for surveillance, simulation manipulation, dynamic extraction of user input, dynamic modificat
GraphSream
- Java版本的Graph操作源代码。 包括无相图,有向图的构建、遍历等功能
Depth_graph
- 在分布式应用,和计算应用中,用图来描述数据无疑是非常多的广度遍历无向图,深度遍历无向图,-In distributed applications, and computing applications, with plans to describe the data are no doubt very many of the undirected graph traversal breadth, depth, undirected graph traversal,
min_distance
- 算法原理:对由所有绿洲以及起点/终点构成的图,运用广度搜索进行遍历, 同时动态更新图中当前遍历node以及其子节点对应的distance矩阵数据项, 遍历完毕后,distance矩阵中存储的即为各个node到起点的最佳路线距离。 -Algorithm: all the Oasis, as well as by the origin/destination consisting of maps, use to traverse the breadth of search, at t
adjacency_link
- 使用VC建立无向图的邻接表。再通过简单的打印函数遍历整张图,输入各个节点信息。-Establish the adjacency link of the no direction graph based on VC. And then prints the whole graph through the simple print function, and outputs the information of all the nodes.
remotemonitor
- VC++实现的远程监控。主要为客户端实时截图,然后压缩打包传到服务器的后台,进行实时显示。后台服务器也可以进行一些控制,如关机、遍历客户端的文件系统等。-VC++ to achieve remote monitoring. Primarily for the client to real-time screenshot, then compressed and packaged to the back-end server, real-time display. The background s
ergodic
- 1) 使用邻接矩阵和邻接表储表示分别实现如下给定的图1、图2、图3所示图的物理存储结构。 2) 在1)所建立的图形存储结构上分别实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 -1) Use an adjacency matrix and adjacency table represent savings realized as 1, 2, given the physical storage structure diagram shown in Figure 3. F
VMIMO6
- 该程序实现了图的先序,后序遍历和拓扑排序等,而且是界面输出,()