-
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
-
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5...
Undocumented Windows NT(未公开的NT内核技术)最新中文版发布于: 2005.3.5-Undocumented Windows NT (not open to the NT kernel technology) Chinese version of the latest release on : 2005.3.5
- 2022-06-18 21:52:36下载
- 积分:1
-
实现两个鼠标同时控制一台电脑!
控制键4,5,6,7,8,9
实现两个鼠标同时控制一台电脑!
控制键4,5,6,7,8,9-Realize both the mouse to control a computer at the same time! Control keys 4,5,6,7,8,9
- 2022-06-14 21:42:44下载
- 积分:1
-
dll窗体业务
dll窗体业务-12
- 2022-07-08 01:01:47下载
- 积分:1
-
C#写的一个操作系统任务的类库程序,很强大。
C#写的一个操作系统任务的类库程序,很强大。-C# to write an operating system task library program, very strong.
- 2022-03-10 10:09:41下载
- 积分:1
-
Based on the VHDL language, and practical watchdog function of the design proces...
基于VHDL语言,实用的看门狗功能设计程序-Based on the VHDL language, and practical watchdog function of the design process
- 2022-01-22 07:11:37下载
- 积分:1
-
In the core layer view the WINDOWS system objects, to achieve similar functional...
在核心层查看WINDOWS系统对象,实现与WINOBJ类似的功能-In the core layer view the WINDOWS system objects, to achieve similar functionality with the WINOBJ
- 2022-02-26 18:50:35下载
- 积分:1
-
本注册表编辑工具可以实现对注册表项目的添加、修改、删除、成批的查询、成批的删除等。在搜索的结果中可以灵活的操作根项目。(原码)...
本注册表编辑工具可以实现对注册表项目的添加、修改、删除、成批的查询、成批的删除等。在搜索的结果中可以灵活的操作根项目。(原码)-the Registry Editor tool can be achieved on the registry to add, modify, delete, groups of inquiries, Groups such as the deletion. In the search results can be flexible-operation projects. (Original code)
- 2022-04-15 13:02:54下载
- 积分:1
-
一个简单的一箭穿心程序
其实这个程序也不难,只要用心形线方程(1...
一个简单的一箭穿心程序
其实这个程序也不难,只要用心形线方程(1-ρ×cosθ)来绘图就可以了。-A simple stone Feedthrough programs fact, this procedure is not difficult, as long as the heart-shaped line of equation (1-ρ × cosθ) to drawing on it.
- 2022-02-14 12:28:20下载
- 积分:1
-
Code to achieve a Windows interface services, code to achieve auto
代码实现了有界面的Windows服务,代码有实现自动安装服务、卸载服务的功能实现。-Code to achieve a Windows interface services, code to achieve auto-installation services, unloading services functions.
- 2022-04-07 18:43:30下载
- 积分:1