登录
首页 » Java » ticketbooking

ticketbooking

于 2020-12-13 发布 文件大小:1549KB
0 342
下载积分: 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
  • OpenFileDialog
    说明:  csharp中的浏览文件夹的应用源码程序(CSharp folder in the browser application program source code)
    2008-08-30 09:49:56下载
    积分:1
  • zuobiao
    说明:  在FLAC3D中调用可以得到模型各个单元坐标和编号并记录下来。(The coordinates and numbers of each unit in the model are obtained.)
    2021-03-22 20:49:16下载
    积分:1
  • powernode
    牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步   (8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。(Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into power.)
    2007-07-10 19:08:09下载
    积分:1
  • hsynth_WGS84.grid.5x5
    使用egm模型计算基于WGS84参考椭球的大地水准面高等大地测量学物理量( geoid, WGS84, egm2008)
    2013-09-09 08:19:50下载
    积分:1
  • XYRaclient
    非常好的管理类软件,各种功能非常齐全,欢迎使用!!!(Very good management class software, various functions are very complete, Welcome! ! !)
    2013-01-04 17:37:03下载
    积分:1
  • yantuo
    地震勘探反演方法 正演延拓 假设炮点在地层最底层,向上延拓(Forward seismic inversion method assuming continuation shot in the bottom of the formation, upward continuation)
    2021-03-31 15:09:09下载
    积分:1
  • opencalphad-version4
    计算相图学,材料学开源软件,Fortran(Calculation of phase diagram, materials science open source software, Fortran)
    2017-03-02 08:36:49下载
    积分:1
  • 20099795323955
    这是本人用组态王6.5做的水箱水位自动调节器,监控室(Kingview do with PID temperature control)
    2020-12-05 13:09:23下载
    积分:1
  • clearbid
    说明:  本项目运行于Linux,是根据交易空间和发电负荷双方的报价,计算交易市场集中出清的程序。数据库使用国产达梦6数据库,数据库接口使用libdcisg_dm.so。(This project runs on Linux. Based on trade space and Generation/Load bids, it clears the trade market and calculates the Generation/Load accepted bids. It use the DM6 database and the DB interface uses libdcisg_dm.so)
    2020-10-21 11:16:54下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载