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

搜索资源列表

  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. cx6

    0下载:
  2. java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:44098
    • 提供者:xyzlxtx
  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. digui

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

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

    1下载:
  2. 在linux下利用c语言实现的进程树的打印,主要通过/proc下的目录中的进程文件,获取status中的进程信息内容,然后利用递归实现进程树的打印-Under the linux process using c language to print the tree, primarily through/proc directory under the file in the process, the process to obtain status information, and then u
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1166
    • 提供者:ZBL
  1. WuZiQi

    0下载:
  2. 本人原创的五子棋游戏,算法很独特,没有采用递归就达到了不错的结果。-My original backgammon game, the algorithm is unique, does not use recursion to achieve good results.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2062224
    • 提供者:闫煜
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »
搜珍网 www.dssz.com