搜索资源列表
exe4j.rar
- java反编译软件,通过它可以将java编程实现的class文件反编译成java文件,有利于看到java源文件。,decompile java software, through its programming can be achieved java decompile class file into java files, will help to see the java source files.
AVERAGE
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
JDOM
- JDOM的实现类和Java开发时需要的包-JDOM and Java implementation class is required to develop the package
jd-gui
- java class文件的超级好用反编译工具-java class files decompile super easy to use tools
Translator
- 字符串自动翻译工具,支持中英双向翻译。 此工具用于Java程序的界面语言的中英互译。-This is a small tool to transltor the strings in class file from Chinese into English in biodirection .
abstractproduct_0_2.tar
- abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
src
- A generic message class that I plan to use for sending across OBEX.
T4
- 目录和文件时磁盘树形结构中最基本的组成单元,Java用File类来统一表示它们, * 并通过File类来完成目录和文件的创建、删除、查询等操作。 * 手工创建d:\test文件夹,编写一个Java程序, * 遍历“d:\test”文件夹,如果文件夹为空,则创建一个新文件a.txt,并把此文件的名称打印出来; * 如果文件夹不为空,那么将该文件夹下的文件和目录遍历以后, * 按照目录和文件类型,分类把目录名称和文件名分称打印出来。-Basic constituent
URL
- Java提供了URL类来封装URL,可以利用URL对象获取远程图像和音频,各方法的应用实例-Java provides a URL class to encapsulate the URL, URL object for remote image and audio, various methods of application examples
liaotian.zip
- 聊天系统 1.用户与服务器发出去的消息完全可以由自已定制版面。2.可对sql进行检验的模块。3.不同人使用不同的命令的权限控制框架。4.使用新的Java非阻塞IO类来实现网络连接。,Chat system user and the server sent out the message entirely by their own custom layout. 2 of sql test module. 3 different people use different command author
Factory-Method
- GOF--工厂模式的实例,java代码.在工厂方法模式中,工厂父类负责定义创建产品对象的公共接口,而工厂子类则负责生成具体的产品对象,这样做的目的是将产品类的实例化操作延迟到工厂子类中完成,即通过工厂子类来确定究竟应该实例化哪一个具体产品类。 -GOF--Factory Method Example,java code. Factory Method Pattern: Define an interface for creating an object, but let subclass
GUI
- 实现测试类Java的实现,帮助读者弄明白测试类的功能与作用,避免混淆。-Java class to achieve the realization of the test to help readers understand the function and role of the test class, to avoid confusion.
java上机
- 将上面的程序代码保存成HelloWorld.java文件,然后进入cmd界面,切换到HelloWorld.java文件所在的目录,使用javac HelloWorld.java编译,如果编译成功则目录下会出现HelloWorld.class文件,这就是所谓的字节码文件,或者叫中间代码文件,这个class文件就是跨平台的那个东东,然后呢,使用java HelloWorld命令执行就能看到结果,注意大小写。(The above code will be saved as a HelloWorld.j
fanal修饰符
- fanal修饰符,final可以用来修饰变量(包括类属性、对象属性、局部变量和形参)、方法(包括类方法和对象方法)和类(Fanal modifier, final can be used to modify variables (including class attributes, object attributes, local variables and parameter), methods, including class methods and object methods, and
mfz-rxtx-2.2-20081207-win-x86
- java调用串口功能使用工具类,操作串口开关(Java calls the serial port function to use the tool class)
Head+First+Java.pdf.tar
- 生动有趣的JAVA入门级教程,适合想入坑的JAVA菜鸟(Lively and interesting JAVA introductory class tutorials for JAVA rookies that want to go into the pit)
codavaj-1.3.0
- java sample project is out of the box convert javadocs to java class
javachattool
- ChatClient.java 为客户端程序启动类,负责客户端的启动和退出。 Login.java 为客户端程序登录界面,负责用户帐号信息的验证与反馈。 Register.java 为客户端程序注册界面,负责用户帐号信息的注册验证与反馈。 ChatRoom.java 为客户端程序聊天室主界面,负责接收、发送聊天内容与服务器端的Connection.java 亲密合作。 Windowclose 为ChatRoom.java的内部类,负责监听聊天室界面的操作,当用户退出时返回给服务器
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing
HFUT JAVA 4
- 使用 字符流和和GUI类 编程实现以下功能: (1)设计图形化界面,至少包括文本类控件类。接收从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进行。(2)从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值和最小值,排序后输出到另一文本文件。(Use character stream and GUI class programming to achieve the following functions: (1) Design graphical interface, at leas
