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

搜索资源列表

  1. javaStemming

    0下载:
  2. 用java编写的自动抽取词根程序,比如expert,experts,expertise等,通过抽取词根后,为exper-prepared using the automatic extraction Roots program, such as expert, experts, expertise, taken by Roots, for Exper
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:4220
    • 提供者:王朝
  1. javacifa

    0下载:
  2. 本程序是用JAVA语言编写的一个小的词法分析器,可实现输入语句的词法分析。-this program is written in Java and a small lexical analyzer can achieve input sentences of lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18322
    • 提供者:苏艳
  1. myby

    0下载:
  2. 一个使用回填翻译布尔表达式的编译原理动态教学程序,用JAVA程序实现,是学习编译原理的重要辅助工具,值得学习编译原理朋友们下载一看.-a translation using Boolean expressions backfill compiler theory dynamic teaching procedures, with JAVA program. Compiling the study is an important principle aids, worth learning com
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9037
    • 提供者:xym
  1. mycompiler1-1

    0下载:
  2. 编译程序的各个组成部分的JAVA动态演示程序,是学习编译原理的一个好示例.-compilers of the various components of the Java Dynamic Demonstration Program, compiler theory is the study of a good example.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7124
    • 提供者:xym
  1. Chfsae.java

    0下载:
  2. 逆波兰试的翻译程序, 是我的程序作业 - Goes against the Poland trial interpretive program, is my procedure work
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2740
    • 提供者:秦书玉
  1. pmd-src-1.7

    0下载:
  2. 检查Java程序漏洞--Inspects loophole of Java program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:5954163
    • 提供者:站长
  1. 1

    0下载:
  2. 编译原理词法分析程序,对pascal语言进行词法分析并生成相应的类号.-Principles of lexical analysis program compiled on the pascal language lexical analysis and generate its corresponding category.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:今力
  1. Main

    0下载:
  2. 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3893
    • 提供者:zhao
  1. untitled2

    0下载:
  2. this program use to show LL1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:47987
    • 提供者:ashraf
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. scan

    0下载:
  2. c语言写的java语言词法分析器,能够根据给定的java程序段给出对应的属性字流-c language lexical analyzer of the java language, according to the given java program segment corresponding to the attributes given the word flow
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:276234
    • 提供者:沈书航
  1. VB-JAVA

    1下载:
  2. VB TO JAVA PROGRAM-VB TO JAVA PROGRAM.......
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2498249
    • 提供者:aswin
  1. javafanbianyi

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

    • 发布日期:2017-04-02
    • 文件大小:762701
    • 提供者:longlong
  1. dragon-front-source

    0下载:
  2. 一个完整的编译器前端设计,用java程序写的。属于编译原理课程的范畴。-A complete compiler front-end design, using java program written. Principles of curriculum areas are compiled.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:25907
    • 提供者:gzx
  1. Turing_machine_simulator_(Java)

    0下载:
  2. a simple Java program for simulating an abstract Turing machine. This demonstrates that Java is Turing-complete (with the caveat that limitations in word size limit the effective addressable memory).
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2609
    • 提供者:Felippe
  1. myjava

    0下载:
  2. 编译原理,LR(0)程序,可以分析串是否出自该文法-Compiler theory, LR (0) program, you can analyze whether the string from the grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:6838
    • 提供者:王绍博
  1. editor

    0下载:
  2. java程序,简单编译器功能,适合新手练练手-a small java program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:93609
    • 提供者:谭建伟
  1. newproject

    0下载:
  2. 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:64521
    • 提供者:zhiyanqiang
  1. CS240.ClassProject1

    0下载:
  2. This my first JAVA program by using NetBeans-This is my first JAVA program by using NetBeans
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:11617
    • 提供者:CBD
  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
    • 文件大小:12013
    • 提供者:郑成汉
« 12 »
搜珍网 www.dssz.com