搜索资源列表
MYFileChooserDemo
- 在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框,选择一个文件打开后,在文本区中显示 “Opening:新建文本文档.txt.”,若选择了“取消”,则在文本区中显示“Open command cancdlled by user.”,点击“Save”按钮,弹出保存对话框,选择“保存”后,在文本区中显示 “Saving:新建文本文档.txt”,若选择了“取消”,则在文本区中显示Save command cancd
chat
- 局域网聊天, 有服务器和客户端两个界面,可以再局域网内进行聊天-LAN chat server and the client has two interfaces, can be carried out within local area network chat
Soar
- 同样是美国东部区竞赛题之一,也是本人亲自编写回答的.题目是有2段公路平行,之间有建筑物阻挡视线,你在其中一条上行驶,求可视距离是多少.其中包含TXT文档内资料为建筑物坐标.例20,30即为建筑物坐标在20-30之间,即阻挡了10的可视距离.-Competition is also a problem area, one of the eastern United States, but also personally prepared to answer. The subject is a tw
Square
- 创建一个长方形类square 要求: -有两个以上构造函数 -方法: -能设置长、宽、填充颜色和边框颜色 -能返回以上属性 长方形的面积 长方形的周长 -Create a rectangular square class requirements:- have more than two constructors- Method:- be able to set the length, width, fill color and border color- t
LANtochat
- 实现局域网聊天,有对话窗口。两台电脑可以通过局域网实现通信。-LAN to chat, there is dialog window. Two computers through local area network for communication.
Tuxing
- 编写求解集合图形周长,面积的应用程序,要求集合图形要求至少包含直线,三角形,矩形等类型,能计算出两个图形之间的距离。-The preparation of a collection of graphics to solve perimeter, area of application, requirements include a collection of graphics requires at least linear, triangular, rectangular and other
Jtable
- While dealing with JTable you come across two main features 1)JTable 2)TableModel With JTable you can display the data. You can allow the user to edit the data. The tableModel takes care of the data to be displayed using JTable. The JTable
meiju
- 定义一个接口,他至少包含一个可以计算面积的成员的方法。然后,编写实现该接口的两个类:正方形类和圆类。接着编写一个具有泛型特点的类,要求利用这个类可以在控制台窗口中输出没肿图形的面积,而且这个类的类型变量所对应的实际类型可以是前面编写的正方形类和圆类。最后利用这个具有泛型特点的类在控制台窗口中分别输出给定变长的正方形的面积和给你个半径的圆的面积。-define a interface,including which containing at least a can of calculating
RectManager
- 对两个矩形是否相交的判断以及相交面积的计算-Whether the intersection of two rectangles and the intersection area calculation to determine
java
- 实现一个简单的多用户五子棋的游戏程序,包括如下两个界面 (1)选择对弈桌及角色(执黑、执白、观看)。 (2)在游戏界面,有开始,退出(游戏未结束、点退出自动判负);发言及显示区;用户列表区;棋盘绘制区。 -Implement a simple multi-user games backgammon program, including the following two interfaces (1) Select the chess table and role (player us
SynchronizedExample
- 一个模拟两个人存取钱过程的程序,希望通过这个程序对大家多线程这方面的学习有所帮助~-Access to money, a simulation process of the two procedures, we hope that through this process multiple threads of learning in this area will help ~
Trianglele
- 先创建一个Point类,然后定义Trianglele类。在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。-First create a Point class, and then define Trianglele class. Defined in the Trianglele Three Point class of
IO
- 编写一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息-Write a program based on user input for command line parameters to calculate the number of rectangular, square, triangle area. If the input parameters
java
- 修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.-Modify the definition of experiment 7 Rectangle class, so that it has two cons
Circle
- 实验3类、对象以及包的使用(6学时) 1.实验内容 (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及
aaa
- 1) 在图形界面中绘制二维的坐标系统,其中x轴位于绘图区正中,y轴位于绘图区的最左边。 2) 根据下面试验数据,在1)题的坐标系统中绘制数据点,每个数据点用一个小叉号表示,并在叉号边以(x,y)的格式标示出数据点的坐标数值,最后用折线连接相邻的数据点。 数据点序号 x坐标 y坐标 1 0 20 2 50 -30 3 100 16 3 150 126 5 200 164 3) 在2)题的基础上设计界面接收用户输入的实验数据,绘制数据点和实验曲线。
src
- 比较两个数组是否相等,同时求出矩形的面积与体积的应用!-Compare two arrays are equal, and find the rectangular area and volume of applications!
javashiyan
- 问题描述:编写一个应用程序计算梯形和圆形的面积。 基本要求:通过在程序中定义2个类来分别描述梯形和圆形的属性和求面积的方法,掌握类的定义方法;通过在程序中定义主类,创建梯形类和圆形类的对象计算它们的面积,掌握对象的定义和使用方法。 -To describe the trapezoidal and circular attributes and find the area of the two classes defined in the program, master class def
TriangleTest
- 个人原创代码:编写Java Application程序,有一个三角形类Triangle,成员变量有底边x和另一条边y,和两边的夹角a(0<a<180),a为静态成员,成员方法有两个:求面积s(无参数)和修改角度(参数为角度),构造函数为 Triangle(int xx,int yy,int aa) 参数分别为x,y,a赋值 在main方法中构造两个对象,求出其面积,然后使用修改角度的方法,修改两边的夹角,再求出面积值。(提示:求高的方法 h=y*Math.sin(a)).-The o
RoundArea
- 1编写程序,在程序中定义一个抽象类Area、两个Area类的派生子类RectArea类和RoundArea类,以及一个实现类ImpleArea类。程序的实现要求如下。 (1) 抽象类Area类中只包含一个抽象方法:double area()。 (2) 子类RoundArea类通过覆盖父类中的抽象方法area来求圆的面积,另一个子类RectArea类通过覆盖父类中的抽象方法area求长方形的面积。 (3) 圆的半径和长方形的边分别定义为子类RoundArea类和RectArea类的域,