登录
首页 » Java » ticketbooking

ticketbooking

于 2020-12-13 发布 文件大小:1549KB
0 340
下载积分: 1 下载次数: 259

代码说明:

  火车票订票系统,java+MySQL,附课程设计报告(Ticket booking system, java+ MySQL, with course design report)

文件列表:

source
......\TickBookClient
......\..............\.classpath,301,2010-11-18
......\..............\.project,390,2010-11-18
......\..............\bin
......\..............\...\client
......\..............\...\......\Client.class,709,2010-11-19
......\..............\...\......\Config.class,527,2010-12-08
......\..............\...\......\encryptions
......\..............\...\......\...........\Encryption.class,1516,2010-11-19
......\..............\...\......\...........\SecureKey.class,1753,2010-11-19
......\..............\...\......\Logger.class,603,2010-11-19
......\..............\...\......\net
......\..............\...\......\...\ClientBasePacket.class,2426,2010-11-19
......\..............\...\......\...\clientpackets
......\..............\...\......\...\.............\C_Disconnect.class,361,2010-11-19
......\..............\...\......\...\.............\C_Quest_City.class,362,2010-11-19
......\..............\...\......\...\.............\C_Quest_Seat.class,601,2010-12-16
......\..............\...\......\...\.............\C_Quest_Train.class,475,2010-11-19
......\..............\...\......\...\PacketHandler.class,1082,2010-11-22
......\..............\...\......\...\ServerBasePacket.class,2519,2010-11-19
......\..............\...\......\...\serverpackets
......\..............\...\......\...\.............\S_Quest_City.class,691,2010-12-16
......\..............\...\......\...\.............\S_Quest_Seat.class,953,2010-11-19
......\..............\...\......\...\.............\S_Quest_Train.class,1127,2010-12-16
......\..............\...\......\Opcode.class,630,2010-11-19
......\..............\...\......\threads
......\..............\...\......\.......\ClientThread.class,3605,2010-11-19
......\..............\...\......\types
......\..............\...\......\.....\City.class,586,2010-11-19
......\..............\...\......\.....\CityMap.class,1838,2010-12-16
......\..............\...\......\.....\DataFormat.class,2362,2010-12-16
......\..............\...\......\.....\Seat.class,750,2010-11-19
......\..............\...\......\.....\Time.class,725,2010-11-19
......\..............\...\......\.....\TrainInterval.class,1742,2010-11-19
......\..............\...\......\UI
......\..............\...\......\..\TicketBookUI$BookButton.class,1796,2010-12-16
......\..............\...\......\..\TicketBookUI$ButtonAction.class,227,2010-12-16
......\..............\...\......\..\TicketBookUI$CheckBoxTrainType.class,702,2010-12-16
......\..............\...\......\..\TicketBookUI$SearchButton.class,1691,2010-12-16
......\..............\...\......\..\TicketBookUI.class,8246,2010-12-16
......\..............\...\......\utils
......\..............\...\......\.....\StreamUtil.class,815,2010-11-19
......\..............\client.jar,26949,2010-12-16
......\..............\ClientStart.bat,61,2010-11-19
......\..............\src
......\..............\...\client
......\..............\...\......\Client.java,400,2010-11-19
......\..............\...\......\Config.java,222,2010-12-08
......\..............\...\......\encryptions
......\..............\...\......\...........\Encryption.java,1410,2010-11-19
......\..............\...\......\...........\SecureKey.java,979,2010-11-18
......\..............\...\......\Logger.java,230,2010-11-19
......\..............\...\......\net
......\..............\...\......\...\ClientBasePacket.java,2138,2010-11-18
......\..............\...\......\...\clientpackets
......\..............\...\......\...\.............\C_Disconnect.java,215,2010-11-19
......\..............\...\......\...\.............\C_Quest_City.java,220,2010-11-19
......\..............\...\......\...\.............\C_Quest_Seat.java,338,2010-12-16
......\..............\...\......\...\.............\C_Quest_Train.java,302,2010-11-19
......\..............\...\......\...\PacketHandler.java,800,2010-11-22
......\..............\...\......\...\ServerBasePacket.java,1914,2010-11-18
......\..............\...\......\...\serverpackets
......\..............\...\......\...\.............\S_Quest_City.java,447,2010-12-16
......\..............\...\......\...\.............\S_Quest_Seat.java,470,2010-11-19
......\..............\...\......\...\.............\S_Quest_Train.java,613,2010-12-16
......\..............\...\......\Opcode.java,791,2010-11-19
......\..............\...\......\threads
......\..............\...\......\.......\ClientThread.java,2763,2010-11-19
......\..............\...\......\types
......\..............\...\......\.....\City.java,266,2010-11-18
......\..............\...\......\.....\CityMap.java,957,2010-12-16
......\..............\...\......\.....\DataFormat.java,1651,2010-12-16
......\..............\...\......\.....\Seat.java,387,2010-11-18
......\..............\...\......\.....\Time.java,426,2010-11-18
......\..............\...\......\.....\TrainInterval.java,1241,2010-11-18
......\..............\...\......\UI
......\..............\...\......\..\TicketBookUI.java,7685,2010-12-16
......\..............\...\......\utils
......\..............\...\......\.....\StreamUtil.java,373,2010-11-18
......\TicketBook
......\..........\.classpath,485,2010-10-29
......\..........\.project,386,2010-10-25
......\..........\bin
......\..........\...\server
......\..........\...\......\Config.class,973,2010-11-19
......\..........\...\......\database
......\..........\...\......\........\DatabaseFactory.class,2303,2010-11-19
......\..........\...\......\........\datatables
......\..........\...\......\........\..........\CityTable.class,3125,2010-11-19
......\..........\...\......\........\..........\SeatTable.class,4308,2010-12-16
......\..........\...\......\........\..........\TrainIntervalTable.class,4621,2010-12-16
......\..........\...\......\encryptions
......\..........\...\......\...........\Encryption.class,1516,2010-11-19
......\..........\...\......\...........\SecureKey.class,1753,2010-11-19
......\..........\...\......\Logger.class,603,2010-11-19
......\..........\...\......\net
......\..........\...\......\...\ClientBasePacket.class,2519,2010-11-19
......\..........\...\......\...\clientpackets
......\..........\...\......\...\.............\C_City.class,1074,2010-11-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PLC
    一个利用PLC编写的工业控制源程序,包括梯形图和组态,很完整,是三层电梯的程序,可以扩展成多层电梯(Prepared using an industrial control PLC source code, including the ladder and configuration, it is complete, is a three-lift procedure can be extended into a multi-elevator)
    2020-11-09 00:19:47下载
    积分:1
  • Improved-CPF-method
    本软件进行了连续潮流法的改进,提高了连续潮流法的计算速度和收敛性,并利用改进后的方法对电力系统的电压稳定性进行了分析。(This software has been improved by continuous power flow method, which improves the calculation speed and convergence of the continuous power flow method, and the voltage stability of power system is analyzed by the improved method.)
    2016-11-07 15:41:48下载
    积分:1
  • interaction
    运用DEFINE_MASS_TRANSFER宏 的全空化模型(singhal cavitation model written with DEFINE_MASS_TRANSFER)
    2021-03-02 16:59:33下载
    积分:1
  • bianyaqi
    变压器设计软件,采用CAD技术改造变压器传统设计(Transformer design software, the use of CAD technology traditional transformer design)
    2008-02-26 08:45:16下载
    积分:1
  • M70yitai
    说明:  MITSUBISHI 三菱M70数控系统参数表 三菱数控机床 三百两(MITSUBISHI IS VERY BEAUTIFUL CPU I LIKE THIS MITSUBISHI IS VERY NICE)
    2020-12-08 13:59:19下载
    积分:1
  • USB-SERIALch340 串口驱动(ok)
    说明:  组态软件带注册码,有谁要,免费拿去。。。。。。。。。。。。。。(Configuration software with registration code, who wants to take it for free...)
    2020-06-20 21:40:02下载
    积分:1
  • SARReturnWaveSignal
    基于FFT的快速SAR分布目标回波模拟算法. 大面积分布目标的合成孔径雷达(SAR)回波模拟需要大量的运算,文中提出了一种合成孔径雷达回波模拟的快速算法,算法利用时域插值和FFTl’来缩减运算量,对于大面积目标回波模拟时,该算法有很高的效率。文中详细分析sinc函数插值所带来的误差以及补偿方法,并在次基础上提出了一种利用增采样插值方法,该方法以增加少量运算为代价,使得模拟精度的大幅度提高。文中比较了传统方法和基于FFTl’的快速SAR分布目标回波模拟算法的模拟结果,证明了这种快速算法确实行之有效。(The simulation of distributed targets is very important to the design of synthetic aperture radar(SAR)sys- tems.Since the end product is SAR images,the echo of SAR signals needs to be simulated and then processed form SAR images,an d the parameters needs to be measured and the perform ance of the images should be,an d then evaluated.The designing parameters of SAR could be adjusted to meet the requirement of users before developing SAR systems,specially in space—bome SAR systems.Th e simulation data is also needed during the developing an d debugging of a space—borne SAR real—time processor.Another purpose of simulation is to supply a great deal of simulation imag es to train image usors of space—bo rne SAR before it launch.)
    2009-07-07 22:42:14下载
    积分:1
  • dianyacaiji
    是一个基于LABVIEW为平台的采集多路数据分析处理并将采集上来的数据存入数据库供以后调用查看!(Is a LABVIEW-based acquisition as a platform for multi-way data analysis and treatment of data collected into a database for later call to view!)
    2008-04-18 21:27:24下载
    积分:1
  • 动态无功优化
    说明:  改进的快速粒子群优化算法计算含DG配电网无功优化和运行费用最优解(Improved Fast Particle Swarm Optimization for Reactive Power Optimization and Operation Cost Optimization of Distribution Network with DG)
    2021-01-07 14:58:52下载
    积分:1
  • distribution-line-lightning
    电力系统配电线路防雷设计指导书,用于雷击风险评估,防雷措施效果计算。(Power system distribution line lightning protection design guide books, the risk assessment for lightning, lightning effects of measures calculated.)
    2013-11-10 12:15:22下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载