-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
ping的示例代码,很好的。希望对大家有帮助
ping的示例代码,很好的。希望对大家有帮助-ping of the sample code, very good. Hope everyone has to help
- 2022-01-25 22:19:05下载
- 积分:1
-
用于VB环境使用鼠标滚动键,方便代码编写
用于VB环境使用鼠标滚动键,方便代码编写-VB environment for using the mouse scroll to facilitate coding
- 2022-01-27 09:20:54下载
- 积分:1
-
一个有日历、备忘、通讯录功能的软件源码。
一个有日历、备忘、通讯录功能的软件源码。-a calendar, memo, contacts, the software source code.
- 2022-02-09 12:24:11下载
- 积分:1
-
提高了编程速度,免去了到书上查找的不便!
提高了编程速度,免去了到书上查找的不便!-increase the speed of programme,excuse the inconvenience of search on the book.
- 2022-12-19 16:45:03下载
- 积分:1
-
xml解析类可以给用户带来一定的方便,
xml解析类可以给用户带来一定的方便, -xml analytic category can give users a certain degree of convenience,
- 2022-03-06 07:24:07下载
- 积分:1
-
实现windows系统下的系统信息的查询,与基本的开关机等功能。...
实现windows系统下的系统信息的查询,与基本的开关机等功能。-Realize the system under the windows system information inquiries, and basic features such as switch machines.
- 2022-07-14 12:01:25下载
- 积分:1
-
查看谁在使用该文件
查看谁在使用该文件 -Inspecting who are using the file
- 2022-05-24 08:59:45下载
- 积分:1
-
TASM Compiler for free used.
TASM Compiler for free used.-processor used Compiler for free.
- 2022-04-24 12:23:10下载
- 积分:1
-
动态链接库的学习,如何制作并如何引用,并有电子文档
动态链接库的学习,如何制作并如何引用,并有电子文档-Dynamic Link Library to learn how to create and how to invoke and to have electronic documents
- 2022-08-13 05:44:40下载
- 积分:1