CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - code java

搜索资源列表

  1. compile123148

    0下载:
  2. 非常好的编译源代码 将一个l语言转换为中间代码 java版本-very good source code will compile a l converted to intermediate language code java version
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:799.3kb
    • 提供者:Wenzhe Shi
  1. compiler.rar

    1下载:
  2. decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
  3. 所属分类:Compiler program

    • 发布日期:2017-01-06
    • 文件大小:359.25kb
    • 提供者:int
  1. flex++-2.3.8-7.tar.Z

    0下载:
  2. 生成C++的词法/语法分析的Flex语法分析器 ,Flex syntactic and phrase parser which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:333.77kb
    • 提供者:
  1. cffxq

    2下载:
  2. 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-08
    • 文件大小:1.63kb
    • 提供者:wian
  1. java

    0下载:
  2. java的antlr词法\语法分析代码,版本针对java1.5-java lexical antlr parsing the code, version for java1.5
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:8.88kb
    • 提供者:renteng
  1. Main

    0下载:
  2. java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2.82kb
    • 提供者:gaoxiang
  1. CompilerDesign

    0下载:
  2. This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:10.52kb
    • 提供者:Saad
  1. java-scanner

    3下载:
  2. 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
  3. 所属分类:Compiler program

    • 发布日期:2016-03-15
    • 文件大小:4.8kb
    • 提供者:kjs
  1. GJC1.42_SRC

    0下载:
  2. GJC(Generic Java Compiler)的源码,是学习编译原理的好材料。代码的结构性很好,就是注释少了点。-GJC (Generic Java Compiler) source code is compiled to study the principle of good material. Good structural code is少了点Notes.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:248.92kb
    • 提供者:Yang Haibing
  1. javafanbianyi

    0下载:
  2. 一款很好的java反编译程序,能准确详细地反编译为原码。-A good java decompiler program, can accurately detail decompile the original code.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:744.83kb
    • 提供者:longlong
  1. jd-gui-0.3.0.windows

    0下载:
  2. 最強大返組譯java程式碼JAR或class整包還原比DJ_Java_Decompiler還真-Back to assemble the most powerful java code JAR or class than the DJ_Java_Decompiler really the whole package to restore the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:659.01kb
    • 提供者:Chi-Tao.Mao
  1. Lex

    0下载:
  2. 此法分析器生成工具 Lex 设计实例 含源码 运行程序-This method Lex parser generation tool design examples with source code to run programs
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:718.15kb
    • 提供者:J
  1. 20076111711553381

    0下载:
  2. JAVA编写的QR码源码,QR是英文“Quick Response”的缩写,欢迎大家交流-QR code written in JAVA source code, in 1994 by the Japanese company Denso-Wave invention (QB06102506). QR is in English " Quick Response" stands for the exchange welcome
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:358.21kb
    • 提供者:lihuimin
  1. SNLCompiler

    0下载:
  2. 编译程序通常包括:词法分析、语法分析、语义分析、中间代码生成、目标代码生成、错误处理、表格管理,如图所示。由于能力有限,本编译器只做前三部分。-Compiler typically include: lexical analysis, syntax analysis, semantic analysis, intermediate code generation, object code generation, error handling, form management, as shown.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.88mb
    • 提供者:朱红
  1. LR0

    0下载:
  2. 编译原理的LR0分析法,Java源代码,编译原理课程重要试验-Compiler theory of LR0 analysis, Java source code, compile, test theory courses important
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:7.11kb
    • 提供者:天行健
  1. JavaAsn1Compiler_3.0

    0下载:
  2. 此代码主要是 一个用JAVA实现的ASN.1的编译器,能实现正常的ASN.1的编码和解码过程,对学习ASN的同学有帮助。-This code is mainly a JAVA implementation of the ASN.1 compiler, to achieve normal ASN.1 encoding and decoding process, the students learn ASN helpful.
  3. 所属分类:Compiler program

    • 发布日期:2016-01-26
    • 文件大小:1.41mb
    • 提供者:家英
  1. code

    0下载:
  2. 上大学时为了完成编译原理试验任务,用Java实现的一个语法分析器。-In college, compiler theory test in order to complete the task, with the Java implementation of a parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:14.24kb
    • 提供者:liushaofeng
  1. cifafenxiqi

    0下载:
  2. 简单但是功能齐全的词法分析器代码,Java实现-Simple but fully functional lexical analyzer code, Java implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:28.76kb
    • 提供者:mao
  1. Lexical-analyzer-code

    1下载:
  2. 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
  3. 所属分类:编译器/词法分析

    • 发布日期:2016-03-15
    • 文件大小:1.35kb
    • 提供者:刘贵鹏
  1. Java-protection-technology

    0下载:
  2. Java源码保护技术 - 如何有效防止 Java 程序源码被人偷窥? Java 程序的源代码很容易被别人偷看,只要有一个反编译器,任何人都可以分 析别人的代码。-Java source code protection technology- how to effectively prevent the Java program source code is peeping? Java program s source code is easy to be peeking, as long as
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:11.73kb
    • 提供者:郑成汉
« 12 3 4 »
搜珍网 www.dssz.com