资源列表
[数据结构常用算法] ssd5-Exam1
说明:ssd5 数据结构与算法 EXAM1 敬请参考下,对你应该有帮助-arithmetic and date structure<石朋欣> 在 2025-06-13 上传 | 大小:209kb | 下载:0
[数据结构常用算法] DataStructureAlgorithm
说明:严蔚敏 数据结构(C语言版) 书上的所有算法代码.rar-YAN Wei-min data structure (C language version) book on the code for all algorithms. Rar<高翕山> 在 2025-06-13 上传 | 大小:209kb | 下载:0
[数据结构常用算法] paixudaima
说明:这是一个有关八位数直接选择排序的代码,希望大家能够喜欢-This is a direct selection on the number of 8 sort code, hope that we can enjoy<陈前年> 在 2025-06-13 上传 | 大小:209kb | 下载:0
[数据结构常用算法] Grey_Correlation_Analysis
说明:用C实现的灰色关联排序程序。代码完整,实现了多种数据的处理方法,包括:初值化处理、最大值化处理、区间值化处理等。-Implemented using C Grey sorting process. Code integrity, and achieve a variety of data processing methods, including: initial processing, the maximum processing, interval value of handling.<john> 在 2025-06-13 上传 | 大小:209kb | 下载:0
[数据结构常用算法] sequenlistreversing
说明:用双重指针法建立顺序表,并实现顺序表逆置,注意主调函数调用建立顺序表函数时实参的形式-The order established by using a double pointer to the table, and to achieve the order of the table against the home, pay attention to the main theme of the function call to establish the order of the table<刘民> 在 2025-06-13 上传 | 大小:209kb | 下载:0
[数据结构常用算法] Monks-and-savage-problem
说明:这是一个古典问题。假设有n个修道士和n个野人准备渡河,但只有一条能容纳c人的小船,为了防止野人侵犯修道士,要求无论在何处,修道士的个数不得少于野人的人数(除非修道士个数为0)。如果两种人都会划船,试设计一个算法,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案。 要求: (1)用一个三元组(x1,x2,x3)表示渡河过程中各个状态。其中,x1表示起始岸上修道士个数,x2表示起始岸上野人个数,x3表示小船位置(0——在目的岸,1——在起始岸)。例如(2,1,1)表示起始岸上<panbowen> 在 2025-06-13 上传 | 大小:209kb | 下载:0