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

搜索资源列表

  1. up

    0下载:
  2. A class with recursive member functions Member functions of C++ classes can be recursive. A typical use of recursion is to create a recursive private function to act as a helper for some other member function.-A class with recursive member f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4453
    • 提供者:edsock
  1. lab5

    0下载:
  2. CS 201 _ DATA STRUCTURES AND ALGORITHMS LAB5 Aim: Understanding recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:93626
    • 提供者:abcd
  1. data-structure-

    0下载:
  2. 顺序表、单链表、双链表、队列、栈与递归、图等数据结构方面的源代码-Order form, a single linked list, double linked lists, queues, stacks and recursion, graph data structure such as source code
  3. 所属分类:Data structs

    • 发布日期:2014-09-04
    • 文件大小:5170176
    • 提供者:张岩
  1. QuickSort

    0下载:
  2. 快排,快速排序算法,里面包含例子,并且有原始版本,有改进: 去除尾递归,有去除尾递归, 改进2):将较短的区间使用递归去排序. 较长的区间用循环去排序.-Fast discharge, fast sorting algorithm, which contains examples, and there is the original version, there are improvements: removal of tail recursion, there is removal of
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:12490
    • 提供者:simon
  1. Parametric-Methods

    0下载:
  2. MATLAB Code for Parametric Method of Spectrum estimatin. using Auto Regressive Method, Both levinson Durbin recursion and yule waker method,
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1679
    • 提供者:Sahida
  1. main

    0下载:
  2. 二叉树的建立、遍历 实现递归、非递归的遍历,前序、中序和后序都要求实现-The establishment of a binary tree, traversal recursion, non-recursive traversal, preorder, inorder and postorder are required to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1121
    • 提供者:李雪松
  1. order

    0下载:
  2. 计算机专业的必修课,数据结构中学习的一种递归遍历算法,采用c++编码。-The computer professional required course, data structure of learning in a kind of recursion traversing algorithm, the c++ coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:214738
    • 提供者:王小菲
  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. BST

    0下载:
  2. binary search tree recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:jungle
  1. recursion

    0下载:
  2. 快速排序,汉诺塔以及汉诺塔的演示,内码转换-the exchange of the ISN,Hanoi_show
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4035
    • 提供者:周阳
  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. Maze1

    0下载:
  2. 关于迷宫的递归,栈,队列的解法的一个小程序。-On the maze of recursion, stacks, queues the solution of a small program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5427
    • 提供者:john
  1. bessel

    0下载:
  2. 美国学生上计算物理课,编写的球贝塞尔函数递归-Spherical Bessel functions via up and down recursion, taken from: "Projects in Computational Physics" by Landau and Paez, by John Wiley and Sons, New York.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1130
    • 提供者:
  1. DiscussionOnFunctionRecursionOfC

    0下载:
  2. 函数递归其有逻辑性强、结构层次清晰,可以用数学归纳法得出正确结论的优点。对C语言的函数递归进行了论述-The paper introduces the concepts of the function recursion of C,and when function can use recursion method,the features of function recursion of C also are summed up.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:134401
    • 提供者:john
  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. 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. 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 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com