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

搜索资源列表

  1. bianyiyuanli

    0下载:
  2. 编译原理的教师备课笔记,发上去大家分享下
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:800.33kb
    • 提供者:刘斌
  1. bianyiyuanli

    0下载:
  2. 输入一个正则表达式(也可以预先将一些测试的正则表达式输入到文件中) (2)输出相应的NFA图(要求用画图方法完成并要求是逐步逐步进行画,好象书本P47例2.12和2.13一样逐步得到结果) (3)NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图) (4)DFA最小化(也要求用画图方法完成) (5)选做部分:将最小化DFA所对应的识别程序自动产生出来。(将自动产生的识别程序以文件形式保存即可,并可以在系统中查看
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:399.91kb
    • 提供者:杨小娜
  1. bianyiyuanli

    0下载:
  2. 一个简单的编译原理实现器,包括词法分析,语法分析,语义分析等.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:65.49kb
    • 提供者:txf
  1. bianyiyuanli

    0下载:
  2. 词法分析,可是识别标示符,关键字,数字,等一些其他的符号,通过自己写好的标示符文件,自己定义一些标示符,一个一个字符的从读,然后写入文件,再从文件读出来进行词法分析。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.33kb
    • 提供者:张涛
  1. bianyiyuanli.rar

    1下载:
  2. 编译原理实验中词法分析器和语法分析器的实验报告(附源代码),Compile principle experiment lexical analyzer and parser of the lab report (with source code)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:91.41kb
    • 提供者:lanhanghua
  1. bianyiyuanli

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:83.37kb
    • 提供者:menglusi
  1. bianyiyuanli

    0下载:
  2. 词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式 -Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse P
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:22.66kb
    • 提供者:川原
  1. bianyiyuanli

    0下载:
  2. 东南大学计算机系的《编译原理》的ppt,是一本很好的书希望与大家一起分享-Southeast University, Department of Computer Science of the " Compilation Principle" of ppt, it is a very good book to share with everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:lyfe
  1. bianyiyuanli

    0下载:
  2. 编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:72.24kb
    • 提供者:小八
  1. aaa

    0下载:
  2. 编译原理的小程序,有点问题,谢谢大姐帮帮忙,-bianyiyuanli
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:34.59kb
    • 提供者:权铁强
  1. bianyiyuanli

    0下载:
  2. ll1语法分析器可以完成ll1文法的前声断咽后-ll1 grammar parser to be completed before the sound of breaking ll1 retropharyngeal
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:369.02kb
    • 提供者:bibfyygy
  1. bianyiyuanli

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出四元式)-this is a programme which in bian yi yuan li,ke cheng she ji
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1019.14kb
    • 提供者:
  1. TESTscan

    0下载:
  2. 编译原理实现简单的词法分析功能,检验词法中的错误-bianyiyuanli
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.59kb
    • 提供者:snow
  1. bianyiyuanli

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

    • 发布日期:2017-04-17
    • 文件大小:49.74kb
    • 提供者:陈小龙
  1. bianyiyuanli

    0下载:
  2. 这个比较简单,使用这个程序你可以得到一个预处理程序-It is simple,you can get a preprocessing procedure .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:210.04kb
    • 提供者:shenjunna
  1. bianyiyuanli

    0下载:
  2. 理论:学完编译课程,掌握一种计算机高级语言的使用。 实践:计算机实验室提供计算机及软件环境。如果自己有计算机可以在其上进行设计-Theory: The completion of compiling programs, high-level language to master the use of a computer. Practice: the computer lab to provide computer and software environment. If they hav
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:carponlee
  1. bianyiyuanli

    0下载:
  2. 用C或C++语言编写一个简单的词法分析程序,能够删除C/C++源程序中的所有注释,并输出处理后的结果。-Write a simple lexical analyzer, C or C++ language and be able to delete all comments in the C/C++ source, and output the result of the processing.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-05
    • 文件大小:48.81kb
    • 提供者:张斌
  1. bianyiyuanli

    0下载:
  2. 这是一个关于编译原理的压缩文件,里面含有五个实验以及五个实验的代码-This is a compressed file, which contains the five experimental and five experimental code compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:575.32kb
    • 提供者:小晶晶
  1. bianyiyuanli

    0下载:
  2. 编译原理,能对简单的c语言进行编译和报错-Compiler theory, simple c language compiler and error
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:729.86kb
    • 提供者:沈煜翔
  1. bianyiyuanli

    0下载:
  2. 编译原理实验,新手学习使用,请多多指教,-Compiler Principle Experiment, novice learning to use, exhibitions, thank you
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:42.02kb
    • 提供者:huangkai
« 12 »
搜珍网 www.dssz.com