资源列表
[数据结构常用算法] graph
说明:数据结构实验六图的操作,在程序中提示输入的顶点数以及每两条边之间的权值,最后使用深度优先和广度优先算法实现遍历,同时构建最小耗费生成树的最小权值和路径。-Experimental data structure diagram of the operation of six, in the program prompts for the number of vertices and edges between every two weights, the final depth-first and<敏敏特穆尔> 在 2025-12-26 上传 | 大小:1.16mb | 下载:0
[数据结构常用算法] sort
说明:数据结构实验二排序算法,程序中实现了选择排序、冒泡排序、插入排序和基数排序四种排序算法,在使用的时候会在你输入想要排序的数据后选择排序方法,方便使用。-Experiment II data structure, sorting algorithm, the program implements selection sort, bubble sort, insertion sort and radix sort four kinds of sorting algorithm, in use whe<敏敏特穆尔> 在 2025-12-26 上传 | 大小:261kb | 下载:0
[数据结构常用算法] VIRAT_Video_Dataset
说明:VIRAT Video 数据结构 对分析处理图象有帮助!-VIRAT Video image analysis and processing of data structures for help!<ZLSH> 在 2025-12-26 上传 | 大小:491kb | 下载:0
[数据结构常用算法] expression
说明:利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression evaluation stack: file input fr<Sw> 在 2025-12-26 上传 | 大小:419kb | 下载:0