-
Javacoursedesigncode
《Java课程设计》随书源码,源码方便大家学习,祝网友们学习愉快!(Java course design code)
- 2010-07-12 11:56:11下载
- 积分:1
-
ee
it is a very important source of loof study material
- 2009-01-04 11:54:26下载
- 积分:1
-
java-library-system
java图书馆系统,功能比较简单适合初学者!(java library system!)
- 2013-08-12 11:10:28下载
- 积分:1
-
JAVA_mianshi
100多套java 面试题,是java开发人员面试和学习的好资料(More than 100 sets of java interview questions, java developer interview and learning good information)
- 2013-01-29 17:21:38下载
- 积分:1
-
1511186752_89825_ym
前端表格插件测试,实现数据合并,汇总,跨表求和,动态公式计算(Front-end table plug-in testing, data merging, aggregation, cross-table summation, dynamic formula calculation)
- 2020-06-18 18:20:01下载
- 积分:1
-
Java
这是一本学习Java语言非常好的书,适合于初学者,并具有一定深度。(This is a very good book to learn the Java language, suitable for beginners, and has a certain depth.)
- 2013-10-16 13:37:25下载
- 积分:1
-
JVM_shengruxuexi
主要了解深入理解Java虚拟机,JVM高级特性与最佳实践 软件的性能,都是从JVM 开始。很重要。(The further understanding of Java virtual machine: JVM advanced features and best practice of software performance is from JVM began. Very important.
)
- 2012-05-02 12:48:28下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1
-
complex
说明: 编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。(Write a complex class, which can add and subtract complex numbers. Write a class (application) containing the main method to test the complex class. The complex class is required to include at least one parametric construction method and one parametric construction method; the data members include the real and imaginary parts of the complex, which are of double type; and two methods are included to realize the addition and subtraction operations of the complex respectively.)
- 2019-04-13 20:31:45下载
- 积分:1
-
InstrumentationTestSuiteBuilderTest
Instrumentation Test Suite Builder Test extends Test Case.
- 2014-02-17 11:41:25下载
- 积分:1