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

搜索资源列表

  1. java类库实例

    1下载:
  2. java类库详细讲解,配以实例,是掌握java类库的捷径-explain in detail, and with examples - is a shortcut to java class libraries
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5.46mb
    • 提供者:寒风
  1. testJacORB

    0下载:
  2. 使用java开发的分布式程序,使用JacORB这个著名的开源项目的类库实现的。里面附送自己写的JacORB使用指南-use of distributed development, the use of JacORB the famous open source projects of the class library. They attached themselves to write guidelines for the use of JacORB
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:40.49kb
    • 提供者:张煜
  1. os_mini

    0下载:
  2. 这是使用Java开发的操作系统进程调度管理 开发者对操作系统原理这门课学得较好,掌握了基本的进程管理相关原理,并能将其与具体的Java编程技术结合起来。 但程序中控制功能没有实现。 -This is the use of Java development process of the operating system on the management of the operating system to developers Principle This class l
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:81.37kb
    • 提供者:oo
  1. JAVASQZ

    0下载:
  2. JavaSQZ - a Data Compression Class for JAVA developers JavaSQZ 是一个为Java开发者提供的数据压缩类-JavaSQZ-a Class Data Compression for Java developers JavaSQZ is a Java developer to provide the type of data compression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:995byte
    • 提供者:侯为
  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. UnLinker编译原理实验

    0下载:
  2. 编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-09-29
    • 文件大小:2.41kb
    • 提供者:陈竑睿
  1. javadecafe

    0下载:
  2. java反编译工具,可以把class字节码转换成java语言,发上来共享-java decompiler tools, can be converted into java byte code class language, made up to share
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:615.82kb
    • 提供者:孔某
  1. JBookMaker

    0下载:
  2. 非常好用的Java反编译器,将字节码文件反编译为java文件,想要学习别人源码的朋友用的着它的。用于将jar包中的.class文件反编译-Very useful Java Decompiler will decompile byte-code files for the java files, others want to learn the source of a friend with it. Jar used to package. Class files decompile
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:1.18mb
    • 提供者:彩龙
  1. java

    0下载:
  2. java反编译器,将.class文件转化成.java文件,有兴趣学习源码的朋友会需要他的-Decompiler java to. class files into. java files, are interested in learning the source of his friends will need to
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:242.45kb
    • 提供者:彩龙
  1. CHNLexUtil

    0下载:
  2. 对ICTCLAS的API进行了包装,提供了一个LexUtil的工具类,用来简化对ICTCLAS的API的调用。 本项目是netbeans工程格式。-Wraping ICTCLAS API to generate a utility class LexUtil to faciliate the use of ICTCLAS.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-12
    • 文件大小:2.78mb
    • 提供者:丁一
  1. Card

    0下载:
  2. 利用Card类和循环语句编写一个扑克牌游戏-In this lab, you will finally put the Card class to good use, as we build a proper card game with the assistance of Java loops.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1.42kb
    • 提供者:莫问
  1. Lucene.Net.Analysis.Cn

    0下载:
  2. Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-23
    • 文件大小:92.67kb
    • 提供者:liutonglai
  1. jd-gui-0.2.7.windows

    0下载:
  2. java的反编译软件,用于.class 反编译为.java的文件-java uncompile from .class to java
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:599.4kb
    • 提供者:liangfei
  1. jadlinqi

    0下载:
  2. Jad 是一个 Java 反编译器,在 IE 中读取 Java 类文件,并将他们转换成 Java 原文件,这些原文件可以被重新编译-Jad is a Java decompiler, in IE to read Java class files and converts them into Java of the original documents, which the original files can be re-compiled
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:148.75kb
    • 提供者:张钒
  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. NetSpell.2.1.7

    0下载:
  2. 是个反编译工具,可以用来反编译java的class文件-Is a decompiler tool to decompile the class files java
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:4.13mb
    • 提供者:Anny
  1. front

    0下载:
  2. java写的类pascal编译器,实现program test(input, output) begin read(x, y) write(gcd(x, y)) end. -java pascal compiler writing class, to achieve program test (input, output) begin read (x, y) write (gcd (x, y)) end.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:23.5kb
    • 提供者:
  1. My-Java

    0下载:
  2. 本人开发的一款java编译器,当年学java时候用的。 主要功能:1.*.java文件编辑、2.*.java文件编译及运行、3.自动判断主类名(java文件保存时体现)、4.JDK环境变量检测及设置(winXP证实可用,理论上支持win7)... 开发环境:Microsoft Visual Studio 2005(Visual Basic 2005)。 仅供学习,如要盗版,请经过本人同意。 联系方式:QQ747192928。 可能存在Bug,请多包涵。- I
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:335.97kb
    • 提供者:lala
  1. Exe6_3

    1下载:
  2. 这是关于学生选修和老师教学的代码作业。这是java学习类的时候的作业希望对大家有用-This is about teaching the students and teachers of the code elective operations. This is the java class to learn when operating the hope that useful
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2.54kb
    • 提供者:loe
  1. xveshengxuanxiuguanxi

    0下载:
  2. 这是关于学生选修和老师教学的代码作业。这是java学习类的时候的作业希望对大家有用-This is about teaching the students and teachers of the code elective operations. This is the java class to learn when operating the hope that useful
  3. 所属分类:assembly language

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