-
JavaNIOlearn
一本关于如何实现javaNIO的pdf文档,阅读后可以完成javaNIO的入门。(One on how to achieve javaNIO pdf document, after reading can complete the entry javaNIO.)
- 2016-06-30 15:30:30下载
- 积分:1
-
org.maemo.esbox.cpp.launch.cdi.gdb
说明: Esbox 的部分源代码,可提供学习使用。。。。。。。。。。。。(Esbox source code.......................)
- 2009-07-30 15:49:00下载
- 积分:1
-
基于SpringBoot的后台权限管理系统
【实例简介】oracle四大宝典之2:Oracle基本管理
- 2021-09-23 00:31:06下载
- 积分:1
-
ftpTest
ftp客户端 可以使用特有的API实现上传文件,并且创建唯一文件夹进行传送(ftp client )
- 2009-10-20 10:36:39下载
- 积分:1
-
Java_import_Excel2007
在Java中导入Excel2007或者Excel2003文档的数据(In Java import Excel2007 or Excel2003 document data)
- 2013-07-25 09:51:27下载
- 积分:1
-
NewJFrame
JAVA编写的万年行事历,是一个日程管理软件,可以把你每天要办的事情写进日期里,随时候看一下,仅供学习。(Written in JAVA calendar years, is a schedule management software, you can put your day to do the things included in the date, the time to look over, only to learn.)
- 2009-09-30 14:25:14下载
- 积分:1
-
Crab2Died-Excel4J-master
基于poi的Excel和commons-csv的CSV操作组件,大大减少代码量,提高开发效率(Excel based on POI and CSV operating component based on commons-csv greatly reduce the amount of code and improve development efficiency)
- 2020-06-19 11:20:01下载
- 积分:1
-
apache-ant-1.7.0-bin
说明: ant1.7 , built utils
- 2020-06-22 18:00:01下载
- 积分:1
-
198(53)
一个命题,是表达了对象之间关系的概念结构。命题必须符合以下规则:它必须是抽象的;它必须与一个真值关联;它必须符合一定的形式化规则。按照命题理论,(A proposition is to express the concept of the relationship between the object structure. Proposition must meet the following rules: it must be abstract it must be associated with a true value it must meet certain formal rules. In accordance with the proposition theory)
- 2010-11-16 10:05:39下载
- 积分: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