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

搜索资源列表

  1. 2010quicksort

    0下载:
  2. c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method to achieve, although the use
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:30374
    • 提供者:郑湾州
  1. LMS-FTF-LSL

    1下载:
  2. 包括:三种LMS算法实现AR(2)的预测,法2、3用递推计算Km,两者区别在于d(n)的取法略微不同;用LSL和FTF算法实现简单的系统辨识。-Include: three LMS algorithm AR (2) the forecast, France 2,3 calculated with recursion Km, whichever is the difference between d (n) of a slightly different取法 LSL and the FTF al
  3. 所属分类:matlab

    • 发布日期:2015-01-23
    • 文件大小:976182
    • 提供者:
  1. hanoi

    0下载:
  2. 不利用递归实现汗诺塔- Does not use the recursion realization perspiration promise tower
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:1058
    • 提供者:站长
  1. bwc

    0下载:
  2. 搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the alphabeta pruning, the initial period and the intermediate stage searches 6, finally partially searches 15. Appr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:574777
    • 提供者:五个蛋
  1. SMART

    0下载:
  2. 快速查找:应用递归排序的例子- Quick look: Application recursion arrangement example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:720
    • 提供者:tyler28
  1. Bitree

    0下载:
  2. 实现各种二叉树的遍历。包括先序遍历、中序遍历、后序遍历的递归或递 归算法。-To achieve a variety of binary tree traversal. Including the first traversal, in order traversal, postorder traversal of the recursion or recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:40133
    • 提供者:夏雪
  1. stackfibnaqi

    0下载:
  2. 斐波那契数列计算的非递归算法 用栈来模拟递归的经典题目-Fibonacci calculation of non-recursive algorithm used to simulate the recursion stack classic topic
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:guangyu
  1. datastruct

    0下载:
  2. 包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5075
    • 提供者:niwenjuan
  1. 8Queen

    0下载:
  2. 用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:111372
    • 提供者:xiamin
  1. prime

    0下载:
  2. 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:55312
    • 提供者:bingo
  1. quicksort

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:97961
    • 提供者:yuwq07
  1. heat2

    0下载:
  2. recursion method 解传热方程,作为计算物理的学习小历程很适合-solution of heat transfer equation using recursion method, for computational physics
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1226
    • 提供者:elias chuh
  1. ssd7exercise3

    0下载:
  2. 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
  3. 所属分类:STL

    • 发布日期:2017-03-31
    • 文件大小:661693
    • 提供者:邹斌
  1. queen

    0下载:
  2. 八皇后问题的具体实现,用递归来寻找每个皇后的位置,有注释!-Concrete realization of the eight queens problem, using recursion to find the location of each of the Queen, there are comments!
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923
    • 提供者:CSlaf
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:28446
    • 提供者:wgl
  1. test1

    0下载:
  2. 递归实现一个集合的所有的子集的输出。 例如{1,2} 输出{}{1}{2}{1,2}-A subset of the output of recursion
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1772783
    • 提供者:张天扬
  1. RandomizedQuicksort

    0下载:
  2. The steps are: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements which are less than the pivot come before the pivot and so that all elements greater than the pivot come after it (equal values can go ei
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:113589
    • 提供者:Clay84
  1. hanoi

    0下载:
  2. Hanoi塔的递归调用和消除尾递归的方法,附带算法的设计思路和分析-Hanoi Tower recursive calls and the elimination of tail recursion method with the algorithm design and analysis of ideas
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9160
    • 提供者:齐笑尘
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com