-
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
-
Wallpaper for your program settings. BMP images routines used in displays, JPG a...
为自己的程序设置壁纸。例程中使用了BMP图片显示、JPG和GIF图片显示、菜单设置、注册表设置与使用。-Wallpaper for your program settings. BMP images routines used in displays, JPG and GIF images display, menu settings, registry settings and use.
- 2022-03-23 03:36:53下载
- 积分:1
-
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即strin...
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scripting language package CSE database, using C++ package, commonly used objects, including Int, WideInt, float, Object target, char array (ie string), Int array, object arrays, dictionary, dict, etc., due to The package is lightweight, and used as the basis for the type library to support the Win32 software development, if you use STL containers and other cause inconvenience, this library is a good alternative.
- 2022-01-29 02:55:18下载
- 积分:1
-
color mouse pointer good
color mouse pointer good
- 2022-04-01 19:57:59下载
- 积分:1
-
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个...
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。还有递归求解的请看另一个-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that.
- 2022-12-10 07:15:03下载
- 积分:1
-
Process to monitor the original program, it is also useful, specific look at the...
进程监控的原程序,值得参考,具体看原码.-Process to monitor the original program, it is also useful, specific look at the original code.
- 2022-12-17 11:00:02下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,ole控制exce源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,ole控制exce源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, ole control exce source code
- 2022-06-16 08:22:26下载
- 积分:1
-
java核心技术中的java源代码,这本书很经典,其中的例子很有参考价值...
java核心技术中的java源代码,这本书很经典,其中的例子很有参考价值-core technology of java source code, this book is classic, an example of great reference value
- 2023-08-25 07:55:04下载
- 积分:1
-
模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.
模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.-simulated keyboard keystrokes, very lively, very interesting, but equipped with a voice-huh.
- 2022-06-11 23:30:00下载
- 积分:1
-
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi...
读取cpu的序列号和名称,用与对文件的保护处理等.包含源代码for delphi-cpu read the serial numbers and names, and with the protection of the document processing. Included source code for delphi
- 2022-03-20 02:26:27下载
- 积分:1