资源列表
[数据结构常用算法] Inventory-model
说明:数据结构设计程序之共享结构的库存模型,便于初学-Inventory model of the share structure of the data structure design process, to facilitate beginners<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Set-operations
说明:数据结构设计程序之集合运算设计实例,适于初学-Set operations of the data structure design process design examples, suitable for beginners<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] design-process
说明:数据结构设计程序之课程计划制定,适于初学-Data structure design process, curriculum planning, suitable for beginners<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] ShortestPath_FLOYD
说明:代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of<Mei> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Trifurcate-linked-list
说明:代码的功能:用C语言实现采用三叉链表存储结构实现二叉树的相关操作,如构造、销毁、插入、遍历等功能,代码中带有详细的注解,十分有利于阅读。算法主要优点在于在遍历时减小了时间复杂大。-Functionality of the code: using C language trifurcate linked list storage structure binary tree operations, such as construction,<Mei> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Elevator-simulation
说明: 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要消耗一定的时间单位(简记为t),比如:有人进出时,电梯每隔40t测试一次,若无人进出,则关门;关门和开门各需要20t;每个人进出电梯均需要25t;如果电梯在某层静止时间超过300t,则驶回1层侯命。-Analog clock, starting at 0 time of 0.1 seconds. And lift a variety of actions have to co<xinxinwag> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] ABAQUS-UMAT
说明:ABAQUS中各种不同本构的内聚力单元fortran用户子程序-ABAQUS in a variety of constitutive cohesive unit fortran user subroutines<许荣> 在 2024-11-07 上传 | 大小:3kb | 下载:10
[数据结构常用算法] ShowAllPath
说明:用C#写的无向图中任意连通路径的搜索算法,可能行路径搜索-Written in C# to any connected graph path search algorithm, may line the path search. .<zhgpeng> 在 2024-11-07 上传 | 大小:3kb | 下载:0