-
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
-
老Y文章管理系统V2.0
专业的开发多提宝贵意见
老Y文章管理系统V2.0
专业的开发多提宝贵意见-Old Y article management system V2.0 professional development with more valuable comments
- 2022-04-13 12:57:59下载
- 积分:1
-
多路数据采集系统
多路数据采集系统-Multi-channel Data Acquisition System
- 2022-05-20 08:10:09下载
- 积分:1
-
the code used several categories, the computer can access the CPU information, i...
这个代码使用了几个类,即可获取计算机中CPU的信息,包括CPU频率,型号,生产商,二级缓存,CPU技术特征,所有寄存器位置等.没有使用微软的WMI库编程-the code used several categories, the computer can access the CPU information, including CPU frequency, type, manufacturer, two cache, CPU technical features, register all locations. Do not use Microsoft"s WMI programming library
- 2022-01-31 04:04:21下载
- 积分:1
-
partion logic disk management tool for source code. Recognition of all types Div...
partion logic 磁盘管理工具源代码 。识别各种类型分区,以及可以对这些分区进行操作。 -partion logic disk management tool for source code. Recognition of all types Division, and of these districts can operate.
- 2022-01-31 20:21:47下载
- 积分:1
-
显示NT机器运行的总时间
显示NT机器运行的总时间- Demonstrates the NT machine movement the total time
- 2022-01-31 15:58:53下载
- 积分:1
-
一个注册表优化工具源代码,来自www.freevbcode.com
一个注册表优化工具源代码,来自www.freevbcode.com-A registry optimization tool source code, from www.freevbcode.com
- 2023-03-05 10:20:04下载
- 积分:1
-
This is a very good program, hope to be able, through your acceptance, thank you...
这是一个很好的程序,希望能够通过您的验收,谢谢!-This is a very good program, hope to be able, through your acceptance, thank you!
- 2022-04-26 11:57:24下载
- 积分:1
-
labview的源代码,用于获得CPU的序列号,对于软件的安全设计意义重大。实际应用如:自己设计的软件别人使用时,可采用机器序列号唯一对应的授权号,这样可以避免...
labview的源代码,用于获得CPU的序列号,对于软件的安全设计意义重大。实际应用如:自己设计的软件别人使用时,可采用机器序列号唯一对应的授权号,这样可以避免自己的劳动成果被别人占有-PC source code for access to the CPU serial number, software for the safety design of great significance. Practical applications such as : their design software used by others, we can use machines, the only sequence corresponding to the authorization, This will avoid the fruits of their own labor occupied by others
- 2022-02-05 11:03:34下载
- 积分:1
-
一套由很多系统方面编程的Delphi/C++Builder控件源码
一套由很多系统方面编程的Delphi/C++Builder控件源码- A set Delphi/C Builder which programs by the very many systems
aspect controls the source code
- 2022-01-25 17:36:01下载
- 积分:1