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

搜索资源列表

  1. METHED_OF_STEEPEST_DESENT

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,滤波器计算是一步步迭代进行-through the steepest descent gradient algorithm based on the adaptive method, the steepest decline is recursive, Filter is an iterative step by step
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4079
    • 提供者:谢晓丹
  1. string

    0下载:
  2. 求一个字符串的最长不下降子序列,利用动态规划的方法,递归求解。-For a string of maximum decline in sequence, using dynamic programming method for solving recursive.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:161040
    • 提供者:justsky
  1. test2

    0下载:
  2. 编译原理的实验,是一个词法分析工具,采用下降递归法实现的-Compiler theory of the experiment, a lexical analysis tool, implemented using recursion down
  3. 所属分类:系统编程

    • 发布日期:2017-04-17
    • 文件大小:148077
    • 提供者:HaoZhi
  1. The-gradient-descent-method

    0下载:
  2. 梯度下降法是一个最优化算法,常用于机器学习和人工智能当中用来递归性地逼近最小偏差模型-The gradient descent method is an optimization algorithm used in machine learning and artificial intelligence to recursive approximation of the minimum deviation model
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:319050
    • 提供者:xlm
  1. wyh

    0下载:
  2. 实现一个递归下降语法分析程序,识别用户输入的算术表达式-a program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:gdragon
  1. cyufafenxiqi

    0下载:
  2. 自己编译原理课程设计上自己编写的两个关于语法分析器的两段代码 LL(1)和递归下降。-The two code that you have done on the syntax analyzer A LL (1) with a recursive descent, the curriculum design to do
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5979
    • 提供者:许力
  1. 1345135133

    0下载:
  2. 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:9640
    • 提供者:ji395173
  1. a3

    0下载:
  2. 一个计算递归下降的程序,功能基本不算强大,但比较强壮,支持扩充-A decline in the recursive calculation procedures, the basic function is not strong, but relatively strong, supported the expansion of
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1252
    • 提供者:xia948015
  1. diguixiajiangfa

    0下载:
  2. 这是一个递归下降法做的语法分析小源码,希望对感兴趣的人有所帮助-This is a recursive descent method to do a grammar analysis of the small source, and they hope to help people who are interested in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2283
    • 提供者:q912xians
  1. parserC

    0下载:
  2. 编译原理,递归下降语法分析程序C,可接可编译-Compiler theory, recursive descent parser C, which can be accessed can be compiled
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2020
    • 提供者:wwjbj100zhi
  1. yufa100

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4633
    • 提供者:ssd1d15pamui
  1. test2

    0下载:
  2. 用递归下降分析法编制语法分析程序 对于遇到的语法错误,能够做出简单的错误处理,给出简单的错误提示,保证顺利完成语法分析过程;-Analysis prepared by recursive descent parser for syntax errors encountered, it is possible to make a simple error handling, gives a simple error, to ensure the successful completion of t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:wang
  1. recursion

    0下载:
  2. 基于递归下降分析法的语法分析器,应用环境visual C-Decline analysis method based on recursive parser application environment visual C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:杨晋
  1. pl0-compiler

    0下载:
  2. 采用递归下降的方法来设计PL/0编译,在词法分析部分的基础上,加入语法分析功能,。-Using recursive descent approach to the design PL/0 compiler.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:436820
    • 提供者:谢逸维
  1. lhbrarj-circular

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,-Through the study of steepest descent algorithm based on gradient adaptive method, the steepest decline is recursive,
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:ycyom!089538
  1. dnorg

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,-Through the study of steepest descent algorithm based on gradient adaptive method, the steepest decline is recursive,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-10
    • 文件大小:2305
    • 提供者:SUBNwjp!366255
  1. 2017课程设计编译原理 - 副本

    0下载:
  2. 编译原理递归下降算法,通过对语法语义的递归下降算法,实现语法语义的解析。(Compiler principle recursive descent algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:194560
    • 提供者:弱水
  1. mtudy-mjthxd-recursive

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,(Through the study of steepest descent algorithm based on gradient adaptive method, the steepest decline is recursive,)
  3. 所属分类:系统编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:hypereink
  1. yufafenxi

    0下载:
  2. 使用的文法如下: E ? TE ¢ E ¢ ? + TE ¢ | e T ? FT ¢ T ¢ ? * FT ¢ | e F ? (E) | id 对于任意给定的输入串(词法记号流)进行语法分析,通过递归下降方法和非递归预测分析方法来实现(The syntax analysis of any given input string (lexical token stream) is implemented by recursive desc
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:slalago
  1. 语法分析

    0下载:
  2. 掌握递归下降分析法主要原理,掌握文法改造方法(Master the principal principle of recursive descent analysis and master the method of grammatical transformation)
  3. 所属分类:句法分析

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:九九。
« 1 2 ... 12 13 14 15 16 17»
搜珍网 www.dssz.com