CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 简单优先

搜索资源列表

  1. 编译原理简单优先

    0下载:
  2. 编译原理简单优先的文法的分析,有过程,一目了然,谢谢指教。-compiler priority to the principle of simple grammar analysis, a process, clear, thank you for your excellent suggestion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:王立伟
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. 0123

    0下载:
  2. 条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.-conditional statement if, then, else the simple priority method, the output addresses three yards, showing simple priority matrix.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8919
    • 提供者:闵若琼
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while achieving lexical analysis proc
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:10458
    • 提供者:fdf
  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 analysis and operator precedence s
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 不错的编译原理课程设计程序 希望大家能用的上 简单优先法-good compiler theory of curriculum design procedures hope everyone can be a simple method priority
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14134
    • 提供者:何锐
  1. SimplePriority_GrammerAnalysis

    0下载:
  2. 这是简单优先文法分析器,JDK1.5中运行-priority, this is a simple grammar analyzers, run JDK1.5
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2043
    • 提供者:展丹
  1. ljSimple

    0下载:
  2. 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:61206
    • 提供者:liujing
  1. duomem

    0下载:
  2. 操作系统的一次大作业,处理简单优先的程序
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:6392
    • 提供者:高歌
  1. FANYICHENGXU

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 写出符合给定的语法分析方法的文法及属性文法。 (2) 完成题目要求的中间代码三地址表示的描述。 (3) 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:104354
    • 提供者:朱晓文
  1. bianyiyuanli

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)编译原理课程设计
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1531
    • 提供者:周雄
  1. jdyx

    0下载:
  2. 实现简单优先分析功能 有一定的学习作用 功能有待改进
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3093
    • 提供者:
  1. 编译原理---算浮优先算法

    0下载:
  2. 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12104
    • 提供者:李雷
  1. 优先数法或简单轮转法对五个进程进行调度

    0下载:
  2. 关于操作系统:本程序可选用优先数法或简单轮转法对五个进程进行调度。每个进程处于运行R(run)、就绪W(wait)和完成F(finish)三种状态之一,并假定起始状态都是就绪状态W。,On the operating system: This procedure may choose to use the priority number of law or simple rotation on the five process scheduling. Each process is runnin
  3. 所属分类:操作系统开发

    • 发布日期:2017-11-08
    • 文件大小:1405
    • 提供者:hgy
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statements translation program design
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52086
    • 提供者:ddd
  1. CompilerWithSP

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:450840
    • 提供者:田永兴
  1. Wp

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1235663
    • 提供者:苏三
  1. Compiler

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:张朝辉
  1. FOR

    0下载:
  2. 编译课程设计,FOR语句的简单优先分析,程序功能强大,能针对任意简单优先文法,自动识别生成简单优先矩阵。可以支持FOR的无限嵌套,四元式地址输出。-Compiler design courses, FOR priority analysis of a simple statement, the program is powerful and can be a priority for arbitrary simple grammar, automatic identification of pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:254887
    • 提供者:wangyao
  1. simplefirst

    0下载:
  2. 我学编译原理时做的一个简单优先算法,希望对大家有所帮助-I have learned when compiling principle of priority of a simple algorithm, we want to help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:169365
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com