搜索资源列表
reform-3
- 学生project 火车时刻查询系统 软件工程文档-英文。对需要软件工程文档的朋友有写帮助-moment Inquiry System software engineering document-English. The need for software engineering documents are written to help a friend
train_table
- 这是一个很不错的火车票管理系统(java+数据库)-It is a good Railway Ticket Management System.(Java+Database)
TrainTicketManage
- 一个可以实现联网售票的火车售票管理系统,功能还算可以,不过正在完善中,欢迎大家修该源码,请赐教!-a ticket can be networked train ticket management system can function fairly, but is perfected, Welcome to repair the source, please enlighten!
Trian_tips
- 一个简单的火车售票系统 ,java开发 -a simple train ticketing system, the development of java
saleticketsystem
- 模拟火车站的售票系统,只是java源码,下载后,在编译运行就可以了-simulation Railway Ticketing System, the only java source code, download, the compiler can run! !
HJDRZZX7.ZIP
- 内含24点游戏,飞机订票系统和火车信息查询系统以及课设论文,注释非常详细,相信对学-intron 24-point game, the aircraft booking system and trains and the Information Systems Office located thesis, Notes is very detailed, I believe for school
MD7XNLFP.ZIP
- 内含24点游戏,飞机订票系统和火车信息查询系统以及课设论文,注释非常详细,相信对学-intron 24-point game, the aircraft booking system and trains and the Information Systems Office located thesis, Notes is very detailed, I believe for school
huoche_dingpiao
- 火车订票系统 火车订票系统 -Train booking system railway reservation system railway reservation system
booking1
- 是以JAVA所编程的简单的火车订票系统.-Is based on JAVA programming simple by train booking system.
mapbar
- 火车查询系统 前台已经搭建成功 只是数据库还没有完善好-Train inquiry system has been to build a successful future is only the absence of a complete database also good
class418
- 实现了在线订火车票的功能。 java开发,源码!-Realize an online ticket set function. java development, source code!
speakformovie
- 订购火车票,这个源码送给大家看看,有问题的可以提出来,-Order tickets, send us take a look at the source, the problem can be raised,
huoche20
- 全国最新列车时刻表 内含全国2000多个火车站时刻表,静态页面,可按地图查找-The latest national train timetable containing more than 2000 National Train Station Timetable, static pages, can map to find
java
- 火车订票。。 只有部分代码。实现功能是基本的查询和订购功能-Train booking. . Only some of the code. Function is to achieve the basic function of inquiries and orders
tielu
- 火车售票系统的设计与实现,通过JAVA实现,能实现基本的订票 退票 查询 管理等功能,实用性很强-Train ticketing system design and implementation to achieve through JAVA, to achieve the basic booking inquiries refund management functions are very practical
trainSystem
- 火车售票管理系统源代码以及其的部分功能(非常实用的)-Train ticket management system source code, as well as some of its functions (very useful)
ticketSales
- 采用JSP+JavaBean+MySQL实现的火车票的售票系统。用户注册后,可以实现火车查询,在线订票,留言等功能-Using JSP+ JavaBean+ MySQL train to achieve the ticketing system. User registration can be achieved Train queries, online booking, message and other functions
java火车订票系统
- 包括源程序和数据库,能够实现增删改查,。该系统要解决的是火车站网上订票工作所要解决的问题,可以满足火车站网上订票的基本要求,包括查询、订票、退票等三个方面的功能。(Including source code and database)
火车订票系统源文件
- 火车订票系统是实现火车票预订的功能用java,jsp实现功能(Train booking system is to achieve the function of ticket booking, with Java, JSP functions)
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is def