-
实现队列的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作...
实现队列的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作-To achieve queue implementation of the basic algorithm and its functionality can delete queries, and insert them operate
- 2023-04-18 00:35: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
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1
-
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Vi...
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。-borrow books can be an effective management system to manage library resources, control the flow of books to borrow, Reading Room of the library or in the management of great help. Background database using SQL Server, future development tools to use Visual Basic.
- 2023-08-19 16:45:04下载
- 积分:1
-
No drive the implementation of the source code Ring0
无驱动执行 Ring0 代码的源程序-No drive the implementation of the source code Ring0
- 2023-07-23 05:05:03下载
- 积分:1
-
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等...
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
- 2022-11-20 05:25:04下载
- 积分:1
-
读写xml日志源码 读写xml日志源码
读写xml日志源码 读写xml日志源码-Read and write xml source to read and write xml log log source
- 2022-06-15 23:20:02下载
- 积分:1
-
基于VC开发的光驱控制程序,希望对您的开发有所帮助。
基于VC开发的光驱控制程序,希望对您的开发有所帮助。-CD-ROM-based VC control procedures developed in the hope that the development of your help.
- 2023-02-02 02:55:03下载
- 积分:1
-
Tracking routing the sample code, very good. Hope everyone has to help
跟踪路由的的示例代码,很好的。希望对大家有帮助-Tracking routing the sample code, very good. Hope everyone has to help
- 2022-07-11 18:38:38下载
- 积分:1
-
delphi是一款经典的软件,曾经的delphi实现了很多的难题,熟悉、了解delphi对我们很重要,在其他的编程软件中我们还能见到delphi的影子,这让我们...
delphi是一款经典的软件,曾经的delphi实现了很多的难题,熟悉、了解delphi对我们很重要,在其他的编程软件中我们还能见到delphi的影子,这让我们在以后的编程中有很大的帮助。-delphi is a classic software, delphi once achieved a lot of problems, familiar to learn delphi very important to us, in other programming software, delphi, we can see the shadow, which gives us the programming in the future, there a great help.
- 2022-09-09 19:05:02下载
- 积分:1