-
类、继承、封装和多态的C++实现, 可以在VC++下直接编译、运行。...
类、继承、封装和多态的C++实现, 可以在VC++下直接编译、运行。-VC++-OOP
- 2022-02-02 23:53:23下载
- 积分:1
-
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。-A fire on the simulation example, using the most simple fuzzy algorithm.
- 2023-04-19 04:20:02下载
- 积分:1
-
数据图形化显示,效果不错,希望对大家有帮助
数据图形化显示,效果不错,希望对大家有帮助-Graphical display of data, the effect well, want to help everyone
- 2023-04-07 00:05:04下载
- 积分:1
-
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件)....
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
- 2022-01-26 00:50:34下载
- 积分:1
-
C++、MFC源代码:templ_coll_src 参考
C++、MFC源代码:templ_coll_src 参考-C, MFC source code : templ_coll_src reference
- 2022-10-20 03:50:03下载
- 积分:1
-
C++视频聊天源代码(包括服务器和客户端)
一个C++视频聊天源代码,准确的讲是基于MFC的,使用的是VC++6.0编译环境。资源文件包括服务器端源码和客户端源码。下载后可以直接测试。
- 2023-02-13 19:30:03下载
- 积分:1
-
vb做的餐卡管理系统,大家看看或许受到启发
vb做的餐卡管理系统,大家看看或许受到启发-vb do meal card management system, we may be inspired to see huh
- 2022-08-08 08:10:58下载
- 积分:1
-
简单的计算器代码
简易计算器的代码-simple calculator code
- 2022-04-10 20:27:36下载
- 积分:1
-
一个有关文档操作的好入门程序
一个有关文档操作的好入门程序-a document on the operation of a good entry procedures
- 2022-02-06 05:42:34下载
- 积分:1
-
一个飞机票订票和退票系统。假设某民航机场有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