资源列表

« 1 2 ... .16 .17 .18 .19 .20 1621.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法E4308_25

说明:数据结构实验,关于算术表达式求值演示的程序,可能写的不太好,希望有帮助-Experimental data structures, arithmetic expression evaluation on presentation of the program, may write very well, hope to help
<lvfeg> 在 2025-07-22 上传 | 大小:13kb | 下载:0

[数据结构常用算法deb95

说明:第一代非支配排序算法,用于求解多目标优化问题-non dominated sorted algorithm for multiple objective problem
<陈重> 在 2025-07-22 上传 | 大小:118kb | 下载:0

[数据结构常用算法run-babbel-sort

说明:buble sort, this is my code to approve the task from my teacher
<zein> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法KMP

说明:KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also found, so people call it Knut
<chaolan> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. Main feature
<chaolan> 在 2025-07-22 上传 | 大小:4kb | 下载:0

[数据结构常用算法TheKstPath

说明:从原始点到顶点j的第K条最短路是由原始点到顶点i(i是j的相邻顶点,最短路从i指向j)的第K条最短路-To vertex j from the original point of the first K shortest path from the original point to the vertex i (i is adjacent to vertex j, the shortest path from i to point j) of Article K shortest
<chaolan> 在 2025-07-22 上传 | 大小:44kb | 下载:0

[数据结构常用算法JS

说明:大学计算机算法里面最常用的算法之一贪心算法-failed to translate
<chenyan> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maximum-Increasing-subsequences

说明:最大递增子序列,动态规划经典算法 设L=<a1,a2,…,an>是n个不同的实数的序列,L的递增子序列是这样一个子序列Lin=<aK1,ak2,…,akm>,其中k1<k2<…<km且aK1<ak2<…<akm。求最大的m值。-Maximum increment sequence, the classic dynamic programming algorithm set L = <a1,a2,…,an> Are n d
<chaolan> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法HashTree

说明:哈希树,一种新的数据结构,可以在常数时间内查询海量数据。其原理是将关键字与查询地址相关。-Hash tree, a new data structure, you can check in constant time mass data. The principle is to address the query keywords.
<huxuan> 在 2025-07-22 上传 | 大小:168kb | 下载:0

[数据结构常用算法ncc

说明:介绍如何进行ncc算法的计算的程序,可用于学习之用-ncc algorithm
<mike> 在 2025-07-22 上传 | 大小:4.38mb | 下载:0

[数据结构常用算法NQueen_bit

说明:N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
<邹伟豪> 在 2025-07-22 上传 | 大小:224kb | 下载:0

[数据结构常用算法Traversing-Graph

说明:通过深度优先遍历与广度优先遍历算法实现图的遍历-By depth-first traversal and breadth-first traversal graph traversal algorithm
<吴亚> 在 2025-07-22 上传 | 大小:2kb | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 1621.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org