-
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
-
test
part1
(1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。
(2)可以在文本区中写文本。
(3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。
(4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。
part2
(1)窗体的标题是“猜数字小游戏”。
(2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。
(3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。
(4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)
- 2020-12-11 15:59:18下载
- 积分:1
-
JA_Activte5
java application for searching exception
- 2015-01-19 07:46:49下载
- 积分:1
-
iBatisDemo
利用iBatis架构开发Web应用程序的初学实例。(IBatis framework for the development of the use of Web applications, examples of learning.)
- 2007-11-08 20:50:31下载
- 积分:1
-
JSP_rili
用JSP实现的一个日历程序用JSP实现的一个日历程序(jsp)
- 2009-06-02 11:43:45下载
- 积分:1
-
HA-reshacker34079-LDR
一个很好用的java反编译器,用过很多次,分享一下 java(Decompile java)
- 2009-06-22 13:11:42下载
- 积分:1
-
DaCheapp
1:在运行后台项目之前,请保证拥有正常的开发环境
2:项目结构基于Maven 下的Spring SpringMvc Mybatis+mysql开源框架
3:配备Maven开发环境
4:导入群共享文件
5:正常运行
注:项目模块:
a:用户系统模块
b:车辆预定模块
c:接送机服务
d:拼车服务
e:心情说说
f:说说评论
g:轮播图片
提供相应的手机接口:
登录,注册,修改密码,修改用户资料,修改用户图像,发表说说...车辆预定,拼车,轮播图片,等完整的app接口.....
项目管理系统用于开发者进行学习,没有任何版权,开发者可以在源码的基础上,进行改版,可用于企业级项目!(Data Transfer)
- 2016-07-21 17:29:16下载
- 积分:1
-
pHONEsYSTEMbAR
Phone System Bar extends Custom Bar Source Code for Andriod.
- 2013-12-30 19:11:36下载
- 积分:1
-
socket_program
实现socket客户端向服务器单向通信,并借助窗体进行输入数据。(One-way communication to achieve socket client to the server, and with the form input data.)
- 2014-06-01 12:39:18下载
- 积分:1
-
MyMicro-channel
本软件基本实现微信的所有UI效果。具备如下功能点:
登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇
摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦!
新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
效果图:(The software basically all the UI micro-channel effects. Have the following functions:
Login, functional guidelines, exit the dialog box, set the interface, session interface, top right function key, detailed information Picture Click to enlarge effects, Shake
Shake judgment "shake" section from the network, the specific address forgotten. . . . Shake animation is what I do to support the real machine shake Oh!
New features: The main interface using viewpager support gestures are also supported at the bottom of the icon click! (Stronger than the original micro-channel tabhost more!)
Effect diagram:)
- 2013-11-07 10:57:03下载
- 积分:1