资源列表
[数据结构常用算法] 图的最短路径之迪杰斯特拉和弗洛伊德算法
说明:数据解构中的经典算法,图的最短路径算法之迪杰斯特拉和弗洛伊德的C++实现(Classic algorithms in data deconstruction, Dijkstra's and Floyd's C++ implementation of the shortest path algorithm of graphs)<大爱快船> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DSinfixtopostfix
说明:简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)<yves05> 在 2024-12-29 上传 | 大小:2kb | 下载:0
[数据结构常用算法] text encryption
说明:对一个文本串以事先给出的字母映射进行加密,未映射的字符不改变。(A text string is encrypted by the alphabetic map given in advance, and the characters that are not mapped remain unchanged.)<snwajs> 在 2024-12-29 上传 | 大小:1kb | 下载:0
[数据结构常用算法] closest_pair_of_points
说明:C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented<Somo> 在 2024-12-29 上传 | 大小:16kb | 下载:0
[数据结构常用算法] bookdatastructure
说明:数据结构与算法分析英文C++描述V3.2(data structure and algorithms analysis C++ V3.2)<JOELYU> 在 2024-12-29 上传 | 大小:2.08mb | 下载:0
[数据结构常用算法] 食堂打饭排队队列仿真
说明:用队列模拟食堂打饭过程,并计算出每个人打饭的平均等待时间(The queue is used to simulate the canteen cooking process, and the average waiting time for each person to cook meals is calculated.)<J.J1998> 在 2024-12-29 上传 | 大小:25kb | 下载:0