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

搜索资源列表

  1. bitree

    0下载:
  2. 这个源代码的功能是二叉树的递归和非递归遍历。-The function of the source code is a binary tree recursive and non-recursive traversal.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:335180
    • 提供者:廖诗雨
  1. erchashu

    0下载:
  2. 二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)-Chain store binary tree, preorder traversal and hierarchy traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1468
    • 提供者:liukun
  1. CP_work_8

    2下载:
  2. 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
  3. 所属分类:Compiler program

    • 发布日期:2014-05-22
    • 文件大小:152576
    • 提供者:jchen
  1. Tree-traversal

    0下载:
  2. 树的遍历。树的缩格打印、先根遍历,中根遍历,后根遍历的递归非递归调用,交换左右子树递归调用。-Tree traversal. Tree indent printing, the first root traversal, traversing root, root recursive traversal non-recursive calls, switching left and right subtrees recursively.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1241
    • 提供者:butterfly
  1. Maze

    0下载:
  2. 使用递归方法与非递归方法求解迷宫问题。内容涉及递归的消去、属于数据与算法课程。-Use recursive and non-recursive method for solving approach maze. Covering recursion elimination, part of the data and algorithms course.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4981
    • 提供者:xuebao1942
  1. phonenumber-vs-words

    0下载:
  2. 电话号码对应的英文单词,递归与非递归 ,-Telephone number corresponding English words, recursive and non-recursive, recursive and non-recursive
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:949
    • 提供者:李成
  1. BinaryTree

    0下载:
  2. 创建二叉树,先序、中序、后序遍历二叉树的递归及非递归,和按层次便利二叉树的实现-Create a binary tree, preorder, inorder, postorder recursive and non-recursive binary tree, and at different levels to achieve a convenient binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5800
    • 提供者:兰登科
  1. fz

    0下载:
  2. 赋值语句的翻译,递归下降法是语法分析中最易懂的一种方法。它的主要原理是,对每个非终极符按其产生式结构构造相应语法分析子程序,其中终极符产生匹配命令,而非终极符则产生过程调用命令。-Translation of assignment statements, recursive descent parser is the most straightforward method. Its main principle is that their production structures constr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1999
    • 提供者:nsj
  1. InOrderThreadBiTree-(2)

    0下载:
  2. 手动输入各个结点建立二叉树(递归) ,普通二叉树的先序和后序遍历(递归),中序线索化(递归), 线索二叉树的先序和中序遍历(递归),线索二叉树的中序遍历(非栈、非递归), 层次遍历(使用队列),销毁整棵二叉树(递归)-Manually enter each node to build a binary tree (recursively), common binary tree inorder and postorder traversal (recursive), the sequence
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:2778
    • 提供者:徐雅文
  1. main

    0下载:
  2. 二叉链表的建立,前中后序遍历(递归、非递归),层次遍历,删除子树,查找节点,求树的高度,以括号法输出二叉树-Build the binary tree, the former after preorder (recursive, non-recursive), hierarchical traversal, delete sub-tree to find the node, find the height of the tree, binary output in brackets law
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2072
    • 提供者:hbc
  1. Ackerman

    0下载:
  2. Ackerman函数的递归与非递归实现,同在一个C++文件里面,使用的时候只需将其中一个注释,main函数为检测函数。-Ackerman recursive and non-recursive functions to achieve the same in a C++ file inside, when used just one note, main function is to detect function.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:255975
    • 提供者:黄森洪
  1. Maze-code

    0下载:
  2. 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:3069
    • 提供者:Ryan
  1. dnspod-sr-master

    0下载:
  2. dnspod-sr 是一个运行在 Linux 平台上的高性能的递归 DNS 服务器软件,具备高性能、高负载、易扩展的优势,非 BIND 等软件可以比拟。dnspod-sr 依托于 DNSPod 多年运营和优化 DNS 服务的经验,针对国内复杂的网络情况,对递归 DNS 进行了一系列的优化,比较其他开源软件,性能得到大幅提升。 特性 高性能,比所有流行的开源 DNS 软件性能高出2倍以上 安全,能抵御一般攻击 稳定,有效降低解析失败率 主动刷新缓存,响应速度更快 易于
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:101197
    • 提供者:白宦成
  1. bahuanghou

    0下载:
  2. 利用栈结构实现八皇后问题。 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。   提示:     1、可以使用递归或非递归两种方法实现     2、实现一个关键算法:判断任意两个皇后是否在同一行、同一列和同一斜线上-Use the stack structure to achieve the eight queens probl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1336
    • 提供者:
  1. Seaching

    0下载:
  2. 使用profiler对比递归调用和非递归调用的排序算法-Use profiler recursive calls and sorting algorithms compare non-recursive calls
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1994223
    • 提供者:田佳
  1. avll

    0下载:
  2. (1) 插入新结点 (2) 前序、中序、后序遍历二叉树 (递归) (3) 前序、中序、后序遍历的非递归算法 (4) 层次遍历二叉树 (5) 在二叉树中查找给定关键字(函数返回值为成功1,失败0) (6) 交换各结点的左右子树 (7) 求二叉树的深度 (8) 叶子结点数 (9) 删除某结点-(1) Insert a new node (2) pre-order, in sequence, after the tree traversal (recursi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4287
    • 提供者:lkiliu
  1. paixu

    0下载:
  2. 排序的主要实现以及具体功能的用法,包括基本排序,递归非递归排序等-The main achievement of the specific features of sorting and usage, including basic sort, recursive non-recursive sorting
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1399
    • 提供者:lkiliu
  1. main

    0下载:
  2. 二叉树的前中后的三种递归和非递归还有线索化-Binary tree in front of three recursive and non-recursive well after cued
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2675
    • 提供者:gaotianfeng
  1. erchashu

    0下载:
  2. 数据结构中二叉树的排序,包括先序、中序和后续的递归排序和非递归排序。-Sort binary data structure, including the first order, the sort order and subsequent recursive and non-recursive sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:688
    • 提供者:陈飞宇
  1. graph

    0下载:
  2. 图的深度递归与非递归遍历,广度优先搜索遍历。VC6.0-Figure recursive and non-recursive traversal depth, breadth-first search traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:314102
    • 提供者:蓝色
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 »
搜珍网 www.dssz.com