资源列表
[数据结构常用算法] 数据结构实习 迷宫求解
说明:数据结构实习 迷宫求解-data structure internship Maze Solving<李创> 在 2025-06-10 上传 | 大小:239kb | 下载:0
[数据结构常用算法] clock_xiaoyi
说明:这是编写的一个操作系统的clock算法。是在vc++环境下编绎的。-This is the preparation of an operating system clock algorithm. In vc environment unravel the series.<陈传义> 在 2025-06-10 上传 | 大小:239kb | 下载:0
[数据结构常用算法] basicoperationformap
说明:包括了图的大部分基本算法,每一种算法都以邻接矩阵与邻接表两种形式给出,算法包括建图,图的遍历(如DFS和BFS),最小生成树,从某个源点到蓁各顶点的最短路径等-Includes most of the basic graph algorithms, each algorithm is to adjacency matrix and adjacency list is given in two forms, algorithms, including the construction of map<seckCoder> 在 2025-06-10 上传 | 大小:239kb | 下载:0
[数据结构常用算法] dijkstra
说明:dijkstra算法,主体是别人的,自己改进了当剩余点不可到达时的 多余更新距离和比较距离操作,-dijkstra.erase the unnecessary course when the left set of points can not be reached<zhaojianguang> 在 2025-06-10 上传 | 大小:239kb | 下载:0
[数据结构常用算法] migongqiujie
说明:这是一个迷宫求解小程序,适用于数据结构学习-This is a maze solving procedures, applicable to the data structure learning<高红> 在 2025-06-10 上传 | 大小:240kb | 下载:0
[数据结构常用算法] IJIGSP-V3-N3-2
说明:Active contours or \snakes" can be used to segment objects automatically. The basic idea is the evolution of a curve, or curves subject to constraints from the input data. The curve should evolve until its boundary segments the object of intere<patel> 在 2025-06-10 上传 | 大小:240kb | 下载:0
[数据结构常用算法] 分治法求众数
说明:给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为 众数。例如,S={1,2,2,2,3,5}。多重集S的众数是2,其重数为3。 求众数方法很多,现要求你用分治算法来试一试,并分析其效率。 编程任务:对于给定的由n个自然数组成的多重集S,采用分治算法编程计算S的众数及其重数。(Given a multiple set of S with n elements, the number of times each element app<九鼎 > 在 2025-06-10 上传 | 大小:240kb | 下载:0