CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DFS non recursive
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DFS non recursive - List
[
Windows Develop
]
DFS※Prim
DL : 0
用普里姆(Prim)算法构造最小生成树;图的DFS算法的非递归遍历函数。-with Primbetov (PRIM), the minimum spanning tree algorithm constructs; Map of the DFS non - recursive algorithm traversal function.
Update
: 2008-10-13
Size
: 3.82kb
Publisher
:
贾德
[
Other
]
fudfs
DL : 0
用dfs非递归算法遍历图。创 建图是用链表来实现。 -with scores of non - recursive algorithm traverse map. Map is created using chain is to be achieved.
Update
: 2008-10-13
Size
: 1.11kb
Publisher
:
傅蓉蓉
[
Mathimatics-Numerical algorithms
]
T12
DL : 0
dfs的非递归算法-dfs non - recursive algorithm
Update
: 2008-10-13
Size
: 1.36kb
Publisher
:
尹盛
[
Other resource
]
dfs
DL : 0
数据结构里的dfs算法,包括递归与非递归。用vc6.0编写-data structure, the dfs algorithms, including recursive and non - recursive. Prepared with vc6.0
Update
: 2008-10-13
Size
: 1.39kb
Publisher
:
叶芦芦
[
Mathimatics-Numerical algorithms
]
T12
DL : 0
dfs的非递归算法-dfs non- recursive algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
尹盛
[
Data structs
]
dfs
DL : 0
数据结构里的dfs算法,包括递归与非递归。用vc6.0编写-data structure, the dfs algorithms, including recursive and non- recursive. Prepared with vc6.0
Update
: 2025-02-17
Size
: 1kb
Publisher
:
叶芦芦
[
Windows Develop
]
DFS※Prim
DL : 0
用普里姆(Prim)算法构造最小生成树;图的DFS算法的非递归遍历函数。-with Primbetov (PRIM), the minimum spanning tree algorithm constructs; Map of the DFS non- recursive algorithm traversal function.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
贾德
[
Other
]
fudfs
DL : 0
用dfs非递归算法遍历图。创 建图是用链表来实现。 -with scores of non- recursive algorithm traverse map. Map is created using chain is to be achieved.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
傅蓉蓉
[
Data structs
]
2615DFS
DL : 2
zoj 2615的代码,DFS搜索。 由于数据量很大,采用非递归的DFS搜索。-zoj 2615 code, DFS english. Because a large amount of data, the use of non-recursive DFS english.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wzc
[
Data structs
]
dfs
DL : 0
用c++语言实现的dfs非递归算法 个人感觉不错仅供参考-With c++ Language realize the non-recursive algorithm dfs good personal feeling is for reference only
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王力
[
Data structs
]
DFSfunction
DL : 0
DFS非递归函数 函数功能:图的dfs的非递归算法(用堆栈实现) 输入:图的邻接矩阵 输出:dfs序列 -DFS non-recursive function function function: dfs map non-recursive algorithm (using the stack to achieve) Input: adjacency matrix graph output: dfs sequence
Update
: 2025-02-17
Size
: 1kb
Publisher
:
sunshine
[
Data structs
]
DFS
DL : 0
DFS算法的非递归函数 老师布置的,满分作业哦!-DFS algorithm of non-recursive function teacher layout, operating out of Oh!
Update
: 2025-02-17
Size
: 154kb
Publisher
:
海瑞
[
Windows Develop
]
shixiantudebianli
DL : 0
MatToList(MGraph g,ALGraph *&G):将邻接矩阵g转换成邻接表G。 ListToMat(ALGraph *G,MGraph &g):将邻接表G转换成邻接矩阵g。 DispMat(MGraph g):输出邻接矩阵g。 DispAdj(ALGraph *G):输出邻接表G。 DFS(ALGraph *G,int v):以递归的方法从顶点v深度优先遍历图G。 DFS1(ALGraph *G,int v):以非递归的方法从顶点v深度优先遍历图G。 BFS(ALGraph *G,int v):从顶点v广度优先遍历图G。 - MatToList (MGraph g, ALGraph* & G): the adjacency matrix adjacency list g into G. ListToMat (ALGraph* G, MGraph & g): the adjacent table adjacency matrix G into g. DispMat (MGraph g): output adjacency matrix g. DispAdj (ALGraph* G): output adjacency list G. DFS (ALGraph* G, int v): to the method of recursive vertex v from the depth-first traversal graph G. DFS1 (ALGraph* G, int v): non-recursive method to vertex v from the depth-first traversal graph G. BFS (ALGraph* G, int v): vertex v from the breadth-first traversal graph G.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
小鬼
[
Data structs
]
CityRoad-report
DL : 0
城市道路问题的DFS用递归和非递归写的代码和一份解题报告-The issue of urban road with the DFS recursive and non-recursive code written report and a problem-solving
Update
: 2025-02-17
Size
: 6kb
Publisher
:
liangyi
[
Data structs
]
MY_DFS
DL : 0
DFS is an uninformed search that progresses by expanding the first child node of the search tree that appears and thus going deeper and deeper until a goal node is found, or until it hits a node that has no children. Then the search backtracks, returning to the most recent node it hasn t finished exploring. In a non-recursive implementation, all freshly expanded nodes are added to a stack for exploration.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
synthia
[
CSharp
]
DFS
DL : 0
DFS算法的非递归函数。DFS是求树的深度的深度优先算法-DFS algorithm of non-recursive function. DFS is seeking the depth of the tree depth-first algorithm
Update
: 2025-02-17
Size
: 329kb
Publisher
:
crystalever
[
Data structs
]
DFS_non_recursive
DL : 0
(数据结构)DFS深度优先,通过非递归算法来实现-The DFS of non-recursive algorithm (data structures)
Update
: 2025-02-17
Size
: 16kb
Publisher
:
Wu Biqian
[
Data structs
]
aaaa
DL : 0
1) 先任意创建一个图; 2) 图的DFS,BFS的递归和非递归算法的实现 3) 最小生成树(两个算法)的实现,求连通分量的实现 4) 要求用邻接矩阵、邻接表、十字链表多种结构存储实现-A) any first create a graph 2) DFS, BFS recursive and non recursive algorithm 3) The minimum spanning tree (algorithm) to achieve, find the connected components to achieve 4) request with adjacency matrix, adjacency list cross-linked lists a variety of structural storage implementation
Update
: 2025-02-17
Size
: 4kb
Publisher
:
liliaaa
[
Documents
]
bianli
DL : 0
图的深度及广度遍历 首先创建一个无向图,顶点用一个一维数组存储,弧用一个二维数组存储,不相邻顶点之间设置无限大。深度遍历时设置顶点的布尔函数,访问过的顶点布尔值为true,递归调用DFS函数。广度遍历时,结合队列的存储方式,进行遍历。-Figure traverse the depth and breadth of First create a non-directed graph, vertex with a one-dimensional array to store the arc with a two-dimensional array to store non-adjacent vertices between the infinite set. Boolean function, set deep traversal vertices visited vertex boolean value true recursive call DFS function. Breadth traversal, combined with the queue storage traversal.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
周天行
[
Data structs
]
Desktop
DL : 0
用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
Update
: 2025-02-17
Size
: 105kb
Publisher
:
void_maker69
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.