搜索资源列表

  1. 算符优先

    0下载:
  2. 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17004
    • 提供者:luo
  1. lqx10005

    0下载:
  2. 给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators +,-,*,/, but Operators without pre
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2199
    • 提供者:卢起雪
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax anal
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51842
    • 提供者:chuchao
  1. expresion

    1下载:
  2. 一个公式解析程序,支持变量,具有操作符优先级的自动识别,语法错误报警等功能-an analytical formula that supports variable, with the operator precedence, the automatic recognition of grammatical mistakes alarm functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:154912
    • 提供者:hy
  1. my_os_easy_and_PDF

    0下载:
  2. 从Keil C51 的内存空间管理方式入手,着重讨论实时操作系统在任务调度时的重入问题,分析一些解决 重入的基本方式与方法:分析实时操作系统任务调度的占先性,提出非占先的任务调度是能更适合于 Keil C51 的一种调度方式。为此,构造这一实时操作系统,并有针对性地介绍此系统的堆管理方法、任务 的建立以及任务的切换等。-from Keil C51 memory space management mode. focused o
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:252797
    • 提供者:jun
  1. MapPointSmartphone1_demo

    0下载:
  2. When it comes to mobility, location based services and applications take precedence today as the business world is rushing towards mobility to gain the associated business gains. On the technology front, Microsoft has al
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25617
    • 提供者:luoyigang
  1. Expression-D.S.Report2

    0下载:
  2. 数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the r
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:234832
    • 提供者:
  1. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. autocompute

    0下载:
  2. 该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的,只要打开里面的Compute.html就能使用。-The computer tool is used compiler theory of operator precedence analysis algorithm syntax analysis methods to achieve the importati
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9813
    • 提供者:lvqiang
  1. EX25

    0下载:
  2. 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:战天
  1. OperatorPrecedenceParser

    0下载:
  2. 一个算符优先分析器,能对常见的算术表达式语句进行分析。-An operator precedence parser, capable of common arithmetic expression statements for analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:70656
    • 提供者:zhangxueli
  1. suanfuyouxianfenxi

    0下载:
  2. 算符优先分析算法,可分析算符的优先关系 列出关系表。编译原理实验-Operator precedence parsing algorithm, operator precedence relations can be analyzed are listed in relational tables. Compiler Principle Experiment
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:211968
    • 提供者:于得实
  1. bianyiyuanli

    0下载:
  2. 算符优先分析方法是根据算符之间的优先关系而设计的一种自底向上的语法分析方法。算符优先分析的基本思想是只规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。由于算符优先分析不考虑非终结符之间的优先关系,在归约过程中只要找到可归约串就归约,并不考虑归约到哪个非终结符,因而算符优先归约不是规范归约。-Operator precedence analysis is based on the priority relationship be
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:51200
    • 提供者:陈小龙
  1. Design-of-operator-precedence

    0下载:
  2. 算符优先分析器设计 给定定义算术表达式的算符优先文法如下: G[E]: (1)E->E+T (2)E->E-T (3) E->T (4)T->T*F (5)T->T/F (6)T->F (7)F->P^F (8)F->P (9)P->(E) (10)P->i 编程实现此文法的算法优先分析器,并设输入的文法的句
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:198656
    • 提供者:浮云
  1. Real-Time-Scheduling-Algorithms-for-Precedence-Re

    0下载:
  2. Thesis : Real-Time Scheduling Algorithms for Precedence Related Tasks on Heterogeneous Multiprocessors
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-13
    • 文件大小:1053696
    • 提供者:Hamid
  1. operator-precedence-grammar

    0下载:
  2. 编译原理课程设计--算符优先文法(已知算符优先矩阵,输入句子,可以判断是否合法),程序保证可以运行,自己写的-Compiler theory curriculum design- operator precedence grammar (known operator priority matrix, the input sentence, can determine whether legal) procedures to ensure
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:5343232
    • 提供者:ruirui
  1. Compilation-of-operator-precedence

    0下载:
  2. 汇编的运算符优先级次序,初学者应该知道-Compilation of operator precedence order
  3. 所属分类:汇编语言

    • 发布日期:2024-06-13
    • 文件大小:51200
    • 提供者:李明哲
  1. operator-precedence-analysis-code

    0下载:
  2. 编译原理算符优先算法源程序,附有CPP代码,程序有说明,用VC打开即可运行-Compiler theory of operator precedence algorithm source, with CPP the code, program descr iption, VC open to run
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:817152
    • 提供者:金旭斌
  1. Operator-precedence-parser

    0下载:
  2. 算符优先分析是基于文法满足算符优先文法的基础上施加的一种自底向上的一种语法分析方法。通过对给定的文法构造算符优先分析表和实现某个符号串的分析,掌握算符优先分析法的基本思想和实现过程。-Operator priority analysis is based on operator precedence grammar grammar satisfy imposed on the basis of a bottom-up approach
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:2616320
    • 提供者:葛骁倩
  1. operator-precedence-parser

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:忆昔
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org