-
-
-
6DOF.rar
... 6 degrees of freedom: three rotations and three translations. Since a
vehicle both translates and rotates through the air, two coordinate systems keep track of the
vehicle. The first is a known or fixed reference system, referred to here as ...
-
-
-
-
-
matlab-a-practical-introduction-to-programming-an
... of this book is to teach basic programming concepts and skills
needed for basic problem solving, all using MATLAB® as the vehicle. MATLAB
is a powerful software package that has built-in functions to accomplish a
diverse range of tasks, from ...
-
-
-
src.rar
... 交通工具的父类(Transport):
(1) 属性包括速度、载重量:
(2) 方法包括构造方法和显示属性的方法。
(3) 定义Transport的子类Vehicle,Vehicle有自己新增的属性:车轮数、车牌号;定义对新增的属性进行显示的方法。
(4) 定义Transport的子类Airplane,Airplane ... 有自己新增的属性:发动机类型、座位数;定义对新增的属性进行显示的方法。
(5) 在测试类的main()方法中分别创建Vehicle和Airplane的对象,调用显示属性的方法。
-