资源列表

« 1 2 ... .69 .70 .71 .72 .73 2174.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法li1

说明:设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7
<www_007gzs_com> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法ShortestPath_Djk-complexnetworks

说明:复杂网络最短路径算法,详细而有条理,很有帮助-Complex network shortest path algorithm, detailed and structured, very helpful
<陈国章> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法mataqipan

说明:数据结构课程设计之马踏棋盘(非递归实现)-Data structure of the horse riding course design board (the realization of non-recursive)
<LLL> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法N-queen_linear_time

说明:N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
<Fancy> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法calculater

说明:很短的表达式求值,利用了编译原理里面的只是构建的-A very short version of expression of evaluation, be builted using the principle of the compiler.
<Fancy> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法a

说明:按照前序非递归遍历二叉树,递归法将二叉树的左右子树互换-In accordance with the pre-order traversal non-recursive binary tree, binary tree recursive method will swap the left and right subtree
<周清林> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法TestHechangDuixing

说明:动态规划之合唱队形,即利用动态规划解决合唱队形的问题-Dynamic Programming
<liweilong> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法qpl

说明:n个数的全排列的非递归算法,cpp文件可编译运行-n the number of full-order non-recursive algorithm, cpp files can be compiled to run
<mikechen> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法dijkstra

说明:Dijkstra算法 邻接表向量实现(求最短路径及具体走法) -Dijkstra algorithm to achieve adjacency list vector (for the shortest path and the specific moves)
<mazheng> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法aoe

说明:AOE网关键路径(Activity On Edge) 数据结构其中前两个数代表两个顶点之间的通路,后两个数分别代表最早开始时间和最迟开始时间 带有*的通路组成关键路径; -Key path AOE Gateway (Activity On Edge) the first two of which data structure to represent the path between two vertices, the number
<mazheng> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法largestpublicarray

说明:求出任意两个序列的最长公共子序列,使用了动态规划的方法-Obtained the longest sequence of any two common sub-sequences, the use of dynamic programming methods
<玄霄> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法longgestundecreaselist

说明:求出一个序列的最长升序列,使用了动态规划的方法-Obtained or a sequence of the longest sequence, using the dynamic programming approach
<玄霄> 在 2024-09-21 上传 | 大小:1024 | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 2174.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org