-
本程序是数据结构的图的最小生成树的实现程序,非常方便使用,希望大家能够喜欢。...
本程序是数据结构的图的最小生成树的实现程序,非常方便使用,希望大家能够喜欢。-this program is the data structure of the minimum spanning tree procedures, is very convenient to use, hope that we can like.
- 2022-07-07 00:50:12下载
- 积分:1
-
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名...
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名-Analyse the file name of absolute path, and parse it to driver,path,file name and extension name
- 2022-08-22 20:22:36下载
- 积分:1
-
personnel management system(for this year s graduates, including source code)
人事管理系统(应届毕业生用的管理系统,含源代码)-personnel management system(for this year s graduates, including source code)
- 2022-02-05 01:38:25下载
- 积分:1
-
Modbus electronic controller is used on a common language. Through this agreemen...
Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。它已经成为一通用工业标准。有了它,不同厂商生产的控制设备可以连成工业网络,进行集中监控。-Modbus electronic controller is used on a common language. Through this agreement between controller, the controller through the network (such as Ethernet), and other equipment between the communication. It has become a common industry standard. With it, the different manufacturers can even control equipment for industrial network for centralized monitoring.
- 2022-02-20 06:23:11下载
- 积分:1
-
C++ Encoding, shortest path, breadth of search, the depth of search, such as map
C++编码,最短路径,广度搜索,深度搜索等图相关函数实现-C++ Encoding, shortest path, breadth of search, the depth of search, such as map-related function
- 2022-03-12 07:27:26下载
- 积分:1
-
VC++实现视频传输,服务端发送和客户端接受视频,
VC++实现视频传输,服务端发送和客户端接受视频,-VC++ to achieve video transmission, service delivery and client side to receive video,
- 2023-05-14 02:20:02下载
- 积分:1
-
一个小的计算器
一个小的计算器-a small calculator
- 2022-01-25 17:51:23下载
- 积分:1
-
在试用期阶段做了个秒表计时器,功能跟比赛用的秒表计时器一样。...
在试用期阶段做了个秒表计时器,功能跟比赛用的秒表计时器一样。-stage of the trial period- a stopwatch timer function with the competition like stopwatch timer.
- 2022-01-25 19:28:53下载
- 积分:1
-
用C++Builder制做HZK16 点阵字库
用C++Builder制做HZK16 点阵字库-C Builder system so HZK16 Lattice library
- 2022-02-04 20:39:36下载
- 积分: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