搜索资源列表
inheritance
- 设计一个抽象类Shape,包括2个抽象方法,分别是计算形状的周长和面积。设计具体类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。使Rectangle和 Circle都实现Comparable接口。编写一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。-Design an abstract class Shape, including the two abstract methods, namely, ca
circle
- 通过输入圆的半径,经过计算得出圆的面积(pi=3.1415)-By entering the circle radius, the calculated area of a circle (pi = 3.1415)
t
- 在VC++的环境下,编写一个计算圆形面积、长方形面积、三角形面积-In vc++ environment, write a circular area, rectangle area calculation, triangle area
diama
- 使用套接字编写客户—服务器程序,实现客户—服务器交互计算。客户将三角形3个边的长度发给服务器,服务器把计算出的三角形的面积返回给客户。 -Use the socket to write client- server program, client- server interaction calculation. Customers will be sent to the server of the length of the side of the triangle 3, the serve
tranglesquare_JSP
- 用JSP实现一个三角形面积的计算,使页面正常的跳转!-Calculate the area of a triangle with JSP page normal jump!
circle
- 圆的面积与周长的计算-circle counter
CPP120
- 东南大学C++上机实验11,商品结构体类型变量的定义和使用;定义二维坐标点结构体系类型计算并计算矩形面积-Southeast University, C++ test, product structure type variable definition and use define the type system of two-dimensional coordinates of the points structure and calculate the rectangular area
p41
- 有键盘输入三角形的三条边的长度,通过程序计算出其面积和周长,并显示在屏幕上(The keyboard input the length of the three sides of the triangle, and the program calculates its area and circumference, and displays it on the screen.)