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

搜索资源列表

  1. erchashu

    0下载:
  2. 该程序用于二叉树的实现,并用递归算法对该二叉树实现先根、对称、后根次序周游。-The program for the realization of the binary tree, and to the recursion algorithm realization binary tree root root order after the first symmetrical around
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3050
    • 提供者:guet
  1. 45

    0下载:
  2. 一个简单的忙缘分离算法,采用递推方法,简单易懂,适合初学者。-A simple busy margin separation algorithm, using recursion method, easy to understand, is suitable for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:大幅度454
  1. n-queen-problem-display

    0下载:
  2. n后问题演示程序,算法分析与设计,递归算法-N queen problem demonstration program, the algorithm analysis and design, recursion algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4223
    • 提供者:jade
  1. Fractal-curve

    1下载:
  2. 用MATLAB实现几种分形曲线的源程序,里面用了递归,程序绝对可用,可调参数。-MATLAB source program snowflakes curve, use inside the recursion, and procedures can be absolutely, adjustable parameter.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:3663
    • 提供者:
  1. fast-subspace-algorithm

    1下载:
  2. 为了对空间辐射源进行精确定位" 建立了基于任意阵列对多目标源进行二维DOA估计的数学模型。将 MUSIC算法推广到三维空间阵列可以对辐射源进行二维高精度测向,但由于其需要估计接收数据的协方差矩阵和进行特征分解, 因而其计算量较大。利用多级维纳滤波器的前向递推获得信号子空间和噪声子空间,不需要估计协方差矩阵和对其进行特征分解,从而降低了MUSIC算法的计算量。将文中的方法应用于任意阵列的二维DOA估计中进行计算机仿真和实际侧向系统性能验证,实验结果均表明该方法达到了MUSIC算法的性能,但与常规M
  3. 所属分类:Communication

    • 发布日期:2016-02-23
    • 文件大小:118784
    • 提供者:于文娟
  1. C-100excesices

    0下载:
  2. c语言100实例和教程,应用于c语言基础学习的参考含线性表,数组,队列,堆栈,广义表,递归,图,排序等。-C 100 examples and tutorials, used in c language foundation study reference including linear table, array, queue, stack, generalized table, recursion, figure, sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:198375
    • 提供者:李阳是帅哥
  1. suanfa

    0下载:
  2. 一些常见的c++小练习,包括递归、蒙特卡洛、简单数论-Some of the common c practice, including recursion, Monte Carlo, a simple number theory, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:35537
    • 提供者:loutian
  1. ItcastTetris

    0下载:
  2. 在ecplise上开发的完整工程源码代码,有完整的功能,优秀的递归算法,实现很好的逼真的俄罗斯方块游戏图片和标准-In ecplise developed on complete source code engineering, complete functionality, excellent recursion algorithm, achieve good lifelike Russian square game pictures and standards
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:17149
    • 提供者:
  1. di-gui-yuan-quan-tu

    0下载:
  2. 用vb编的在matlab上实现的递归圆圈图的画法的程序-use vb to draw the recursion circle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1922
    • 提供者:四叶草
  1. FFT

    0下载:
  2. 本文给出一种时间抽取少数点 递归算法(Recursion Algorithm for Sparse Points - RASP),据此写出的多项式生成程序和直接多项式法 在计算少数点时有很高的效率。 -This paper presents a time to extract a small number of recursive algorithm accordingly write the polynomial generator and direct polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2694446
    • 提供者:韩丽
  1. levinson

    0下载:
  2. 用Levinson递推公式计算偏相关系数 - Use Levinson recursion formula to calculate the partial correlation coefficient
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:805
    • 提供者:任世远
  1. RadomMaze

    0下载:
  2. 这是介绍递归实现随机迷宫算法的资料。里面详细介绍了随机迷宫的递归实现原理以及源代码。声明:随机迷宫本是和随机生成树的算法差不多,但是这里更偏向于数学的解释,适合初学者。-This is to introduce recursion radom maze algorithm realization of the meterial.There are detailed descr iption of the random maze of recursion implementation princi
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:29518
    • 提供者:人类
  1. HTree

    0下载:
  2. 使用递归算法实现H树,并有GUI界面,最大可画到10阶H树(可修改)-recursion to realize H-Tree with GUI,max to 10 degree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5854
    • 提供者:liqiang
  1. erchashu

    0下载:
  2. 二叉树的基本操作,包括创建,遍历,求深度,各节点的交换子树,递归及非递归算法遍历。-The basic operation of the binary tree, including creating, traverse, for depth, each node of the exchange son tree, a recursive and the recursion algorithm to traverse.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:251237
    • 提供者:王震
  1. Recursively-down-analysis

    0下载:
  2. 递归向下分析,通过简单的JAVA例子实现递归向下分析的方法,仅供参考-Recursively down simple Java example of recursion down analysis method, for reference only
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:569
    • 提供者:TAOTAO
  1. C-language-practice-hans-tower

    0下载:
  2. 简单实现汉诺塔计算,不是很复杂,此过程使用递归算法-Simple to implement han s calculation tower, not very complex, this process using recursion algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:168268
    • 提供者:chen lin
  1. diguizhuhuandaofeidigui

    0下载:
  2. 递归怎样转换到非递归的形式的PPt文件,方便初学者更好理解递归。-Recursive How to convert PPt file to a non-recursive form, easy for beginners to better understand recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:55597
    • 提供者:唐佳伟
  1. xml

    0下载:
  2. 给出解析XML文档的程序例子,可以运行,并用到递归算法,实现树结构-The function of the convenient search function are given of an XML document analysis program example, can run, and to recursion algorithm, realize the tree structure
  3. 所属分类:TreeView

    • 发布日期:2017-05-20
    • 文件大小:5952013
    • 提供者:杨琦
  1. bitree

    0下载:
  2. 1、以广义表的方式输入二叉树 2--7、三种递归、非递归遍历的结果 8、统计结点数、叶子数 9、求深度(递归、非递归) 10、以反中序方式打印树图的格式-A generalized table input binary tree 2- 7, three recursion, non-recursive traversal results 8, the statistics the number of nodes, leaf number 9, seeking dept
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1802
    • 提供者:向曦
  1. mybiytree_2

    0下载:
  2. 实现中序后序求前序的二叉树的功能,c语言实现,递归,不需构造二叉链表结构-Implementation sequence the order to seek pre-order binary tree functions, c language, recursion, no need to construct a binary linked list structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:638435
    • 提供者:侯超俊
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 24 »
搜珍网 www.dssz.com