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

搜索资源列表

  1. ExpressTest

    0下载:
  2. 设计了表达式解析和计算类(通过递归迭代和抽象类的方法),并利用DataGridTab地应用演示(在输入窗口中输入“x=1 y=2 z=3 w=x+y*2.9-z”) -Design analysis and calculation of the expression of type (through recursive iteration and abstract class methods), and the use of application DataGridTab demonstra
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:32714
    • 提供者:sai
  1. diguixiajiangfenxifa

    0下载:
  2. 利用高级语言的递归过程为给定文法的每个非终结符构造对应的递归函数-Recursive use of high-level language course for a given grammar structure at the end of each non-recursive functions corresponding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1122
    • 提供者:陈斌
  1. CAL

    0下载:
  2. 用递归下降的LL1文法实现的可编程计算器-Using recursive grammar LL1 decline in the realization of a programmable calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:35358
    • 提供者:田伟
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1954
    • 提供者:梅国伟
  1. kalman

    1下载:
  2. kalman滤波器的C源代码,kalman滤波器的用途很广,比如卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量,估计动态系统的状态。-kalman filter C source code, kalman filter uses a very wide, such as the Kalman filter is an efficient recursive filter (autoregressive filter), it can not compl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1704
    • 提供者:taofen
  1. bianyiyufa

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-Recursive analysis of the preparation of a decline in procedures to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checker.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1655
    • 提供者:王薇
  1. Bittree

    0下载:
  2. 二叉树所有简单的功能,包括遍历的递归和非递归算法,值得学习研究哦!-Binary tree of all the simple features, including traversal of recursive and non-recursive algorithm, it is worth study, oh!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8174
    • 提供者:海瑞
  1. DFS

    0下载:
  2. DFS算法的非递归函数 老师布置的,满分作业哦!-DFS algorithm of non-recursive function teacher layout, operating out of Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6623
    • 提供者:海瑞
  1. Binarytree

    0下载:
  2. 实现构造一个二叉树、二叉树的遍历(递归与非递归方法)-To achieve construct a binary tree, Binary Tree Traversal (recursive and non-recursive method)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12670
    • 提供者:妮子
  1. dabawent

    0下载:
  2. 打靶问题:一个射击运动员打靶,靶一共有10环,连开10枪打中90环的可能性有多少种?递归实现。-Targeting issues: a target shooters, target a total of 10 Central, 10, shot even opened the possibility of ring 90 the number of species? Recursive achieve.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3392
    • 提供者:aces
  1. hannuo

    0下载:
  2. 数据结构中经典的汉诺塔算法。就是用递归移动盘子的问题。-Data structure in the classic Tower of Hanoi algorithm. Is to use recursive mobile plate problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:9148
    • 提供者:小橘子
  1. BST_path

    0下载:
  2. 二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:399715
    • 提供者:pany
  1. Hanoi

    0下载:
  2. 这是用递归算法实现的汉诺塔程序。实现虽然简单,但它最大的特色就是输出形式比较美观。-This is a recursive algorithm using the Tower of Hanoi program. Although simple to achieve, but it s biggest feature is the output form of comparative aesthetics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:14142
    • 提供者:Katherine
  1. QuanPaiLie

    0下载:
  2. 这是用VC实现的全排列递归排序。算法中perm(list,k,m)递归的产生所有前缀是list[0:k-]的全排列的所有排列。-This is achieved using VC-wide with recursive sort. Algorithm perm (list, k, m) all have a recursive prefix is a list [0: k-] of the whole order of all order.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:6717
    • 提供者:Katherine
  1. xiaochuzuodigui

    0下载:
  2. 实现编译原理消除左递归的c++程序源代码 实现编译原理消除左递归的c++程序源代码-Compiling principle to achieve the elimination of left recursive c++ Compile source code to achieve the principle of the elimination of left recursive c++ Source code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1554
    • 提供者:
  1. diguisuanfa

    0下载:
  2. 分而治之是一种使用递归解决问题的算法,主要的技巧是将一个大的复杂的问题划分为多个子问题,而这些子问题可以作为终止条件,或者在一个递归步骤中得到解决,所有子问题的解决结合起来就构成了对原问题的解决 -Divide and rule is a solution to the problem using the recursive algorithm, the main technique is to a large complex problem is divided into multiple s
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:4839
    • 提供者:冯雨桐
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. 2

    0下载:
  2. 用邻接表表示的图的深度优先周游的非递归算法,邻接表的构造算法-Adjacency list with the plan said the depth-first tour of the non-recursive algorithm, adjacency list structure algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2395
    • 提供者:chenyuehong
  1. Strassen

    0下载:
  2. 用分治法和递归的思想,实现Strassen矩阵相乘-With sub-rule law and recursive thinking, to achieve Strassen matrices
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:9189
    • 提供者:jaly
  1. BPNet

    0下载:
  2. 递归算法示例计算,供相互学习之用.他可计算:n的1次方到n的k次方的和.-Example calculation of recursive algorithm, for mutual learning. He Computable: n-th power of 1 to n and the k-th power.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:53616
    • 提供者:huchwu
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com