-
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
-
这个例子可对NT或XP下的并口进行直接读写,超方便
这个例子可对NT或XP下的并口进行直接读写,超方便-This example can be NT or XP parallel port under the direct reading and writing, super-convenient
- 2022-09-26 01:40:04下载
- 积分:1
-
最新版ucos II 完整源码,非常好的一个实时操作系统,支持64个实时任务,优先级调度。...
最新版ucos II 完整源码,非常好的一个实时操作系统,支持64个实时任务,优先级调度。-latest version TRACK II source code integrity, a very good real-time operating system to support 64 real-time task, priority scheduling.
- 2022-03-30 23:59:27下载
- 积分:1
-
学习PE文件格式的一个小测试程序.上传凑分.
学习PE文件格式的一个小测试程序.上传凑分.-PE file format to learn a small test program. From points together.
- 2023-04-25 08:55:03下载
- 积分:1
-
Mitsubishi PLC dynamic COMFXPLC.dll.rar not connected documents, often useful, i...
COMFXPLC.dll.rar三菱PLC动态不连接文件,时常有用,感兴趣的朋友可以下载使用。-Mitsubishi PLC dynamic COMFXPLC.dll.rar not connected documents, often useful, interesting friends can download.
- 2022-02-05 06:15:08下载
- 积分:1
-
c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值...
c编译器实现源代码,对想学习系统编程特有帮助,特别是对正在学习编译原理的朋友有很高参考价值-c compiler source code to achieve the learning system to help specific programming, especially for the study was compiled tenets of friends have a very high reference value
- 2022-03-14 00:41:56下载
- 积分:1
-
本程序主要介绍如何通过该函数实现估算程序的复制时间
本程序主要介绍如何通过该函数实现估算程序的复制时间-This procedure describes how the main function of the adoption of the estimation procedure realize the replication time
- 2022-06-21 08:31:59下载
- 积分:1
-
这是一个笔者初学成果,主是是用于在办公环境里防止员工运行一些管理员禁止运行的程序,压缩包里附有祥细的使用说明
注:rar包解开后,其本身也是用winrar做...
这是一个笔者初学成果,主是是用于在办公环境里防止员工运行一些管理员禁止运行的程序,压缩包里附有祥细的使用说明
注:rar包解开后,其本身也是用winrar做的自解压文件-This is a writer of learning outcomes, is the proprietor is used in the office environment to prevent employees run against some administrators running program, compressed bag with the use wound Note : rar untie packets, as well as its own WinRAR do with self-extracting files
- 2022-01-25 18:19:58下载
- 积分:1
-
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。...
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。-The program implements the system add button on the dialog box, such as Explorer, add the file size of the column.
- 2023-06-25 21:20:04下载
- 积分:1
-
又一个字体有关的程序值得一看
又一个字体有关的程序值得一看-also a font is worth looking at the procedures
- 2022-01-26 07:49:33下载
- 积分:1