-
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
-
Aircraft booking system for C++ program source code, hope that the exhibitions.
飞机订票系统的C++程序源代码,希望多多指教。-Aircraft booking system for C++ program source code, hope that the exhibitions.
- 2022-07-09 14:29:51下载
- 积分:1
-
显示键盘操作的消息内容
显示键盘操作的消息内容-keyboard operation showed the news content
- 2023-05-06 17:30:03下载
- 积分:1
-
程序主要实现四个功能:getosversion()/操作系统版本的疯狂…
程序实现了四个主要功能:GetOsVersion()//OS version made GetMemInfo()//获取信息GetDriverInfo memory()//获取驱动程序信息GetCpuInfo()//读取CPU获取信息这里是一个特定的注册表进程名字符串,请看程序代码!
- 2022-03-16 06:18:11下载
- 积分:1
-
在windows下对串口进行操作与控制,可以读写任一串口。
在windows下对串口进行操作与控制,可以读写任一串口。-In the windows serial port under the operation and control, you can read and write either a serial port.
- 2022-07-23 23:56:42下载
- 积分:1
-
can be simulated in the process of management, VC series, the results can be sho...
可实现对进程的模拟管理,用VC编的,结果可间隔一秒显示-can be simulated in the process of management, VC series, the results can be shown at one-second intervals
- 2022-08-13 18:40:35下载
- 积分:1
-
a service used to control the process, it may be useful debugging service
一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
- 2023-02-20 07:25:03下载
- 积分:1
-
利用Delphi的任务监控ETL脚本编写,你可以开始正规的。
用DELPHI编写的监控ETL任务的脚本,可以通过任务管理定期启动,从而达到监控的目的-Prepared using DELPHI Missions monitoring ETL scripts, you can start a regular basis through the Task Manager, so as to achieve the purpose of monitoring
- 2022-04-13 09:47:31下载
- 积分:1
-
一个桌面涂鸦的小程序
一个桌面涂鸦的小程序-Spray-painted on a desktop applets
- 2023-05-24 19:50:02下载
- 积分:1
-
一个类似WINDOWS资源管理器,实现了基本功能。
一个类似WINDOWS资源管理器,实现了基本功能。-A similar WINDOWS Explorer, the realization of the basic functions.
- 2023-03-30 11:20:03下载
- 积分:1