CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - compiler in java

搜索资源列表

  1. bianYQ

    0下载:
  2. JAVA实现的一个简单的编译器代码,对学习JAVA基础知识很有帮助!-JAVA implementation of a simple compiler code, very helpful in learning the basics of JAVA!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4056
    • 提供者:滕明刚
  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
    • 文件大小:14578
    • 提供者:liushaofeng
  1. Yufa

    0下载:
  2. 这是用java开发的,编译原理中的语法解析器,希望能对同学有所帮助-This is the java language, the syntax parser in compiler theory, hoping to help students
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:16365
    • 提供者:李纯龙
  1. calculator

    0下载:
  2. 这个一个用java编译的简易计算器,可以实现加,减,乘,除等计算,实现了GUI界面美化-This is a simple calculator with Java compiler, may realize the add, subtract, multiply, and in addition to calculation, etc, realize the GUI interface beautification
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:5414
    • 提供者:包林
  1. The-cSharp-programming-language-3.0

    0下载:
  2. 学习c#的一本英文原本电子书籍 看之前得先有一定的英文基础啊-C# (pronounced “See Sharp”) is a simple, modern, object-oriented, and type-safe programming language. C# has its roots in the C family of languages and will be immediately familiar to C, C++, and Java programmers. C# is
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:542498
    • 提供者:董晓
  1. SwitchTest

    0下载:
  2. java 基础 switch 的应用 switch的实例 部分测试switch的例子 在java的jdk下编译-Java based switch application instance of switch portion of the test examples of switch in the Java JDK compiler
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:567
    • 提供者:练祖锂
  1. phonegap-phonegap-1.6.0-0-g66780d6

    0下载:
  2. PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK)
  3. 所属分类:android

    • 发布日期:2017-06-01
    • 文件大小:14158966
    • 提供者:djlam
  1. Android-file-browser-source-code

    0下载:
  2. android文件浏览器源代码。在eclipse java编译环境下编译通过的源代码。-android file browser source code. Compiled through the source code in the eclipse java compiler environment.
  3. 所属分类:Java Develop

    • 发布日期:2017-10-31
    • 文件大小:51623
    • 提供者:parhat
  1. antlr

    0下载:
  2. ANTLR—Another Tool for Language Recognition,其前身是PCCTS,它为包括Java,C++,C#在内的语言提供了一个通过语法描述来自动构造自定义语言的识别器(recognizer),编译器(parser)和解释器(translator)的框架。ANTLR可以通过断言(Predicate)解决识别冲突;支持动作(Action)和返回值(Return Value)来;更棒的是,它可以根据输入自动生成语法树并可视化的显示出来(这一点我将在下面的例子中演示)。由
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:420871
    • 提供者:issacs
  1. SnakeGame

    0下载:
  2. Java环境下的贪食蛇,编译后即可玩,有slow、moddle、fast三种游戏速度。-SnakeGame in the Java environment, compiler can play slow, moddle, fast three kinds of games speed.
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:2936
    • 提供者:这些
  1. PreLoader_V2.0

    0下载:
  2. 初学Java时,需要配置好环境,然后在控制台输入一大堆的路径、文件名,如果您是Java初学者,但掌握了Java编译调试的过程,希望加快调试进程的话,您可以使用本软件,配置好本软件后,您只需要双击.java文件或将文件拖进程序,就可以编译运行。-As a Java beginner, you need to configure environment, then input path, file name in the CMD repeatedly.If you are a Java beginn
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:282354
    • 提供者:
  1. ziyuanguanliqi

    0下载:
  2. 项目的目的是练习高级Swing的组件的使用: 同时掌握java编译器与VM的工作机理 为了区别于MS的资源管理器,我们设计成初级Java练习者的java,class,mf文件等资源文件管理器 功能如下: 设置类路径。 设置扩展路径。 过滤显示*.java,*.class,*.mf,*.jar,*.war,*.ear,*.properties等文件。 能察看编辑保存*.java,*.mf,*.properties等文件。 能编译运行*.class,*
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:218880
    • 提供者:
  1. FFMPEGAndroid

    0下载:
  2. 在linux系统下安装eclipse,并导入NDK编译器,编写android.mk脚本文件。把ffmpeg移植到android,通过JNI为上层java提供接口-In the Linux system under eclipse installed, and import NDK compiler, compiling a android.mk scr ipt file. Porting ffmpeg to Android, through the JNI for the java interf
  3. 所属分类:Audio program

    • 发布日期:2017-11-07
    • 文件大小:10459
    • 提供者:金丰
  1. Compiler_C

    1下载:
  2. java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:31652
    • 提供者:邓达成
  1. Wordpos.rar

    0下载:
  2. java语言实现的关于中文词性标注的问题,在Eclipse上通过编译,可运行。欢迎下载,并提出意见。,java language on the Chinese part-of-speech tagging, in Eclipse through the compiler, you can run the. Welcome to download and make comments.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-11
    • 文件大小:683521
    • 提供者:icypriest
  1. japid42-master

    0下载:
  2. Play!框架是一个先进的现代化Java web框架,极大的提升了Java开发人员开发web应用的效率。然而Play的view层(即html模板)的性能却差强人意。Play1使用groovy模板作为渲染引擎,而Play2使用Scala模板。在Play1时期,Japid作为groovy的替代品,非常受欢迎。而在Play官方使用Scala替换groovy后,性能虽然有所提高,但是限于Scala编译器的性能,仍然远不如Play2下的Japid模板——Japid42。一下是Japid42的介绍:
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:205632
    • 提供者:pudn
  1. cifafenxiqi

    0下载:
  2. 用JAVA开发的词法分析器,编译原理课程设计,主要实现以下功能:1.巩固对词法分析的基本功能和原理的认识。 2.能够应用自动机的知识进行词法分析。 3.理解并处理词法分析中的异常和错误。 -JAVA development lexical analyzer, compiler theory curriculum design, the main achievement of the following features: 1. Consolidate the basic unders
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:116736
    • 提供者:郭连东
  1. aidl-Cross-process-calls

    0下载:
  2. 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤:   1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。   2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。   3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:119900
    • 提供者:hpudn9
  1. Eample2_4

    0下载:
  2. 类是java程序的组织单位,任何的java语句,都要写在类文件里面。(这么说不全对,package语句和import语句就可以写在外面,但编译之后一定是在类文件里面的)-Class is a java program organization unit, any Java statement, write in the class file. (that s not all right, package, and import statements can be written on the o
  3. 所属分类:JavaScript

    • 发布日期:2017-11-05
    • 文件大小:819
    • 提供者:范伟林
  1. Tetris

    0下载:
  2. 用Android SDK开发的俄罗斯方块游戏,编程语言是java语言,只有在Android SDK环境下编译调试。 Android SDK下载地址:http://developer.android.com/sdk/index.html-Using Android SDK development Tetris game, java programming language is the language, only in Android SDK compiler debugging en
  3. 所属分类:android

    • 发布日期:2017-04-10
    • 文件大小:1963600
    • 提供者:baobao
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com