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

搜索资源列表

  1. hilbert

    0下载:
  2. 构建hilbert曲线,可以计算gilbert曲线的各参数值-This recursive function calculates coordinates of n-th order Hilbert curve. It is then possible to plot it using the "line" command.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:1228
    • 提供者:whj
  1. lms

    0下载:
  2. 自适应滤波器的核心是自适应算法。最小均方算法(LMS) 和递归最小二次方算法RLS) 。通过对这两种算法的推导过程,可以清楚的了解到自适应算法的理论体系,-Adaptive filter is the core of adaptive algorithm. Least mean square algorithm (LMS) and recursive least quadratic algorithm RLS). Through the derivation of these two algor
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:2764
    • 提供者:王柯澜
  1. 数据结构中关于单链表的算法

    0下载:
  2. 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space
  3. 所属分类:其他数据库

    • 发布日期:2017-03-24
    • 文件大小:1128
    • 提供者:zl
  1. fenzhifa.rar

    0下载:
  2. 分治法的基本思想,掌握递归程序编写方法;使用分治法编程,求解线形序列中第k小元素。,Separation of the basic ideas, grasp the recursive programming methods the use of sub-rule law programming, solving linear sequence of the first k small element.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:17332
    • 提供者:chenchen
  1. Hanoi.rar

    0下载:
  2. 用VC++6.0和OpenGl实现的汉诺塔移动算法,速度可以自己调节,主要是汉诺塔的递归算法。,With VC++6.0 and implementation of OpenGl Mobile Tower of Hanoi algorithm, the rate can adjust is the Tower of Hanoi recursive algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2578868
    • 提供者:王菁
  1. EightQueens.rar

    0下载:
  2. 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。,Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later from a graphical interf
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:8904
    • 提供者:zbl
  1. quan-pai-lie

    0下载:
  2. 一种基于递归的全排列算法,可以输出指定字符的所有排列组合-Full array based on recursive algorithm, you can specify the output of all the permutations and combinations of characters
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:218772
    • 提供者:aa
  1. Fibonacci

    0下载:
  2. 用递归算法实现,输入n后可得第n项斐波拉契数,并求出计算所用时间-Recursive algorithm, the input can be obtained after the first n n Feibolaqi item number, and extracts used in the calculation of time
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:618
    • 提供者:Issca Wang
  1. 递归程序输出

    0下载:
  2. 任意给定输入的一个小写英文字符串a1a2a3…an-1an (n≥5) 输出:字符串Ana1An-1a2An-2a3…A2an-1A1an,其中Ai为ai的大写形式 例如,输入aybdx,则递归程序输出XaDyBbYdAx -Any given input of a lowercase string a1a2a3 ... an-1an (n ≥ 5) Output: the string Ana1An-1a2An-2a3 A2an-1A1an, which Ai ai uppe
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-09
    • 文件大小:2217762
    • 提供者:t
  1. insertion-sort

    0下载:
  2. SPIM模拟器上用递归和非递归两种方法实现0-9十个数字的插入排序-SPIM simulator using recursive and non-recursive two ways to achieve the insertion sort ten numbers 0-9
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2897
    • 提供者:林嘉
  1. compil

    0下载:
  2. C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1747151
    • 提供者:娃娃
  1. 灰度图进行递归四叉树分割

    2下载:
  2. 四叉树分割 opencv 编写 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-14
    • 文件大小:1691
    • 提供者:ymz
  1. F1

    0下载:
  2. AR谱估计算法的matlab仿真,包括Yule-Walker方法、协方差方法、修正协方差方法和burg递推法等-AR spectral estimation algorithm matlab simulation, including the Yule-Walker method, covariance method, modified covariance method and the recursive law burg
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:674
    • 提供者:lili
  1. displayfiles_CSharp

    0下载:
  2. C#写的对文件及文件夹操作的小例子,递归实现遍历程序所在目录及所有子目录-C# write operations on files and folders a small example of where the program Recursive traversal directory and all subdirectories
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:15064
    • 提供者:Li Zuohui
  1. Tree

    0下载:
  2. VC树控件的范例,运用递归实现对多级树的操作-VC tree control example of the use of the recursive implementation of the operation of multi-level tree
  3. 所属分类:TreeView

    • 发布日期:2017-05-15
    • 文件大小:3612618
    • 提供者:dxipr
  1. kalman

    1下载:
  2. 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。-This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-19
    • 文件大小:33719
    • 提供者:yunguangmei
  1. matlabPyrTools

    0下载:
  2. This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2065080
    • 提供者:not applicable
  1. match

    0下载:
  2. tc实现的简单计算器,能进行简单的整数四则运算,主要采用递归算法。-c to achieve a simple calculator that can perform simple integer four operations, mainly in a recursive algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:xiaochang
  1. ReadPartTable

    0下载:
  2. 递归读取磁盘的分区表,对于正确的分区表可以读出,对于错误的分区表会停止分析,使用者可以根据分区表项的类型再添加其他种类的分区-Recursive disk partition table to read, for the correct partition table can be read out, for the wrong analysis of the partition table will stop, the user can partition table according to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:588722
    • 提供者:Yang
  1. battle-the-king-

    0下载:
  2. 决战独数王,九宫格,填数游戏,益智游戏,回溯递归算法-The number of battle the king alone, Jiugongge, puzzle, puzzle games, backward recursive algorithm
  3. 所属分类:Game Program

    • 发布日期:2016-01-24
    • 文件大小:381952
    • 提供者:周云
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com