登录
首页 » 软件系统 » 1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueu...

1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueu...

于 2022-03-12 发布 文件大小:35.60 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueueGuest表示等待队列,其节点元素为表示车辆停车信息的结构体QueueGuest;-1. With a size of MAX contains an array of the structure RoomArray said Rooms to list its array elements to said vehicle parking structure of the information GuestNode with Queue List LinkQueueGuest wait for Queue, said node elements for vehicle parking structure of the information QueueGuest;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是我自己写的一个GTK+ 2.18和directfb1.2自动安装脚本,…
    这是我自己写的一个Gtk+2.18与directfb1.2自动安装脚本,由于源码包太大,下载者自己去下载吧,按脚本的版本找到,解压放到指定位置,运行./install.sh即可自动完成,或者你可以修改脚本。-This is my own to write a Gtk+2.18 and directfb1.2 automatically install script, as the source packages too large to download to download it themselves, according to the version of the script found on the specified location decompression, run./Install. sh can be done automatically, or you can modify the script.
    2022-08-07 19:59:00下载
    积分:1
  • C++BUILDER访问usb接口的方法!里面介绍了一些常用的访问方式
    C++BUILDER访问usb接口的方法!里面介绍了一些常用的访问方式-C BUILDER visit usb interface methods! They introduced some common mode
    2023-04-19 06:15:03下载
    积分:1
  • software based on the lectures (1), North China Electric Power University Profes...
    软件基础的讲演报告(1),华北电力大学的李中教授的,讲的很不错-software based on the lectures (1), North China Electric Power University Professor Lee, said very good!
    2022-07-04 01:43:50下载
    积分:1
  • adomac ADO.NET数据库访问技术(MAC)题库
    adomac ADO.NET数据库访问技术(MAC)题库-adomacADO.NET Database Access Technology (MAC) questions
    2022-02-04 08:19:36下载
    积分:1
  • 犯错
    嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278-err
    2022-02-21 03:42:25下载
    积分:1
  • TMS320VC55X列单片机的说明文的英文手册,对于学习DSP的朋友很有帮助。...
    TMS320VC55X系列单片机的说明文件的英文手册,对于学习DSP的朋友很有帮助。-TMS320VC55X Series MCU documentation in English manual, very helpful for learning DSP" s friends.
    2022-05-04 22:13:33下载
    积分:1
  • 程序版本: 专业的C文格式化源码 1.0 程序功能: 仅对C源文行首空格及Tab进行整理,不拖拽大括号改变原有风格: 1).格式对齐, 删除行首
    程序版本: 专业的C文件格式化源码 1.0 程序功能: 仅对C源文件行首空格及Tab进行整理,不拖拽大括号改变原有风格: 1).格式对齐, 删除行首的Tab或空格 2).格式缩进, 以Tab或空格填充行首 安全性能: 只对行首的空格和Tab操作,不添加空行, 不操作单行注释语句/多行注释段,不修改任何执行语句-version : Professional C 1.0 source document formatting procedures functions : C source files only the first space trip and Tab to collate, drawing big changes to the original style in brackets : 1). Alignment format, the first trip to delete the Tab or space 2). Format brings to Tab or space filled first trip safety performance : only the first trip to space, and Tab operation, not add blank lines, not operate in separate statements Notes/multiple lines of the Notes, to amend any of the Executive statement
    2022-01-26 01:46:18下载
    积分:1
  • vc excel vc excel vc excel vc excel
    vc操作excel 包含写读操作-vc excel vc excel vc excel vc excel
    2022-10-25 05:35:03下载
    积分:1
  • it is used to modify the histogram obtained from .pgm image.
    it is used to modify the histogram obtained from .pgm image.
    2022-02-06 12:55:21下载
    积分:1
  • 某牛人的线段树报告,对线段树的学习有很好的帮助作用
    某牛人的线段树报告,对线段树的学习有很好的帮助作用-Cattle of a certain segment of people tree reports, tree line learning has a very good help
    2022-05-30 15:53:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载