资源列表
[数据结构常用算法] ReaderAndWriter
说明:操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources<陆小果> 在 2025-06-14 上传 | 大小:2.61mb | 下载:0
[数据结构常用算法] 1273
说明:poj1273 一道网络流图论的简单题,运用增光路的算法-poj1273 a simple graph problem<hangweiqiang> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dp-algorithm
说明:经典算法——动态规划教程,很详细的教程资料,长达70多页,很好很强大。-Classical algorithm- dynamic programming tutorial, a very detailed tutorial information as long as 70 pages, very very powerful.<杨洋> 在 2025-06-14 上传 | 大小:395kb | 下载:0
[数据结构常用算法] Dijkstra
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。 -Dijkstra (Dijkstra)<吕子乔> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijkstra-alg
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。本算法时间复杂度完全符合要求。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm, is used to calculate a node to all other nodes in the shortest path. The main features is the startin<吕子乔> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-matrix-the-chain-multiplication-
说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.<吕子乔> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] The-longest-common-subsequence
说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.<吕子乔> 在 2025-06-14 上传 | 大小:1kb | 下载:0