资源列表

« 1 2 ... .47 .48 .49 .50 .51 1652.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法xianxuzhongxu

说明:用C语言实现的二叉树的先序遍历和中序遍历的源代码-er cha shu
<liwenxue> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[数据结构常用算法Sort

说明:排序综合程序,对3中排序方法进行比较。有简单的菜单操作说明-Sort comprehensive program, the three methods were compared in order. A simple menu instructions
<张硕> 在 2024-10-07 上传 | 大小:51200 | 下载:0

[数据结构常用算法yuangongguanli

说明:用C语言实现的员工管理系统,主要通过链表连接数据-Implemented in C language, staff management system, mainly through the linked list data connection
<liwenxue> 在 2024-10-07 上传 | 大小:31744 | 下载:0

[数据结构常用算法tree

说明:这是一点点关于树与二叉树的资料,觉得还可以,建议-This is a little bit about the tree and the binary information that can be recommended to see
<笑言> 在 2024-10-07 上传 | 大小:112640 | 下载:0

[数据结构常用算法E4308_25

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

[数据结构常用算法deb95

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

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

说明:buble sort, this is my code to approve the task from my teacher
<zein> 在 2024-10-07 上传 | 大小:1024 | 下载: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
<chaolan> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法dijkstra

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

[数据结构常用算法JS

说明:大学计算机算法里面最常用的算法之一贪心算法-failed to translate
<chenyan> 在 2024-10-07 上传 | 大小:1024 | 下载: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
<chaolan> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1652.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org