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

搜索资源列表

  1. digui

    0下载:
  2. 本段代码实现的功能是:递归实现x的n次幂-The functionality of the code is: recursion x n-th power
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:674
    • 提供者:海鸥
  1. stack

    0下载:
  2. 栈的描述,包括栈的实现和递归!里面有解释,方便理解-Descr iption of the stack, including the realization and recursion stack! There explanation, easy to understand! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:125150
    • 提供者:huangmoyue
  1. 2b-recursion

    0下载:
  2. 低归 低归 低归 低归 低归 低归-recusive
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:165313
    • 提供者:chen
  1. min_distance

    0下载:
  2. 本算法用于求一系列点集中距离最小的点对,利用分治,递归,大大减少计算量-This algorithm is used to find a point of focus from the minimum point, the use of divide and conquer, recursion, greatly reducing the computational
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1706
    • 提供者:王彬
  1. QuickSort

    0下载:
  2. 快速排序的基本思想是把数组划分成三段,然后用递归求解-The basic idea is to quickly sort the array is divided into three sections, and then use recursion to solve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1746
    • 提供者:
  1. diguixinhua

    0下载:
  2. 打印金字塔形的星花,单用的算法是递归的形式。利用这个程序,可以理解递归。-Print pyramid-shaped flowers, alone in the form of the algorithm is recursive. Using this program, you can understand recursion.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:278802
    • 提供者:点点
  1. ZipUtil

    0下载:
  2. 自写Zip工具,可压缩文件或文件夹,压缩格式为Zip,对多层文件夹结构包含递归算法,可直接用或拿来学习。-Zip Utils for file or directory,recursion examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:900
    • 提供者:yuqiang
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3161789
    • 提供者:jijiyaya
  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-08
    • 文件大小:226741
    • 提供者:董明秀
  1. KSQX

    0下载:
  2. VC++递归法实现简单分形图形示例程序,比如扣氏曲线类定义等。大家在C/C++学习时都会遇到递归,课本上以汗诺塔为例进行讲解,然后大家都希望自己找到一个递归的实例。本代码以一个最简单的分形图形来示范递归的实现过程。 -VC++ recursion simple example of fractal graphics program, such as Button' s definition of curve classes. Everyone in the C/C++ will enc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:27917
    • 提供者:madud00091
  1. knapsack(five)

    0下载:
  2. 实现0-1背包问题的优先队列分支限界算法 FIFO 分支限界算法 递归法 回溯法 动态规划算法-0-1 knapsack problem to achieve the priority queue FIFO branch and bound algorithms branch and bound backtracking algorithm recursion dynamic programming algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14136
    • 提供者:iwillgoon
  1. BiTree

    0下载:
  2. 二叉树的前序、中序、后续,递归非递归的建立-Binary tree before, in order of sequence, follow-up, recursive the establishment of recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2454
    • 提供者:裴孝中
  1. Tree

    0下载:
  2. 1.建立完全二叉树 2.先序非递归遍历二叉树函数 & 先序递归遍历二叉树验证 3.中序非递归遍历二叉树函数 & 中序递归遍历二叉树验证 4.后序非递归遍历二叉树函数 & 后序递归遍历二叉树验证 -1 to establish a fully binary tree 2 first order non-recursive binary tree traversal function preorder recursive traversal of binary tree &
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:215220
    • 提供者:许许
  1. binary-tree

    0下载:
  2. 实现了二叉树递归先中后、以及非递归先中后序的遍历,运用模板是实现,可以很方便在以后使用-To realize the binomial tree recursion in first after the first, and recursion sequence of the traverse, after using the template is achieved, it is convenient to use in the future
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3002
    • 提供者:赵宇
  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. text

    0下载:
  2. 24点代码,加算法,有注释,用递归写的,效率还行-24-point code, plus algorithm, there are notes, written with recursion, efficiency okay
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1400
    • 提供者:mingyue
  1. zuixiaoercheng

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

    • 发布日期:2017-04-11
    • 文件大小: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. Fibonacci

    0下载:
  2. 计算通过3种方法计算高位,斐波那契数,简洁明了。逐项递归法,对分递归法和公式计算法-Calculated by three methods calculating high, Fibonacci numbers, concise. One by one recursion, recursive methods and formulas for points calculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:45604
    • 提供者:lq
  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 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com