-
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
-
web download实用工具,非常好用
web download实用工具,非常好用-web download utility, very easy to use
- 2022-05-14 22:23:10下载
- 积分:1
-
#如果定义(__msdos__)&!定义(msdos)
#if defined(__MSDOS__) && !defined(MSDOS)
# define MSDOS
#endif
#if defined(__OS2__) && !defined(OS2)
# define OS2
#endif
- 2022-04-09 22:32:48下载
- 积分:1
-
一时间调整系统程序,欢迎大家下载使用,如果…
一个调整系统时间的程序,欢迎大家下载使用,如有问题,请留言联系。-a time of adjustment system procedures, all are welcome to download the use, if there are questions, please contact messages.
- 2023-03-10 13:30:03下载
- 积分:1
-
可以获得所有的登录session的源代码
可以获得所有的登录session的源代码-Get all the source code of login session
- 2023-09-07 05:45:03下载
- 积分:1
-
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.
一个很好的反rootkit例子,终止其运用或替换 重要system dlls.-A good example of anti-rootkit, to terminate the use or replacement of important system dlls.
- 2022-06-28 05:25:55下载
- 积分:1
-
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码...
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码-Function of the program is based on the form of dynamic libraries ADO package commonly used database functions, including source code and test code
- 2022-03-11 20:16:03下载
- 积分:1
-
这是一款用VC++编写的打印程序,它可以让你轻松实现各类报表打印,可以自动绘制报表。...
这是一款用VC++编写的打印程序,它可以让你轻松实现各类报表打印,可以自动绘制报表。-This is a VC++ printing procedures, it allows you to easily print various statements, statements of automatic drawing.
- 2022-02-04 02:06:47下载
- 积分:1
-
中国移动cmpp3模拟网关
中国移动cmpp3模拟网关 -China Mobile cmpp3 analog gateway
- 2023-06-09 14:50:03下载
- 积分:1
-
This component has the same functionality of the default Timer component, but it
This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timer
component, but it provides a higher resolution, until a maximum of 1
milisecond.
- 2022-02-15 20:57:15下载
- 积分:1