资源列表
[数据结构常用算法] neixuanzhuzhen
说明:生成内旋矩阵的源代码,希望对大家有帮助,该源代码是我的数据结构课程上的练习题目-Rotation matrix to generate the source code, we would like to help, the source code of the data structure of my courses on the subject of practice<zhangshare> 在 2025-06-23 上传 | 大小:166kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构课程,里面有冒泡法排序,八皇后,斐波那契序列等程序-Data structure courses, there are bubble sort method, eight Queen' s, Fibonacci sequences, such as procedures<jiangyuan> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stack
说明:数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat<王威> 在 2025-06-23 上传 | 大小:26kb | 下载:0
[数据结构常用算法] BTree_Traversal
说明:建立一个二叉树,然后对其进行先序遍历,中序遍历和后序遍历-Binary Tree Traversal<lv> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LL_Path_optimization
说明:【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p<张玉芨> 在 2025-06-23 上传 | 大小:562kb | 下载:0
[数据结构常用算法] queueinserionanddeletion
说明:采用数据结构算法,实现在队列中的插入和删除-The use of data structure algorithms, to achieve in the queue insertion and deletion<阚翀> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] acarparkmanagesystem
说明:设停车场内只有一个可停放辆汽车的狭长通道且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端若车场内已停满N辆车,则最后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车可开入;当停车场内某辆车要离开时由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该车开出大门外后,为它让路的车辆再按原次序进入车场。在这里假设汽车不能从便道上开走。试设计一个停车场管理系统-There<张磊> 在 2025-06-23 上传 | 大小:3kb | 下载:0