-
图书馆系统开发,功能基本上可以实现,非常适合参考和学习...
图书馆系统开发,功能基本上可以实现,非常适合参考和学习-Library system development, function can be achieved basically, very suitable for reference and learning
- 2022-01-26 02:57:36下载
- 积分:1
-
这是一个自动关机的小程序,欢迎大家批评指正!
这是一个自动关机的小程序,欢迎大家批评指正!-This is a small automatic shutdown procedures, welcomes your comments and corrections!
- 2023-01-20 10:25:04下载
- 积分: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
-
Promotional site
宣传性网站,一般简单的中小型企业网站,可以实现一般客户的需求-Promotional site
- 2023-05-24 02:35:04下载
- 积分:1
-
界面虽然简单,但是功能还是比较完善的银行家算法,欢迎大家改编...
界面虽然简单,但是功能还是比较完善的银行家算法,欢迎大家改编-interface is simple, but the functionality is still relatively sound bankers algorithm, we welcome adaptation
- 2022-01-27 22:35:43下载
- 积分:1
-
VC修改IE主页的原代码。
VC修改IE主页的原代码。-IE home page VC modify the original code.
- 2023-07-29 15:20:03下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1654*
A methodology to assess interference from broadcasting-satellite service
(sound) into terrestrial IMT-2000 systems intending to use
the band 2 630-2 655 MHz
- 2022-03-22 04:31:40下载
- 积分:1
-
非常好的银行取款机系统用VB写的绝对经典哦哦哦
很不错的银行取款机 系统哦
用VB写的哦 呵呵 绝对经典-very good bank teller machine system with VB oh oh wrote Oh absolutely classic
- 2022-02-14 16:05:23下载
- 积分:1
-
将文件夹设置为共享的程序
将文件夹设置为共享的程序- Establishes the folder as the sharing procedure
- 2022-05-25 20:03:40下载
- 积分:1
-
注册表对案件的经典例子保护VC++编程能力。
关于注册表的经典例子 该例子中保护了VC++编程中常用的API函数,例子简单易学。-registry on the classic example of the case to protect the VC++ Programming common API function, as in the case is easy.
- 2022-01-28 02:46:38下载
- 积分:1