资源列表

« 1 2 ... .49 .50 .51 .52 .53 2154.55 .56 .57 .58 .59 ... 2656 »

[数据结构常用算法dp-algorithm

说明:经典算法——动态规划教程,很详细的教程资料,长达70多页,很好很强大。-Classical algorithm- dynamic programming tutorial, a very detailed tutorial information as long as 70 pages, very very powerful.
<杨洋> 在 2025-06-19 上传 | 大小:395kb | 下载:0

[数据结构常用算法huffman

说明:huffman树的数据结构实现代码 ,挺全面的。-Huffman tree data structure code, very comprehensive.
<杨洋> 在 2025-06-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。 -Dijkstra (Dijkstra)
<吕子乔> 在 2025-06-19 上传 | 大小: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-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sorts

说明:排序算法,插入排序,折半排序,快速排序,希尔排序-Sorting algorithm, insertion sort, binary sort, quick sort, Hill sorting
<蓝月> 在 2025-06-19 上传 | 大小:13kb | 下载:0

[数据结构常用算法The-matrix-the-chain-multiplication-

说明:运用动态规划思想,解决矩阵链最优算法问题。-The use of dynamic programming to solve the problem of the optimal matrix chain algorithm.
<吕子乔> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-longest-common-subsequence

说明:运用动态规划思想和策略,解决最长公共子序列问题。-The use of dynamic programming ideas and strategies to solve the longest common subsequence problem.
<吕子乔> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法single-list

说明:单链表实现代码,各种操作:数据插入,删除,显示等-Single linked list implementation code, a variety of operations: data insertion, deletion, display
<罗锦盛> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法min-heap

说明:采用C++语言完成的程序设计课程作业,实现最小堆算法,附带演示程序-C++ language program design course to achieve the minimum heap algorithm, along with the demo program
<> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法lab02

说明:此文件是有关线性表顺序存储结构上所有功能的实现,例如构造空表、销毁或重置、元素个数、插入以及删除、返回值的实现等。-This file is the linear table stored in the order structure all functions are implemented, such as empty table structure, destroyed, or reset, the number of elements, insert, and delete, the r
<Andy> 在 2025-06-19 上传 | 大小:17kb | 下载:0

[数据结构常用算法lab03

说明:此为线性表的链式存储结构下的功能实现,例如新建、销毁、重置、插入及删除等。-This is the linear form of the chain store structure functions, such as new construction, destruction, reset, insert, and delete.
<Andy> 在 2025-06-19 上传 | 大小:15kb | 下载:0

[数据结构常用算法lab05

说明:本用例为二叉树结点的结构和对二叉树的基本操作,设计二叉树的构造、销毁、各种递归的实现等。-This use case binary tree node structure and the basic operation of the binary tree, binary tree structure design, destruction, the various recursive implementation.
<Andy> 在 2025-06-19 上传 | 大小:18kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 2154.55 .56 .57 .58 .59 ... 2656 »

源码中国 www.ymcn.org