资源列表
[C#编程] rrrrrrr
说明:以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-table storage structure, connectivity undirected graph depth first and breadth-first traversal. User-specified node as a starting point, respectively, under<liuxuqi> 在 2025-06-04 上传 | 大小:2kb | 下载:0
[C#编程] zhongxudiguiyufeidigui
说明:中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {<赵王> 在 2025-06-04 上传 | 大小:2kb | 下载:0
[C#编程] Josephus
说明:设n个人围坐在一个圆桌周围,现在从第s个人开始报数,数到第m个人,让他出局;然后从出局的下一个人重新开始报数,数到第m个人,再让他出局,……,如此反复直到所有的人全部出局为止。-Set n individuals sitting around a round table, and now reported from the starting number of individuals s, m the number to the individual, let him out then out<李军> 在 2025-06-04 上传 | 大小:2kb | 下载:0
[C#编程] ReportDataAnalysis
说明:实现对水晶报表格式的文件进行解析,一行一行解析,找到自己想要的数据-Realization of Crystal Reports format file parsing, line by line analysis, to find their desired data<陆月> 在 2025-06-04 上传 | 大小:2kb | 下载:0