CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - recursion

搜索资源列表

  1. EightQueensProblem

    0下载:
  2. 在8*8的国际象棋盘上放置八个皇后,使其不能互相攻击,用递归法求出所有布局-8* 8 placed on the international chess board eight queens, so that it can not attack each other, all the layout obtained by recursion
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:925
    • 提供者:leona
  1. derangementsRecursion

    0下载:
  2. A derangement Recursion written in Python
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:771
    • 提供者:Jenny Liu
  1. My_fft1

    0下载:
  2. This function calculates discrate fourier transform for vector using the "Fast" method . (recursion )-This function calculates discrate fourier transform for vector using the "Fast" method . (recursion )
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:Eti
  1. exe5

    0下载:
  2. 分别用递归实现无限级的菜单、快捷菜单和树形控件显示。-Respectively infinite recursion level menu, shortcut menu, and tree controls display.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:53240
    • 提供者:czg
  1. diguidituifa

    0下载:
  2. 递归法实现猴子吃桃,第十天一个桃子,球第一天的数量,每天吃的数量是前一天数量的一半加一,递归法整数排序-Recursive method to achieve the monkeys eat peaches, the tenth day of a peach, the number of the first day of the ball, eat the day before the number is half the number plus one, sort integer recurs
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:869
    • 提供者:yangyang
  1. CG_C

    0下载:
  2. C字曲线,也就是皇冠。程序运行后,输入一个自然数,计算机则描绘出该递归深度的“C”字曲线。-C shape curve, which is the crown. Running the program, enter a natural number, the computer is depicted in the recursion depth " C" shape curve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:352674
    • 提供者:吴琼
  1. recursion

    0下载:
  2. 用vc2008创建的一个递归模型,程序里面注释的部分去掉就是一个赛平斯基垫片程序。-Created using a recursive model vc2008, procedures which remove the comment part of the gasket is a race Lipinski program.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:996
    • 提供者:罗真
  1. recursion1

    0下载:
  2. This a .cpp file. It is a data structure question. Recursion-This is a .cpp file. It is a data structure question. Recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5332
    • 提供者:Kay
  1. chinachess

    0下载:
  2. 自己编写的中国象棋。c语言编写。通过枚举法,遍历一定深度中的所有情况,递归深度可以在代码中修改。没有棋盘的库,每步均为即时计算所得。-I have written in Chinese chess. c language. By enumeration, traversing a certain depth in all cases, recursion depth can be modified in the code. No library board, each step are calc
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:4634
    • 提供者:vidfa
  1. stirling

    0下载:
  2. 离散数学中用递归和递推的方法分别求第二类stirling数.-Discrete mathematics using recursion and recursive methods are seeking second stirling numbers.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1142
    • 提供者:
  1. Fibonacci

    0下载:
  2. 这是我自己写的一个斐波拉契数死的程序,有递归法和迭代法-This is what I had written a number of dead Feibolaqi procedures, recursion and iteration! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:848
    • 提供者:王三麻子
  1. Syntax_Analysis-LL(1)-LCC

    0下载:
  2. 编译原理之语法分析LL(1) (1)消除左递归 (2)求First集 (3)求Follow集 (4)预测分析表 (5)预测分析过程-Compiler theory of parsing LL (1) (1) elimination of left recursion (2) Find First Set (3) Find Follow set (4) prediction of sheet (5) prediction analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:66567
    • 提供者:
  1. LL1parserVS2010

    0下载:
  2. LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:273028
    • 提供者:jianren2hao
  1. GrammerParsers

    0下载:
  2. 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:226849
    • 提供者:杨玥
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5713
    • 提供者:冯景航
  1. bintree

    0下载:
  2. C++实现求二叉树的深度(递归·非递归)·遍历(递归,非递归)-C++ realization for binary tree depth (recursion · the recursive) · traversal (recursion, the recursive)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1828
    • 提供者:白安宁
  1. fanxvlie

    0下载:
  2. 用递归求数的反序列及递归求fib,devcpp环境下编写,在其他支持C语言的编译器上均可运行-Recursive sequence and find the number of anti-recursion fib, devcpp environment written in other languages supported C compiler can be run on
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:703
    • 提供者:yanhan
  1. BTree 二叉树的遍历与应用

    2下载:
  2. 二叉树的建立,前序中序后序遍历,线索化,递归非递归遍历,查找前驱或后继结点,输出,菜单实现。-The establishment of a binary tree, inorder preorder postorder traversal, threaded, non-recursive traversal recursion, find precursor or successor nodes, output, menu implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-17
    • 文件大小:168493
    • 提供者:zhangjing
  1. source

    0下载:
  2. This derivation of the normalised least mean square algorithm is based on Farhang- Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm we consider the standard LMS recursion, for which we select a variable step size
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5986
    • 提供者:bahtiar
  1. x

    0下载:
  2. This derivation of the normalised least mean square algorithm is based on Farhang- Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm we consider the standard LMS recursion, for which we select a variable step size
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1007
    • 提供者:bahtiar
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com