虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Exa

  • 编写4个类:Rectangle、Circle、Geometry、Exa

    编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。 ④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。 ⑤ Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle对象数目。

    标签: Rectangle Geometry Circle Exa

    上传时间: 2016-02-29

    上传用户:顶得柱

  • 上课时老师给的一个词法分析器

    上课时老师给的一个词法分析器,很好用。注意:使用时要在工程中建立Exa.txt.

    标签: 分析器

    上传时间: 2014-01-04

    上传用户:LouieWu

  • Windows CE documentation and Examples from the Windows CE development manuals. There are lots of Exa

    Windows CE documentation and Examples from the Windows CE development manuals. There are lots of Examples for windows CE programming in this zip file.

    标签: Windows documentation development Examples

    上传时间: 2014-01-17

    上传用户:sunjet

  • Master the essentials of concurrent programming,including testing and debugging This textbook Exa

    Master the essentials of concurrent programming,including testing and debugging This textbook Examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface.

    标签: programming essentials concurrent debugging

    上传时间: 2013-12-20

    上传用户:fxf126@126.com