搜索资源列表
Sample4
- 用java作實例,實做出交通工具類別(包括汽車、飛機類別),詳細的熟悉java語法-Using java for instance, actually make a vehicle category (including cars, aircraft category) and detailed familiarity with java syntax
Logistics
- Logistics是一个简单的物流路径管理小软件,用java swing写的可以自动根据导入各个站点的坐标信息以及车辆信息,然后可以提供一个比较好的路径方法,使用的贪心算法。-Logistics is a simple the logistics path management software can write java swing based on to import each site coordinates information and vehicle information, an
Vehicle-tracker
- simulation of a vehicle tracking system with mysql in java-simulation of a vehicle tracking system with mysql in java
CarSystem
- 滴滴打车小程序,利用java编程的简单滴滴打车小系统,简单实现打车车辆查询、订单-Drops a taxi small program, using the eclipse programming simple drops a taxi small system, simple implementation taxi vehicle inquiry and order
vehicles management
- vehicle management project in java
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attribute
