资源列表
[数据结构常用算法] tingchechang
说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data<hulinjie> 在 2025-01-08 上传 | 大小:69kb | 下载:0
[数据结构常用算法] report
说明:包含多个章节的数据结构上机作业报告,内容详细,有注释说明-Contain multiple sections of the data structure of machine operating report, detailed, and Notes<sunxiangzhe> 在 2025-01-08 上传 | 大小:69kb | 下载:0
[数据结构常用算法] elevator-simulation
说明:电梯模拟,模拟某校九层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。九个楼层由下至上依次称为地下层、第一层、第二层、……第八层,其中第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。 乘客可随机地进出于任何层。对每个人来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要消耗一定的时间单位(简记为t),比如:有人进出时,电<陈庆> 在 2025-01-08 上传 | 大小:68kb | 下载:0
[数据结构常用算法] DebugALGraph
说明:图的深度,广度遍历,两顶点之间的最短路径,-Map the depth, breadth traversal, shortest path between two vertices, etc.<尹笑彬> 在 2025-01-08 上传 | 大小:68kb | 下载:0
[数据结构常用算法] Algorithm-code
说明:这个压缩包中包括算法中的一些基本算法源代码。如二分排序,合并排序,最长公共子序列,最有装载,活动安排问题。-Some of the basic algorithm of the algorithm source code. Such as sort, merge sort, the longest common subsequence, the most loaded, activity arrangements.<yiling> 在 2025-01-08 上传 | 大小:68kb | 下载:0
[数据结构常用算法] wubandapei
说明:实现舞伴间的搭配 从而让我们掌握数据结构编程的知识点和技巧-Between partner with in order to master data structure programming knowledge and skills to translate text<岳康> 在 2025-01-08 上传 | 大小:68kb | 下载:0
[数据结构常用算法] Data-structure-CPP-part2
说明:《数据结构》中伪代码的C++代码编译实现,本代码配合严蔚敏编写的《数据结构》,可使初学者通过练习,更快的掌握-C++ source code of <Data Structure> which may help beginner learn more efficiency<gl> 在 2025-01-08 上传 | 大小:68kb | 下载:0
[数据结构常用算法] 1.joseph(约瑟夫)
说明:解题思路: 用一个不带头节点的循环链表来处理joseph问题:先构成一个有n个节点的单向循环链表,然后从第k结点从1开始计数,计数到m的时候,对应结点从链表中删除。然后再从被删结点的下一个节点继续从1开始计数.......,以此类推,直到所有的结点都列出时,程序结束。(Problem solving: With a circular linked list node don't take the lead to handle the<啊哈S > 在 2025-01-08 上传 | 大小:68kb | 下载:0