登录
首页 » Compiler program » Jad is a Java decompiler, in IE to read Java class files and converts them into...

Jad is a Java decompiler, in IE to read Java class files and converts them into...

于 2022-06-27 发布 文件大小:148.75 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 为了实现编译器的实用,可自由编写源代码…
    为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只扫描一次源程序,也就是词法分析作为语法分析的一个子程序。故在编写词法分析程序时,用重复调用词法分析子程序取一单词的方法得到整个源程序的二元式流。 -in order to achieve the compiler practical, available free to write source code format, that his writing can be more than words, a statement can occupy multiple lines written; identifier of 20 characters effective; Integer with two byte; long integer with four byte. This lexical analysis for major work : (1) from source document read into the characters. (2) Statistics and a few mistakes out a few words for positioning. (3) delete the blank type characters, including the carriage return, tab spaces. (4) the spelling words and use (other species, words) dual ceremony. (5) whether the need for completing the table identifier subsequent stages. Here the compilers of th
    2022-01-23 11:14:40下载
    积分:1
  • 1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。 4...
    1、给出各单词符号的类别编码。 2、词法分析程序应能发现输入串中的错误。 3、词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件。 4、设计两个测试用例(尽可能完备),并给出测试结果。 -1, given the various types of code word symbols. 2, lexical analysis procedure should be able to detect errors in the input strings. 3, again as a separate lexical analysis prepared for morphological analysis of binary sequence consisting of between documents. 4, the design of the two test cases (as far as possible, complete), and gives test results.
    2023-05-28 12:15:03下载
    积分:1
  • 由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和...
    由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和处理天龙八部的模型资源。-model editor
    2022-07-24 11:24:46下载
    积分:1
  • 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_s...
    这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点作为根节点生成一个树控件JTree显示到窗体程序上 -CMM  parser
    2023-07-09 15:45:03下载
    积分:1
  • 很初级的,我们刚刚开编译原理
    很初级的,我们刚刚开编译原理- Very primary, we just opened the translation principle
    2022-02-05 15:19:17下载
    积分:1
  • This is a VHDL language used to write the sub
    这是一个用VHDL语言写的分频程序,可用得着-This is a VHDL language used to write the sub-frequency procedures, can be useful
    2022-09-12 23:15:02下载
    积分:1
  • 强大的内存调试工具,主要用来跟踪调试内存的情况。
    强大的内存调试工具,主要用来跟踪调试内存的情况。-powerful memory debugging tools are mainly used for tracking the memory debugging.
    2022-03-04 21:36:45下载
    积分:1
  • 在统计目录下所有的源程序都实现了
    用C实现的统计一个目录下的所有源程序共有多少行,源代码值得一看。- Under statistical catalogue all source programs realizes which with C altogether have how many line, the source code are worth as soon as looking.
    2023-08-17 17:15:03下载
    积分:1
  • 一个也可以在UNIX里实现的词法扫描程序
    一个也可以在UNIX里实现的词法扫描程序- Also may the morphology scanning procedure which realizes in UNIX
    2022-02-20 08:18:34下载
    积分:1
  • 哈暗影欢迎指导,打一次 ,不知道好不好。
    哈暗影欢迎指导,打一次 ,不知道好不好。-Kazakhstan shadow welcome guidance, a fight, do not know well or not.
    2022-03-16 12:09:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载