虫虫首页|资源下载|资源专辑|精品软件
登录|注册

java-class

  • java的一个源代码

    java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = 30 //最多飞机子弹数 private final static int MAXCOPTERNUM = 16 //最大敌机数 private final static int MAXCOPTERBALLNUM = 16 //最多敌机子弹数 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敌机数

    标签: java 源代码

    上传时间: 2016-04-26

    上传用户:jichenxi0730

  • java面试习题集 大家看看自己都会不会哦 一

    java面试习题集 大家看看自己都会不会哦 一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?

    标签: java

    上传时间: 2016-05-03

    上传用户:电子世界

  • The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab

    The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtual machine must have an in-depth understanding of its binary class format and instruction set. If you are programming with the Java programming language, knowledge of the Java virtual machine will give you valuable insight into the Java platform s security capabilities and cross-platform portability. It will increase your understanding of the Java programming language, enabling you to improve the security and performance of your programs.

    标签: machine Java technology computing

    上传时间: 2016-05-03

    上传用户:zhenyushaw

  • SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来

    SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。

    标签: SourceModeling java txt 程序

    上传时间: 2016-06-07

    上传用户:qiao8960

  • ssd3 java编程 EXAM1 原样上传即可

    ssd3 java编程 EXAM1 原样上传即可,要是想运行,必须把网页上给的class 合到同一文件夹

    标签: EXAM1 ssd3 java 编程

    上传时间: 2014-01-17

    上传用户:liglechongchong

  • 一款用JAVA制作开发的小型聊天软件

    一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    标签: JAVA 软件

    上传时间: 2014-09-05

    上传用户:龙飞艇

  • 手机在线系统 采用Java 中的J2ME, JSP 跟MySql 运行环境是:jsdk1.4以上

    手机在线系统 采用Java 中的J2ME, JSP 跟MySql 运行环境是:jsdk1.4以上,WTK2.2, tomcat5.0. MySql4.0. 数据库用户名是root,密码是123. 用户把,客户端下的文件夹下的文件整个考到 WTK2.2 apps文件夹下面。 把服务器端class文件放到tomcat5.0下的work\Catalina\localhost文件夹中 把数据库文件放到mysql的data文件夹中。

    标签: MySql Java jsdk JSP

    上传时间: 2014-01-24

    上传用户:小码农lz

  • 最新的java反编译工具

    最新的java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。

    标签: java 反编译

    上传时间: 2016-07-25

    上传用户:225588

  • 基于java实现http服务器//httpServer.java import java.net.* import java.io.* import java.util.* impor

    基于java实现http服务器//httpServer.java import java.net.* import java.io.* import java.util.* import java.lang.* public class httpServer

    标签: java import httpServer impor

    上传时间: 2013-12-24

    上传用户:watch100

  • 一个基于Java的小游戏

    一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。

    标签: Java 小游戏

    上传时间: 2016-10-02

    上传用户:jcljkh