-
DELPHI skills set, which contains many of the Delphi programming skills and the...
DELPHI的技巧集,其中包含了很多在DELPHI编程中所需的技巧及源码。-DELPHI skills set, which contains many of the Delphi programming skills and the necessary source code.
- 2022-05-19 12:14:50下载
- 积分:1
-
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。...
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。-wrote it myself. Using signal volume philosopher mechanism to solve the problem of deadlock. Accompanied by a detailed explanation.
- 2022-01-20 23:24:34下载
- 积分:1
-
VC++ Environment used to create a multi
VC++环境下,用于制作一个多功能的状态栏-VC++ Environment used to create a multi-purpose status bar
- 2022-10-12 04:55:03下载
- 积分:1
-
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用....
一个有关JAVABEAN的设计程序,可能实现BEAN功能,并被其它JAVA程序调用.-JAVABEAN one of the design process, Beans possible functions, the other was called Java procedures.
- 2022-11-23 12:30:03下载
- 积分:1
-
注册表操作的源码
注册表操作的源码-registry operated source
- 2022-03-16 12:36:30下载
- 积分:1
-
IC卡说明,内有IC开发的API函数
IC卡说明,内有IC开发的API函数-IC card shows that there are IC development API function
- 2022-07-11 06:26:40下载
- 积分:1
-
告诉你怎么做定时器
tells you how to do the timer
- 2023-02-10 20:10:03下载
- 积分:1
-
获取计算机的配置
获取计算机的配置-access computer configuration
- 2022-01-25 19:38:52下载
- 积分:1
-
of Storage!
关于Storage-of Storage!
- 2022-03-01 09:01:26下载
- 积分:1
-
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