-
8456457457
手机RSS阅读器(html5),应用程序编程源码,很好的参考资料。(Mobile phone RSS reader (HTML5), application programming source code, a good reference.)
- 2013-11-09 17:41:16下载
- 积分:1
-
OPfile
这是一个关于打开文件和将要显示的内容直接写入到一个txt文件中去。(this is an java project which is open file and write the result into the txt doc .)
- 2012-04-11 22:42:50下载
- 积分:1
-
sort
能够实现简单类型的插入排序、冒泡排序和快速排序的升序和降序排列。(To achieve a simple type of insertion sort, bubble sort and quick sort of ascending and descending order.)
- 2010-06-03 20:14:51下载
- 积分:1
-
ksap
非常好用的Java代码,请积极下载,真的非常好用,不骗人,真的好用。(Very easy to use Java code, active download, really easy to use, do not lie, really easy to use.)
- 2015-06-04 20:50:07下载
- 积分:1
-
GISToolkitSource
GISToolkit是一个免费基于java的mapping工具包,它能够从多种数据源读取地理数据并把信息显示给用户,还能够直接编辑存在数据库中的地理特性。(GISToolkit is a free java based on the mapping tool kit, it can read from multiple data sources of geographic data and the information displayed to the user, can also directly edit the existing database of geographic features.)
- 2010-05-30 20:58:16下载
- 积分:1
-
Windows7Loader2.2.2
说明: 这是一段关于服务器的java程序,微信公众号可以访问(This is a java program about the server. The Wechat Public Number is accessible.)
- 2020-06-18 12:20:01下载
- 积分:1
-
搭建springboot服务器 chanpay
说明: 搭建springboot服务器,集成mybatis 手写demo(Build Springboot server and integrate mybatis handwritten demo)
- 2020-06-19 07:00:01下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分: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
-
Java API文档中文版
java api文档 中文版的 适合刚入门的 编程时可查阅相关内容(The Chinese version of the Java API document can be consulted when programming for beginners)
- 2020-06-22 16:40:02下载
- 积分:1