资源列表
[数据结构常用算法] kecheng
说明:数据结构:课程表安排 数据结构:课程表安排 数据结构:课程表安排 -data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements data structure : curriculum arrangements<tylzsd> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] creatlinklist
说明:用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table/end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.<马慧> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] data_structure_short_path
说明:根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,<段保京> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] lqx100003
说明:最优合并问题 给定K个排好序的序列s1,s2,...,sk,用2 路合并算法将这k个序列合并成一个序列。 假设所采用的2路合并算法合并2个长度分另为m 和n的序列需要m+n-1次比较。试设计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-optimal merging given K platoons good sequence of sequence s1, s2 ,..., sk. using 2-way merger of this algorithm k se<卢起雪> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] lqx10004
说明:最小重量机器设计问题 设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设w(i,j)是从供应商j处购得的部件i的重量,C(i,j)是相应的价格。 设计一个优先列式分支限界法,给出总价格不超过c的最小重量机器设计。-minimum weight machines based design of a machine n components, each component can be 000 m from different vendors purchased. L<卢起雪> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] lqx10005
说明:给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators+,-,*,/, but Operators without precedence, if 2 3* 5 = 25. For an<卢起雪> 在 2025-06-11 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jiangshangfei
说明:该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack<江上飞> 在 2025-06-11 上传 | 大小:2kb | 下载:0