Welcome![Sign In][Sign Up]
Location:
Search - non recursive

Search list

[Data structsdfs

Description: 数据结构里的dfs算法,包括递归与非递归。用vc6.0编写-data structure, the dfs algorithms, including recursive and non- recursive. Prepared with vc6.0
Platform: | Size: 1024 | Author: 叶芦芦 | Hits:

[Other Riddle gameshannuota

Description: 汉诺塔非递归程序,包含详细的解析、代码、结果及心得-Tower of Hanoi non-recursive procedures, contains a detailed analysis, code, results and experiences
Platform: | Size: 21504 | Author: xincheng | Hits:

[Data structsHANOI

Description: 很多朋友都久等了,这是我做了很久的程序!一个非递归的汗诺塔代码,很好的!-Many of my friends are waiting, this is my procedure to do for a long time! A non-recursive Khan, Tower of code, very good!
Platform: | Size: 2048 | Author: asada | Hits:

[Data structsHANOI_I

Description: 著名的世界末日问题-河内之塔(Towers of Hanoi) 的递归算法很容易实现,但效率不过,但非递归算法会写的人却很少,这个非递归算法不但高效,并且简短-The end of the world well-known problem- Hanoi Tower (Towers of Hanoi) of the recursive algorithm is very easy to realize, but efficiency, however, non-recursive algorithm will be written, but rarely, the non-recursive algorithm is not only highly efficient and short
Platform: | Size: 1024 | Author: li | Hits:

[Data structsgames

Description: 数据结构算法中一些经典的小游戏的算法,如魔法矩阵,八皇后问题,骑士游历问题,环游世界问题,一笔画问题,非递归的汉诺塔问题等-Data structure algorithm some classic game of algorithms, such as magic matrix, 8 Queen s problem, the issue of Cavalier traveled, round-the-world problem, the issue of a stroke, non-recursive problems, such as Tower of Hanoi
Platform: | Size: 8192 | Author: 王家玮 | Hits:

[Data structssixsortmethods

Description: 数据结构中的排序方法,包括:希尔排序,非递归的快速排序,递归的快速排序,堆排序,归并排序,基数排序-Sort of data structure, including: Hill sorted, non-recursive quicksort, recursive Quick Sort, Heap Sort, Merge Sort, Radix Sort
Platform: | Size: 2048 | Author: 大湖 | Hits:

[Other Riddle gamessudoku

Description: 用C++编写的数独游戏,采用回溯法,非递归,计算超快,代码精炼,注解详细-Using C++ Game Sudoku prepared using retrospective law, non-recursive calculation of ultrafast, code refining, detailed comments
Platform: | Size: 1024 | Author: kingswift | Hits:

[Windows Developquicksort

Description: 用非递归实现快速排序 主要思想: 利用栈来消除递归-Non-recursive quicksort implementation the main idea: to eliminate the use of recursive stack
Platform: | Size: 11264 | Author: weixiaoguoke | Hits:

[OtherHanoi

Description: 利用栈编的汉诺塔程序,c语言实现,有两个,一个有图形界面。记住是用栈的原理编的哦,汉诺塔程序常有,而用栈原理编的不常有!对于栈的理解很有帮助!-Stack for use of the Tower of Hanoi program, c language, there is both, a graphical interface. Keep in mind the principle of stack are used for the Oh, Tower of Hanoi procedures often, and made use of the principle of non-stack often! Helpful for the understanding of the stack!
Platform: | Size: 2048 | Author: 肖平 | Hits:

[Data structsNON

Description: 实现二叉树三种遍历(先序遍历、中序遍历、后序遍历)的非递归算法。-The realization of the three binary tree traversal(PreOrderTraverse,In OrderTraverse,PostOrderTraversal)of the non-recursive algorithm.
Platform: | Size: 1024 | Author: 诗雅 攀 | Hits:

[J2MEpudn

Description: 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。 测试数据:由读者指定。可自行指定一个马的初始位置(i,j),0<=i,j<=7。 -Ma was on the chess board 8 × 8 of the Board [8] [8] of a box, the horse moves in accordance with the rules of the mobile. Requires each box to enter only once, all around the chessboard of 64 squares. The preparation of non-recursive procedures, and run routes, and routes are obtained, the number 1,2, ... ..., 64 followed by an 8 × 8 filled the square, the output of. Test data: designated by the readers. Self-designation of a horse' s initial position (i, j), 0 < = i, j < = 7.
Platform: | Size: 3072 | Author: 张斌 | Hits:

[Data structsMY_DFS

Description: 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.
Platform: | Size: 1024 | Author: synthia | Hits:

[Data structsTree-Non-recursive-traversal

Description: 二叉树的中序与先序的非递归遍历算法的实现 用VS2010编写的-Binary tree in order and first order non-recursive traversal algorithm implementations written using VS2010
Platform: | Size: 7780352 | Author: Angel | Hits:

[OtherNon-recursive-traversal

Description: 二叉树的非递归遍历完整源代码,对初学数据结构的人非常有用-Non-recursive binary tree traversal complete source code, useful for beginner data structure
Platform: | Size: 1024 | Author: adu | Hits:

[OtherTower-of-Hanoi-non-recursive

Description: 非递归汉诺塔算法,并带有一片武汉大学的算法描述。-Non-recursive Tower of Hanoi algorithm, and the algorithm is described with a Wuhan University.
Platform: | Size: 482304 | Author: Great | Hits:

[assembly languageNon-recursive-

Description: 无向图的先序和中序后序的递归和非递归算法-Non-recursive algorithm recursive undirected graph
Platform: | Size: 2048 | Author: 丛雍哲 | Hits:

[Software EngineeringNon-recursive-algorithm-binary

Description: 二叉树先序、中序、后序三种遍历的非递归算法-Non-recursive algorithm binary first order, in sequence, after three traversal
Platform: | Size: 3072 | Author: 凯撒 | Hits:

[Data structsnon-recursive-of-binary-tree

Description: 二叉树的非递归遍历,运用栈的思想实现二叉树非递归遍历-Non-recursive binary tree traversal, using stacks of thinking non-recursive binary tree traversal
Platform: | Size: 359424 | Author: liwei | Hits:

[OtherFirst-root-traversal-non-recursive

Description: 二叉树的非递归先根遍历遍历 二叉树的非递归先根遍历 -Two fork tree of non recursive traversal traversal Two fork tree of non recursive traversal traversal
Platform: | Size: 7168 | Author: 炮灰 | Hits:

[OS programNon-recursive-traversal-of-a-tree

Description: 树的非递归遍历中序,C++ 数据结构,非常适合初学者-Non recursive traversal of the tree in the order, C++ data structure, very suitable for beginners
Platform: | Size: 4096 | Author: 武光创 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net