登录
首页 » Java » ticketbooking

ticketbooking

于 2020-12-13 发布 文件大小:1549KB
0 388
下载积分: 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 个回复

  • hybrid-pol-simulate
    用全极化的相干矩阵和协方差矩阵,模拟简缩极化的协方差矩阵和Stokes参数(By coherent matrix and covariance matrix fully polarized, polarized analog abbreviated covariance matrix and the Stokes parameters)
    2020-08-23 14:28:16下载
    积分:1
  • 水准网间接平差程序设计
    水准平差程序,可以处理间接平差各个等级水准,采用VB编写(Leveling adjustment program, which can handle all levels of indirect adjustment, is written in VB)
    2018-06-27 13:07:58下载
    积分:1
  • Face-Detection-System
    this is a basic face detection system.
    2017-03-21 02:17:12下载
    积分:1
  • state-estimation-
    电力系统功能强大的资料,介绍了基于PMU的电力系统的状态估计!(It is a good paper!)
    2011-05-10 15:52:41下载
    积分:1
  • azimuth
    一个测绘专业所需的方位角计算的小工具,内附计算流程图(calculation azimuth)
    2016-03-25 14:47:48下载
    积分:1
  • example
    管道应力分布,利用ansys mechanical APDL命令流进行计算(Pipeline stress distribution is calculated by using ANSYS mechanical APDL command stream.)
    2018-06-13 11:36:07下载
    积分:1
  • 常用ENVI功能扩展工具
    说明:  airbus_catalog_query-影像数据查询工具 ENVI_Menu_Finder ENVI批处理与代码生成器 EO-1 ALI Calibration EPOC.1242 Frame_Subset_via_Shapefile Google Earth Super-Overlay Tool (GEST) hyperion_tools Landsat8LST-地表温度反演 LIST.TXT MODIS MCD12Q1数据批处理工具 modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT-ASTER真彩色合成补丁 wavelet_fusion-融合 决策树自动阈值分类 分区统计工具 图像坏 点修复补丁 图像批量分幅裁剪 大数据量镶嵌补丁 完全约束最小二乘法混合像元分解 小熊工具箱 影像目录管理工具 批量构建栅格图像轮廓线 批量设置忽略值 植被增强工具 直方图匹配工具 遥感图像123阶导数计算工具(Airbus_catalog_query-image data query Tool ENVI_Menu_Finder ENVI batch processing with code generator eo-1 ALI Calibration epoc.1242 Frame_Subset_via_Shapefile Google Earth super-overlay Tool (GEST) hyperion_tools Landsat8LST- surface temperature inversion list.txt MODIS data batch MCD12Q1 tool modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT - ASTER true color composite patch wavelet_fusion - automatic threshold fusion decision tree classification partition statistical tools to fix bad point image Mosaic patch batch framing cutting large data quantity fully constrained least squares decomposition of mixed pixels, bear images directory management tool kit Batch construction raster image contour batch setting ignored value vegetation enhancement tool histogram matching tool remote sensing image 123 derivative calculation tool)
    2019-05-09 09:55:03下载
    积分:1
  • demo_rbpf_gauss
    从国外网站下载的,粒子滤波演示程序,程序简单易懂(Website from abroad, the particle filter demo program, the program easy-to-read)
    2008-01-07 20:30:21下载
    积分:1
  • segy读取原码
    segy读取原码,该程序是勘探软件必备的代码,有做石油方面项目的一定有用。(SEGY read the original code, the program is an essential exploration software code, so oil projects necessarily useful.)
    2005-04-18 14:07:40下载
    积分:1
  • circlesuplycenterbest
    补偿光源布局,计算光照度,设置循环求最优 简单的一个小程序(Compensate the layout of the light source, calculate the illumination, set the cycle to find the best.)
    2018-11-29 08:58:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载