-
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
-
远程桌面服务器,VC7下写的,欢迎测试,有问题请告诉我
远程桌面服务器,VC7下写的,欢迎测试,有问题请告诉我-Remote Desktop server, written under the VC7 welcome testing, please tell me the problem
- 2022-07-14 19:51:03下载
- 积分:1
-
这是一个关于水文方面的系统。里面测报软件和短信收发软件。...
这是一个关于水文方面的系统。里面测报软件和短信收发软件。-This is a study on the hydrological aspects of the system. Inside the monitoring software and software to send and receive message.
- 2022-05-20 18:36:59下载
- 积分:1
-
two consenting programs can directly communicate under Windows NT using the WM_C...
two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
- 2022-07-22 13:50:31下载
- 积分:1
-
pv is not that type of operation LPVOID pointer, which means you can assign any...
pv操作 LPVOID是一个没有类型的指针,也就是说你可以将任意类型的指针赋值给LPVOID类型的变量(一般作为参数传递),然后在使用的时候在转换回来。-pv is not that type of operation LPVOID pointer, which means you can assign any type to LPVOID pointer type variable (usually passed as a parameter), and then when used in the conversion back.
- 2023-06-02 18:50:04下载
- 积分:1
-
VS2005典型实例源码大全(C#),这是一些比较好的实例,对于初学者的是一大帮助。...
VS2005典型实例源码大全(C#),这是一些比较好的实例,对于初学者的是一大帮助。-VS2005 Guinness classic example of source code (C#), This is some of the better examples, for beginners is a big help.
- 2022-01-25 19:45:32下载
- 积分:1
-
高级编程范例中字体例子
高级编程范例中字体例子-high-level programming paradigm example fonts
- 2022-09-14 14:20:03下载
- 积分:1
-
< MFC经典问答>>是微软类库经常遇到的问题,多达130条,采用问答的形式,通过对这些代码的研究可以灵活掌握MFC的操作,比如视图,窗体,对...
< MFC经典问答>>是微软类库经常遇到的问题,多达130条,采用问答的形式,通过对这些代码的研究可以灵活掌握MFC的操作,比如视图,窗体,对话框,注册表等操作。本代码为视图和框架窗口的代码-
- 2023-01-19 08:55:03下载
- 积分:1
-
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。
产生程序序列号源码,VC学习案例,对软件编程感兴趣的朋友学习。-Serial number generation process source, VC case study on the software programming of interest to people in learning.
- 2022-05-27 02:29:08下载
- 积分:1
-
一个自动更换图片的屏幕保护程序,可以自定义背景图片和背景音乐...
一个自动更换图片的屏幕保护程序,可以自定义背景图片和背景音乐-A screen saver,it can auto change background picture and music
- 2022-04-27 04:05:32下载
- 积分:1