搜索资源列表
俄罗斯方块游戏的抽象类
- 该类内部维护了一个矩阵,是由俄罗斯方块抽象出来的 矩阵的每个元素代表方格中的每个单元格,1代表该格有方块,0没有 该类的所有方法都是围绕这个核心矩阵来操作的-internal safeguard such a matrix by Russian abstract squares of the matrix elements of each representative of each grid cells, a representative of the grid with squares 0
Chess
- 蓝牙五子棋对战平台代码,这里面一共八个文件,这是其中一个主类,抽象了棋盘上是否为服务器下子。
src
- 设计一个简单的CardGames程序,运用面向对象封装、继承、抽象类、抽象方法、多态、动态绑定等概念。-Design a simple CardGames procedures, the use of object-oriented encapsulation, inheritance, abstract classes, abstract methods, polymorphism, dynamic binding concepts.
GeometricVersion3
- 课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。