资源列表
[数据结构常用算法] parkingproblem1
说明:数据结构模拟停车场问题,用栈和队列来模拟实现-Data structure simulation parking problems, with stacks and queues to simulate achieve<Liangxu> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:数据结构实现多项式的运算,多项式用链表实现,可以一次建立多个多项式-Data structure to achieve polynomial operations, polynomials with linked list, you can create multiple polynomial time<Liangxu> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] The-bankers-algorithm
说明:银行家算法的课程设计,内容非常详细,流程图,算法描述,源代码都在里面,连心得体会都有哦-The banker s algorithm<许斯贤> 在 2025-06-17 上传 | 大小:217kb | 下载:0
[数据结构常用算法] AStar_knight
说明:A star算法求解的国际象棋骑士,也就是马从一个位置走到另一个位置的最小步数。-A star algorithm chess knight, it is a horse from one location to another location of the minimum number of steps.<kexitan> 在 2025-06-17 上传 | 大小:892kb | 下载:0
[数据结构常用算法] C-Algorithm
说明:一些基础的算法。包括单链表的各种操作,排序,树等。-Some basic algorithms about C.<jack> 在 2025-06-17 上传 | 大小:1.18mb | 下载:0
[数据结构常用算法] exe6_16
说明:考虑用双向链表来实现一个有序表,使得能在这个表中进行正向和反向搜索。若指针p 总是指向最后成功搜索到的结点,搜索可以从p 指示的结点出发沿任一方向进行。试根据这种情况编写一个函数search(head, p, key),检索具有关键码key 的结点,并相应地修改p。-Consider the use of two-way linked list to implement a sorted list in this table allows both forward and reverse sea<celia> 在 2025-06-17 上传 | 大小:9kb | 下载:0