-
security
采用RSA公秘钥体制和MD5签名算法的安全通信(Using RSA public and secret key systems and signature algorithm MD5 secure communications)
- 2008-03-19 16:20:54下载
- 积分:1
-
springboot-kafka
kakfa+springboot+flume日志管理工具,可以方便日志管理(kafka and springboot and flume log4j manage log,if you need ,you could download,thank you !)
- 2020-06-25 02:40:02下载
- 积分:1
-
geoMatch
java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度(java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity)
- 2010-05-14 20:40:19下载
- 积分:1
-
Java
Useful Java documents for developers.
- 2015-06-19 14:00:21下载
- 积分:1
-
Kinodynamic_Dstar
D星算法及图示,Dstar with kinodynamic constraints and visualization functionality using Java
(Dstar algorithm, Dstar with kinodynamic constraints and visualization functionality using Java
)
- 2016-09-18 17:28:58下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
JavaSE
javaSE基础教程,个人总结,适合初学者。(javaSE based tutorial, personal summary, suitable for beginners)
- 2014-03-15 21:16:14下载
- 积分:1
-
DHTest
Java call dahua SDK connection camera simple Demo
- 2020-06-18 09:00:01下载
- 积分:1
-
NativeLlcpSocket
LlcpClientSocket represents a LLCP Connection-Oriented client to be used in a connection-oriented communication.
- 2014-02-19 11:53:56下载
- 积分: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