-
Create a storage structure of a given graph from the adjacency list and adjacenc...
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!)
3 编写一个主函数,将上面函数连在一起,构成一个完整程序。
4 将实验源程序调试并运行。
-Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps created by the depth and breadth-first search traversal, given the culmination of the process of traversal sequence. 3 order to map the minimum spanning tree, according to the order of the output side of the sequence structure. (Both methods require!) 3 to prepare a main function, the above function together to form a complete program. 4 source debugging and running the experiment.
- 2022-04-16 10:47:00下载
- 积分:1
-
此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!...
此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!-This document is about to do slides (PPT) can be used when the template material, can be user-friendly design directly in the template, and no longer beautiful for the design of any floor and the irritable!
- 2022-09-30 21:35:03下载
- 积分:1
-
基于c8051平台,at25f512flash芯片测试程序
基于c8051平台,at25f512flash芯片测试程序-C8051-based platform, at25f512flash chip test program
- 2022-04-26 19:06:34下载
- 积分:1
-
大连理工大学机器人足球仿真比赛平台网络版 网络版平台由3部分程序组成,包括Server、Client和Monitor...
大连理工大学机器人足球仿真比赛平台网络版 网络版平台由3部分程序组成,包括Server、Client和Monitor-Dalian Polytechnic University robot soccer simulation games online platform online platform comprised of three parts, including the Server and Client Monitor
- 2022-11-16 05:50:03下载
- 积分:1
-
LabVIEW programming skills demonstration, prepared by LabVIEW applications windo...
labview程序编程技巧演示,用labview编写windows应用滚动条制作小程序-LabVIEW programming skills demonstration, prepared by LabVIEW applications windows scroll bar the production of small programs
- 2022-03-04 22:42:02下载
- 积分:1
-
一款局域网工具,能进行点对点传送文件,还可以通信
一款局域网工具,能进行点对点传送文件,还可以通信-A local area network tools, can be point-to-point transmission of documents, but also communication
- 2022-08-17 00:52:33下载
- 积分:1
-
C#Web server程序原码
C#Web server程序原码-C# Web server processes the original code
- 2022-05-16 07:30:34下载
- 积分:1
-
在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。...
在使用VFP提供的GETDIR()函数获取目录或文件夹的时候,所打开的选择窗口有一个狐狸图标,应用到自己的程序中非常的不美观,该控件可以解决次问题。-the use of VFP GETDIR () function to obtain a catalog or folders, which opened a window to choose a fox icon of the application process very ugly, the time control problems can be solved.
- 2023-02-27 03:20:03下载
- 积分:1
-
数字电子技术电子教案
数字电子技术电子教案-note at least eight characters, extracting passwords to note Password
- 2023-05-16 19:45:03下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1