CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Recursion algorithm

搜索资源列表

  1. Recursion.rar

    0下载:
  2. 快速DCT变换 迭代算法, Fast DCT transformation iteration algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1208
    • 提供者:周辉
  1. dashuxiangcheng

    0下载:
  2. 利用分治方法设计实现大整数乘法的递归算法-Using the method of big integer partition design and realize the recursion algorithm square
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:563
    • 提供者:曹萌萌
  1. recursion

    0下载:
  2. 经典递归算法的C源码实现“迷宫求解”和“图像去噪音的问题”。-Classical recursive algorithm of C source code to achieve "maze solving" and "clean up the noise of images".
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2642
    • 提供者:jiangshifeng
  1. Levinson

    1下载:
  2. 采用列文逊递推算法求解对称托伯利兹型方程组。其中t存放T型矩阵的元素。b是右端常数向量。x是解向量。n是阶数。-Using Levinson recursion algorithm for symmetric Tuobolizi equations. Where t T-matrix elements of deposit. b is the right end of the constant vector. x is the solution vector. n is the order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1172
    • 提供者:Shepard
  1. lecture_03recursion

    0下载:
  2. 此资料主要用于acm初学者。递归算法是c++中一个比较重要的算法,尤其在acm中。本文深入浅出的讲解了递归算法。-This article maybe very useful to the acmer.As we all know that the recursion algorithm is very important.By reading this article you may learn a lot.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:226741
    • 提供者:董明秀
  1. 154851651654852631312125485

    0下载:
  2. 二叉树非递归算法,希望对大家有帮助,谢谢支持啊!-Binary tree the recursion algorithm, we want to help, thanks to the support!
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:277880
    • 提供者:thx
  1. zuixiaoercheng

    0下载:
  2. 最小二乘的递推算法,包括完整的程序,希望对大家有帮助。-Least squares of recursion algorithm, including complete program, and we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:908
    • 提供者:赵无棣
  1. Graph

    0下载:
  2. 使用递归或者非递归方法实现的深广度算法实现的图的遍历-Recursion or recursion algorithm to realize the breadth or the deep graph traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3213
    • 提供者:口灵
  1. 1--Fibonacci

    0下载:
  2. C简单写的Fibonacci数的递归算法-C write simple of the number of the Fibonacci recursion algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:178957
    • 提供者:xiechen
  1. Recursion-and-divided-.ppt

    0下载:
  2. 这是关于分治与递归算法的课件,文章详细的讲解了这两周算法的设计要点。-This is about divide and conquer and recursive algorithm courseware, the article explained in detail the design elements of the algorithm for two weeks.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:472408
    • 提供者:小韩
  1. not-recursive-realized

    0下载:
  2. 该程序是分段函数: akm(m,n){ n+1 m =0 akm(m-1,1) m!=0,n=0 akm(m-1),(akm(m,n-1)) m!=0,n!=0 实现递归和非递归的算法 非递归算法可能使计算时间减少-The program is piecewise function: Akm (m, n) { N+ 1 m = 0 Akm (m-1, 1) m! = 0, n = 0 Akm (m-1) (akm (m, n-1)) m! = 0, n.=
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:859
    • 提供者:
  1. Binary-tree-traversal-of-recursion

    0下载:
  2. 【二叉树遍历的递归算法实现】 操作:根据提示输入相应数据实现各种功能 函数:菜单函数(menu) 前序建立二叉树(Crt_BinTree) 访问结点(Visit) 前序遍历(Pretraverse) 中序遍历(Intraverse) 后序遍历(Suctraverse) 删除树(Destory) 操作函数(perform)Pretraverse 主函数(main) 说明:结点数据初始为char型,但可在前面代码部分修改 成其他类型,
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1611
    • 提供者:
  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. 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-11
    • 文件大小:2694446
    • 提供者:韩丽
  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. 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. handuota

    0下载:
  2. 汉诺塔经典算法,采用的是递归算法,仅仅十几行的代码就可以完成汉诺塔复杂的运动过程,这就是递归算法的魅力所在,很值得学。-Han s tower classical algorithms, use is recursion algorithm, only ten lines of code can be completed han s tower of sports complex process, this is recursion algorithm s charm is, is worth
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:102957
    • 提供者:zhuqing
  1. BtreeOrder

    0下载:
  2. 二叉树的遍历,实现二叉树的前序、中序、后序遍历,包含递归和非递归算法-Binary tree traverse, realize the binary tree before, in order of sequence, after traverse sequence, including recursive and the recursion algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:887213
    • 提供者:Mr.Lee
  1. shuyouguandao

    0下载:
  2. 使用递归算法实现输油管道问题,并设计出管道的解决方案-Use recursion algorithm to realize the oil pipeline, and designed a pipeline solutions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:830
    • 提供者:欧阳
  1. BinarySearch

    0下载:
  2. 对已排序的数组分别用迭代递归两种算法进行折半查找。-An array of the sort of has respectively with iterative recursion algorithm of two binary search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com