CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 递归 非递归

搜索资源列表

  1. Mazeproblem

    0下载:
  2. 迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:黄庆芝
  1. P-D

    0下载:
  2. Douglas-Peucker算法实现,数据压缩算法-Douglas-Peucker
  3. 所属分类:GIS program

    • 发布日期:2017-04-10
    • 文件大小:1483
    • 提供者:杨战鹏
  1. migong

    0下载:
  2. 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。-First of all, the realization of a list of the stack for the type of storage structure, and then
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2336
    • 提供者:yun
  1. hanota

    0下载:
  2. 汉诺塔算法的非递归形式实现,提供的是C++源代码-Tower of Hanoi recursive algorithm to achieve C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1222
    • 提供者:bugboy
  1. stack

    0下载:
  2. 用非递归堆栈算法解决迷宫问题(入口出口可设置)-Stack with non-recursive algorithm to solve maze problems (import export can be set)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:623363
    • 提供者:wuzq
  1. anran

    0下载:
  2. 非递归的二叉排序树建立与维护,可以实现二叉树的修改、节点删除等-Non-recursive binary sort tree establishment and maintenance, the tree can be modified to delete nodes, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14002
    • 提供者:fenglong
  1. NON

    0下载:
  2. 实现二叉树三种遍历(先序遍历、中序遍历、后序遍历)的非递归算法。-The realization of the three binary tree traversal(PreOrderTraverse,In OrderTraverse,PostOrderTraversal)of the non-recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:756
    • 提供者:诗雅 攀
  1. pudn

    0下载:
  2. 将马随即放在国际象棋的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 hors
  3. 所属分类:J2ME

    • 发布日期:2017-03-24
    • 文件大小:3247
    • 提供者:张斌
  1. mataqipan

    0下载:
  2. 马踏棋盘的C语言代码。将马随机放在国际象棋的8X8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,。。。,64依次填入一个8X8的方阵,输出之。-Horse riding board the C language code. Ma randomly on the 8X8 chess board Board [8] [8] of a box, the horse mo
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1971
    • 提供者:de
  1. MaTaQiPan

    0下载:
  2. 将马随机放在国际象棋8*8的棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘全部的64个方格。编制非递归程序,求出马的行走路线,-Horse
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3373
    • 提供者:何东洲
  1. mataqipan

    0下载:
  2. 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -Ma Random Chess on the 8 × 8 chessboard Board [0 ~ 7] [0 ~ 7] of a box, the horse moves in accordance with the rules o
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:3327
    • 提供者:刘洋河
  1. search

    0下载:
  2. 树的遍历(非递归方式实现):首先按中序方式建立树并输入节点信息,通过栈实现树的非递归方式的先序、中序和后序的遍历-Tree traversal (non-recursive way): First of all, by the way in order to establish the tree and enter the node information, the realization of the tree through the stack of the first non-recurs
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:165669
    • 提供者:libingyang
  1. hanoi

    0下载:
  2. Hanoi塔问题非递归算法实现,几个具体的实现算法-Tower of Hanoi non-recursive algorithm, the realization of a number of specific algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:493950
    • 提供者:jar
  1. hanoi2

    0下载:
  2. Hanoi塔问题非递归算法实现,这儿讨论的是多塔的实现问题-Tower of Hanoi non-recursive algorithm, the discussion here is the realization of multi-tower
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:154120
    • 提供者:jar
  1. feidigui_bianli_BiTree

    0下载:
  2. 建立一棵链表表示的二叉树,然后采用非递归先序访问二叉树,具体用一个指针栈(数组)来实现,且其最大容量为maxsize=50,二叉树根指针为T,若一个结点的左孩子和右孩子均为空,则为叶子结点,计数器加一,直到访问结束。-Binary tree expressed in the establishment of a linked list, and then visit the first-order non-recursive binary tree, specifically with a po
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:12655
    • 提供者:lll
  1. maze

    0下载:
  2. 数据结构迷宫求解:用非递归方法求迷宫路径-Data structure to solve the maze: a maze with non-recursive method, to calculate the path
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:960
    • 提供者:wh
  1. satg

    0下载:
  2. 二叉树的建立和遍历c++语言非递归和递归实现-The establishment and traverse binary tree c++ language implementation of non-recursive and recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:张帅
  1. RegularExpression

    0下载:
  2. 正则表达式,非递归的算法的程序。期末大作业。-Regular expressions, the algorithm non-recursive procedures. The end of major operations.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3202
    • 提供者:Kenneth.L
  1. hanoi

    0下载:
  2. 该程序是实现hanoi问题,采用非递归的方式!-The program is to achieve hanoi problem, use of non-recursive way!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:海军
  1. unRecursiveBinarySearch1.2

    0下载:
  2. 这是一个java写的非递归的二分搜索程序。-This is a java written in non-recursive binary search program.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4590
    • 提供者:刘鑫
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 49 »
搜珍网 www.dssz.com