- 
                        先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和...
                        
                          先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和-First dimension of input matrix, and then enter the matrix, and then through the smallest of the algorithm output lines of the matrix columns and the main diagonal and Des                         
                            - 2022-03-31 15:58:41下载
- 积分:1
 
- 
                        用写的,用一个栈数据结构解决迷宫的基本问题。做…
                        
                          用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC                         
                            - 2022-02-28 22:28:05下载
- 积分:1
 
- 
                        c++最小生成树顶点路径长度及路径计算
                        
                          文件 a.txt为 输入文件,包括 顶点 和 顶点之间的距离。
文件 b.docx为图示。
	输出 距离“999999”表示两点之间没有边。                         
                            - 2022-07-10 17:50:46下载
- 积分:1
 
- 
                        这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助...
                        
                          这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !                         
                            - 2022-01-22 01:33:55下载
- 积分:1
 
- 
                        数据挖掘(概念与技术)书上的apiori算法实现。apiori剪枝算法使用候选项集产生发现频繁项集。...
                        
                          数据挖掘(概念与技术)书上的apiori算法实现。apiori剪枝算法使用候选项集产生发现频繁项集。-Data Mining (conceptual and technical) in a book apiori algorithm. apiori pruning algorithm uses candidate item set generated frequent itemsets found.                         
                            - 2022-01-24 18:44:46下载
- 积分:1
 
- 
                        dataLINKES
                        
                          说明:  此程序实现了数据结构中链对的建立,插入,删除,排序等操作。(data reverse establish)                         
                            - 2011-03-23 21:40:56下载
- 积分:1
 
- 
                        数据结构与C语言高级程序设计_0
                        
                          数据结构与C语言高级程序设计_0-data structure with the C programming language Huffman High                         
                            - 2023-05-19 14:35:05下载
- 积分:1
 
- 
                        LinkList
                        
                          C数据结构课程设计 交集与并集的函数代码模块(C curriculum design and the intersection of function and set the code module)                         
                            - 2016-06-21 10:35:23下载
- 积分:1
 
- 
                        一个会议签到系统
                        
                          一个会议签到系统-a meeting attendance system                         
                            - 2023-04-11 08:50:04下载
- 积分:1
 
- 
                        大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时...
                        
                          大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。计划的表格格式自行设计-University of each professional should prepare teaching plans. The assumption that any professional have fixed the length of each school year with two semesters each semester and the length of time equal to the credit limit are. Every professional courses are opened to determine, and the creation of curriculum time arrangements must meet pre relations. Each course is the pre-established relationship, can have any more doors, there will be no. Each course just one semester. Tests in the circumstances set up a teaching program procedures. Three basic requirements : (1) : input parameters : total semester, a semester"s credit ceiling for each class courses, credits, direct relationship prevocational courses,. (2) : N                         
                            - 2022-03-03 12:58:55下载
- 积分:1