Welcome![Sign In][Sign Up]
Location:
Search - 递归

Search list

[Data structs背包问题(动态规划递归算法)的vc程序

Description: 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
Platform: | Size: 1016998 | Author: lcf_spring | Hits:

[Other递归二分法.

Description: 递归二分法.
Platform: | Size: 364 | Author: 36107801@qq.com | Hits:

[Windows Develop递归输出全排列和集合的所有子集

Description: 递归实验,用递归输出全排列和集合的所有子集
Platform: | Size: 225 | Author: y_form@126.com | Hits:

[Algorithm采用递归方法计算插值程序

Description: 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
Platform: | Size: 5155 | Author: catmoon | Hits:

[WEB CodeJava递归实现折中算法

Description: Java递归实现折中算法Java递归实现折中算法Java递归实现折中算法
Platform: | Size: 1243 | Author: 339146789@qq.com | Hits:

[Other非递归前序,中序,后序遍历二叉树(优化算法)

Description: 非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
Platform: | Size: 1024 | Author: 徐宾 | Hits:

[ELanguage消除左递归1

Description: 对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
Platform: | Size: 1024 | Author: 刘远兴 | Hits:

[ELanguage消除左递归得到后缀式

Description: 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carries on the root to spread the calendar regarding this, after then obtains decorates the type
Platform: | Size: 2048 | Author: 刘远兴 | Hits:

[Windows Develop迷宫问题的递归算法

Description: 迷宫问题的递归算法-recursive algorithm for maze problem
Platform: | Size: 1024 | Author: 何丰 | Hits:

[Windows Develop迷宫问题的非递归算法(栈实现

Description: 迷宫问题的非递归算法-maze of non- recursive algorithm
Platform: | Size: 2048 | Author: 何丰 | Hits:

[Documents实验二(递归下降分析)

Description: 实验二(递归下降分析)-two experiments (recursive drop analysis)
Platform: | Size: 38912 | Author: | Hits:

[ELanguage递归下降

Description: 简单的语法分析,递归下降语法分析-simple syntax analysis, recursive grammar analysis drop
Platform: | Size: 1024 | Author: 蒋京 | Hits:

[Data structs递归

Description: 递归算法,字符串的倒序输出。-recursive algorithm, the reverse output string.
Platform: | Size: 2470912 | Author: 唐志 | Hits:

[Editor递归下降分析方法

Description: 根据某一文法编制调试递归下降分析程序,以便对任意输入的符号串进行分析。的目的主要是加深对递归下降分析法的理解。-prepared under a debugger recursive grammar drop analysis procedures for the importation of arbitrary strings of symbols for analysis. The main purpose is to deepen the decline recursive analysis and understanding.
Platform: | Size: 1024 | Author: | Hits:

[Data structs语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44032 | Author: 何浩 | Hits:

[GUI Develop遍历二叉树的3个递归算法

Description: 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for a great help learners
Platform: | Size: 339968 | Author: 赵麟 | Hits:

[GUI Develop遍历二叉树的4个非递归算法

Description: 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non- recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable for use Learners
Platform: | Size: 337920 | Author: 赵麟 | Hits:

[Windows Develop背包问题递归算法

Description: 背包问题的递归算法,以C语言原代码给出,有需要的朋友 可以下载,不许要帐号,自由下载。-knapsack problem recursive algorithm to the original C language code is given, a friend in need can be downloaded allowed to account, free download.
Platform: | Size: 1024 | Author: 王少石 | Hits:

[Data structs递归下降法整数运算

Description: 该程序使用了递归下降算法进行算术表达式的计算-The program uses recursive descent algorithm arithmetic expressions for the calculation
Platform: | Size: 3072 | Author: 陈如山 | Hits:

[ELanguage递归下降分析法(编译原理).tex

Description: 递归下降分析法 是编译原理课程设计的源代码 可用来研究递归下降算法-decline recursive analysis is to compile the curriculum design principle source code can be used to study decline recursive algorithm
Platform: | Size: 1024 | Author: 刘飘 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net