CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 递归算法

搜索资源列表

  1. chess5botdiscussion

    0下载:
  2. 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。   当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。  
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6087
    • 提供者:风林火山
  1. shuxingshiyanjiegou

    0下载:
  2. 1)熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27978
    • 提供者:huiyuanyuan
  1. BYYN

    0下载:
  2. 用一门面向对象语言建立一个针对LL(1)文法分析构造演示器,输入定义好的文法,进行分析后在内存中建立其存储结构,判断其能用LL(1)文法分析后,建立其分析过程。 为此我们将本任务分解为以下内容: (1)文法的建立; (2)上下文无关文法的判定; (3)消除文法中一切左递归的算法; (4)文法二义性的判定; (5)LL(1)文法的判定; (6)消除直接左递归; (7)消除间接左递归; (8)直接左公因子的改造; (9)间接左公因子的改造; (10
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:187304
    • 提供者:方方
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现;
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155542
    • 提供者:vivien
  1. suanfashiyanbaogao

    0下载:
  2. 算法设计实验报告 递归与分治 和贪心算法-Recursive algorithm design lab report and the greedy algorithm with sub-rule
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:40835
    • 提供者: 周悟
  1. shujujiegoubaogao

    0下载:
  2. 该文档实现8皇后的递归非递归的算法,是一道好的课程设计题。-8 Queen of the document to achieve the recursive non-recursive algorithm, is a good curriculum design title.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:465827
    • 提供者:muse
  1. Theoperaterofcars

    0下载:
  2. 该文件主要是包含车辆调度问题的处理。通过一个简单的程序采用递归调用算法实现该功能!-The document contains mainly vehicle scheduling problems. A simple procedure through the use of recursive algorithm called the feature!
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1191
    • 提供者:Anna
  1. AlgorithmLectures

    0下载:
  2. 算法讲座:递归与分治策略,多种算法,配有相应例子插图,值得推荐的电子书。-Algorithm Lectures: recursive division strategy with a variety of algorithms, examples with the corresponding illustrations, the book worthy of recommendation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:349655
    • 提供者:孟祥
  1. tree

    0下载:
  2. 二叉树的创建、递归遍历算法及其它基本操作的实现-The creation of a binary tree, recursive traversal algorithm and the realization of other basic operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4665
    • 提供者:房春英
  1. 11

    0下载:
  2. 算法设计报告,有5种算法,动态规划,贪心法,回溯法,递归,分支界限法
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:59607
    • 提供者:yuan he ying
  1. RLS

    0下载:
  2. 对RIS递归最小二乘算法进行介绍和分析,增进算法理解-RIS recursive least squares algorithm introduces and analyzes to enhance the algorithm to understand
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:43380
    • 提供者:谢长君
  1. hanoi

    0下载:
  2. 简单的汉诺塔的非递归实现算法。用C++实现的。-Simple HANOR the non-recursive algorithm. Achieved with C++.
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1590
    • 提供者:zsing
  1. SUANFAPPT

    0下载:
  2. 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:3316958
    • 提供者:lm
  1. findfirstfile

    0下载:
  2. 使用递归的方法查询目录下的文件,一种比较费时但是稳定的遍历算法!-Using a recursive method to query the files in that directory, a more time-consuming but stable traversal algorithm!
  3. 所属分类:Project Manage

    • 发布日期:2017-11-26
    • 文件大小:953
    • 提供者:jiaxibei
  1. 3213123

    0下载:
  2. 迷宫问题 具有递归和非递归算法,好东西,和大家分享:其实迷宫问题的算法还有好多-Maze problem with recursive and non-recursive algorithm, good things to share: In fact, there are a lot maze of algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1763
    • 提供者:liwei
  1. Non-recursive-algorithm-binary

    0下载:
  2. 二叉树先序、中序、后序三种遍历的非递归算法-Non-recursive algorithm binary first order, in sequence, after three traversal
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3324
    • 提供者:凯撒
  1. hannuota

    0下载:
  2. 一种基于汉诺塔的测试报告 核心是递归算法-Tower of Hanoi Tower of Hanoi
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:26428
    • 提供者:鞠阳
  1. text2318

    0下载:
  2. 能够简单的用栈消除递归 ,实现递归算法的合理消除-To eliminate the use of recursive stack simple, reasonable to eliminate the implementation of recursive algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2681423
    • 提供者:晴朗
  1. erchashu

    0下载:
  2. 二叉树遍历 二叉树先序、中序、后序遍历的递归算法递归算法-First binary sequence binary tree traversal, recursive algorithm in order, after the preorder of recursive algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:28354
    • 提供者:chen
  1. noise_estimation

    0下载:
  2. Israel cohen提出的一种跟踪噪声最小值算法,算法在有声段和无声段都可以更新噪声, 但是遇到噪声突然变大的情况,无法解决(A tracking noise minimum algorithm proposed by Israel Cohen, which updates noise in both the vocal and unvoiced segments, However, when the noise suddenly increases, the situation can
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:111616
    • 提供者:a394561880
« 1 23 »
搜珍网 www.dssz.com