-
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以...
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以下功能:
(1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息;
(2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息;
(3) 将某航次的余票数恢复初值为该航次的最大客票数;
(4) 显示:显示该机场各航次班机的售票情况。-Booking air tickets and a refund system. Assuming there are m a civil airport voyage of the flights, each voyage only to reach a destination, the trial design for an automated airport ticket booking and refund system.
The system needs to achieve the following functions:
(1) booking: If the voyage than the number of votes greater than or equal to the number of passengers booking, the passenger in the voyage List (alphabetical by passengers dictionary order), insert the booking information of passengers, and modify the data of the voyage Otherwise, the corresponding message
(2) Refund: If the refund is less than the number of votes of the original passeng
- 2022-08-03 17:49:14下载
- 积分:1
-
Good function
能够很好的实现报刊系统的各项功能,例如会员注册,密码修改,管理员管理报刊和会员信息-Good function
- 2022-03-03 15:01:31下载
- 积分:1
-
可以使十进制的数转换成二进制的数,非常的简单方便
可以使十进制的数转换成二进制的数,非常的简单方便-to convert the decimal value to binary value, extremely easy using
- 2023-01-27 07:00:04下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
these procedures is studying computer graphics, write some small programs and sh...
这些程序是我在学习计算机图形学时,写的一些小程序,应该会对一些人有用处,请诸位高人多多指教!-these procedures is studying computer graphics, write some small programs and should have some useful, I invite you to a person exhibitions!
- 2022-02-07 05:54:24下载
- 积分:1
-
windows小程序,消息处理
可用来作简单的学习
MFC程序
windows小程序,消息处理
可用来作简单的学习
MFC程序-windows of small procedures, information can be used to deal with learning to make a simple MFC program
- 2022-03-24 23:52:01下载
- 积分:1
-
stmp人编程例子
stmp人编程例子-stmp programming examples of people
- 2022-04-09 22:22:34下载
- 积分:1
-
在工具栏上添加Combo控件
在工具栏上添加Combo控件-Combo on the toolbar to add controls. . . . . .
- 2022-06-13 15:23:17下载
- 积分:1
-
用vb编写的通用库存管理系统,很好的,可以用做毕业设计的哦!...
用vb编写的通用库存管理系统,很好的,可以用做毕业设计的哦!-This is a general warehouse management system that designed with VB. It s great and can be used as a graduate project.
- 2022-06-12 16:19:28下载
- 积分:1
-
wince platform OpenGL es under the application of an original code, lighting eff...
wince 平台下的 的一个 OpenGL es 应用的原代码,灯光效果, 用EVC4.0下编译-wince platform OpenGL es under the application of an original code, lighting effects, compiled with EVC4.0
- 2022-02-13 12:13:39下载
- 积分:1