-
calculator
说明: 实现加减乘除,平方,取余,三角函数等计算功能(Achieve addition, subtraction, multiplication and division, square, redundancy, trigonometric functions and other computational functions.)
- 2019-03-20 22:04:32下载
- 积分:1
-
SpinnerButtonDemo
spinner的应用源码,非常酷炫,很好的资源(spinner application source code, very cool, very good resource)
- 2014-02-05 19:53:23下载
- 积分:1
-
C2DM-client
c2dm send the request in server
- 2013-03-27 19:25:13下载
- 积分:1
-
关于将jar包转换为exe可执行文件说明书
关于将jar包转换为exe可执行文件说明书,做了一个jsp程序,如何将它弄成一个可执行的程序(About the jar package converted to exe executable file instructions, made a JSP program, how to make it into an executable program)
- 2017-10-22 22:18:03下载
- 积分:1
-
HTTP客户端
java http客户端相应源代码(http client corresponding source code)
- 2020-06-26 10:40:02下载
- 积分:1
-
Socket
java Socket服务端和客户端源程序(java socket server and client )
- 2012-11-23 13:25:00下载
- 积分:1
-
elly
net服务器模型,希望对JAVA同行们有用!谢谢下载!()
- 2018-01-25 22:32:44下载
- 积分:1
-
MVCDAOjava
项目07_使用MVC+DAO完成用户登陆(代码+笔记)(Project 07_ using MVC+DAO complete user login (code+ notes))
- 2013-10-31 14:10:25下载
- 积分:1
-
Java_String.format
Java中String.format的用法(String.format usage in Java)
- 2013-11-21 11:27:25下载
- 积分: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