-
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
-
启动程序自动启动,很好的源码,希望大家有帮助
开机自动启动的好程序源码
希望对大家有所帮忙-Boot program automatically starts a good source would like to have everyone help
- 2022-03-20 18:13:47下载
- 积分:1
-
导出CListCtrl控件到Excel文件代码
导出CListCtrl控件到Excel文件代码
-derived CListCtrl control of the Excel file code
- 2023-02-03 06:25:04下载
- 积分:1
-
通过API函数,获得系统内存,BOIS上的信息。
通过API函数,获得系统内存,BOIS上的信息。-through API functions, access to system memory, the information on BOIS.
- 2022-12-26 21:00:03下载
- 积分:1
-
本程序为基于vc开发,用于读写系统时间,经实践非常好用
本程序为基于vc开发,用于读写系统时间,经实践非常好用-vc-based development system for reading and writing time, the practice is very handy
- 2022-04-08 18:05:43下载
- 积分:1
-
legendary cafes partner source legendary cafes partner FO
传奇咖啡馆合作伙伴来源传奇咖啡馆合作伙伴
- 2022-03-12 05:08:48下载
- 积分:1
-
A Windows client for Subversion
A Subversion client for Windows-A Windows client for Subversion
- 2022-01-31 20:46:07下载
- 积分:1
-
use of the graphic detail on the display of all disk clusters and the use of the...
使用图形方式详细的展示磁盘上所有簇的使用情况与文件的关联等详细信息.-use of the graphic detail on the display of all disk clusters and the use of the documents linked to detailed information.
- 2022-02-25 07:11:04下载
- 积分:1
-
windows on the task scheduling and more code to achieve a variety of task schedu...
基于windows的多任务调度代码 实现多种任务的调度-windows on the task scheduling and more code to achieve a variety of task scheduling
- 2022-02-02 13:43:33下载
- 积分:1
-
Delphi 做的 Win 98/Me/Nt/2000/XP 消息发送演示源码
Delphi 做的 Win 98/Me/Nt/2000/XP 消息发送演示源码-Delphi done Win 98/Me/Nt/2000/XP messaging demonstration FOSS
- 2023-09-03 22:00:03下载
- 积分:1