Welcome![Sign In][Sign Up]
Location:
Search - Point2D

Search list

[JSP/JavaPoint2D

Description: java入门级程序 类及继承,包 以及其他一些内容-entry-level category and inheritance procedures, packages and other content
Platform: | Size: 1694 | Author: tree | Hits:

[JSP/JavaPoint2D

Description: java入门级程序 类及继承,包 以及其他一些内容-entry-level category and inheritance procedures, packages and other content
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaPointXD

Description: 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: -Two classes were prepared Point2D, Point3D to represent two-dimensional space and three-dimensional space of points, so as to meet the following requirements:
Platform: | Size: 1024 | Author: lane | Hits:

[Windows DevelopenglishCplus

Description: 1 编程 2 循环 3 函数 4 通信 5 创建模板类 6 使用point2d-Programming cycle 1 2 3 4 communications function to create a template class 5, 6 using point2d
Platform: | Size: 1817600 | Author: wuysj | Hits:

[JSP/JavaPoint

Description: 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Point3D有两个构造方法:Point3D(int x,int y,int z)和Point3D(Point2D p,int z),两者均可实现对Point3D的成员变量x, y,z的初始化。 (4)Point3D有一个void型成员方法offset(int a, int b,int c),该方法可以实现Point3D的平移。 (5)在Point3D中的主函数main()中实例化两个Point2D的对象p2d1,p2d2,打印出它们之间的距离,再实例化两个Point3D的对象p3d1,p3d2,打印出他们之间的距离。 -Point2D Point3D
Platform: | Size: 2048 | Author: 胡迪 | Hits:

[JSP/JavaPointDraw

Description: 个人原创代码:Point2D和Point3D作图。编写Java Application程序,分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Point3D有两个构造方法:Point3D(int x,int y,int z)和Point3D(Point2D p,int z),两者均可实现对Point3D的成员变量x, y,z的初始化。 (4)Point3D有一个void型成员方法offset(int a, int b,int c),该方法可以实现Point3D的平移。 (5)在Point3D中的主函数main()中实例化两个Point2D的对象p2d1,p2d2,打印出它们之间的距离,再实例化两个Point2D的对象p3d1,p3d2,打印出他们之间的距离。-Personal original code: Point2D and Point3D mapping. Write a java application program, namely the preparation of two classes Point2D, the Point3D to the point of the two-dimensional space and three-dimensional space, to meet the following requirements: (1) Point2D two integer member variables x and y (respectively for the two-dimensional space X, the Y-direction coordinate), the construction method in Point2D to achieve its member variables x, y initialization. (2) Point2D a void member offset (int a, int b), it can Point2D translational. (3) the Point3D is a direct subclass of Point2D, it has three integer member variables x, y, and z (respectively, three-dimensional space X, Y, Z direction coordinate), Point3D has two constructors: the Point3D (int x int y, int z) and the Point3D (Point2D p-int z), both of which can Point3D member variable x, y, and z initialization. (4) the Point3D a void member offset (int a, int b, int c), the method can achieve the Point3D the pan. (5) the P
Platform: | Size: 1024 | Author: 李瑞 | Hits:

[OtherPoint

Description: 定义Point2D,及定义它的属性和方法; 定义子类Point3D,及定义它的属性和方法;在Point3D中的主函数main()中实例化两个Point2D的对象,并通过这两个对象调用它们的属性和方法,输出方法执行结果。 -Defined Point2D and define its properties and methods defined subclass Point3D, and define its properties and methods instantiated in the Point3D the main function main () Point2D object, and call them by these two objects properties and methods, the output results of the implementation.
Platform: | Size: 1024 | Author: 龚天棚 | Hits:

[JSP/JavaT1

Description: Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点 Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点-//Write a program that implements the concept of an abstract class.)
Platform: | Size: 1024 | Author: gyq | Hits:

[2D GraphicBEzier

Description: Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fill the array generated Point2D structure caller must allocate enough space for the output- <sizeof(Point2D) numberOfPoints>
Platform: | Size: 1024 | Author: kevin | Hits:

[CSharpBEZIER

Description: 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组 -ComputeBezier TO POINT2D
Platform: | Size: 1024 | Author: CXIN | Hits:

[JSP/JavaLab2

Description: 合肥工业大学 java面向对象程序设计(第二版)实验2 point2D 和Pointe3D-hfut lab2 point2D POint3D
Platform: | Size: 2048 | Author: 书生有点萌 | Hits:

[JSP/Javapoint2Dand3D

Description: 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional space points is as follows. On this basis, the Point3D class of 3D space point is derived. According to mathematics, we increase the membership variable Z, define the construction method of three parameters and the construction method without parameter (the object corresponding to the origin), rewrite the toString () and getDistance () methods, and rewrite the equals () method. The TestPoint (main) method of class defines more than 3 points for testing, and the result format is as follows.)
Platform: | Size: 10240 | Author: 地球上的星星 | Hits:

CodeBus www.codebus.net