文件名称:DblLinkList-change
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
修改循环队列模板,把成员数据rear改为length表示队列长度,并完成各成员函数的修改。
增加成员数据tag,原有成员数据不变,改变队空和队满的判断条件为:front rear&&tag 0表示队空;front rear&&tag 1表示队满,并完成各成员函数的修改。-Modify the circular queue template, the length of the member data to rear queue length, and complete the member function changes.
Increase the member data tag, the original members of the same data, change the team empty and full team to determine the conditions: front rear && tag 0 said the team empty front rear && tag 1 said the team full, and complete the member function .
增加成员数据tag,原有成员数据不变,改变队空和队满的判断条件为:front rear&&tag 0表示队空;front rear&&tag 1表示队满,并完成各成员函数的修改。-Modify the circular queue template, the length of the member data to rear queue length, and complete the member function changes.
Increase the member data tag, the original members of the same data, change the team empty and full team to determine the conditions: front rear && tag 0 said the team empty front rear && tag 1 said the team full, and complete the member function .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
验证性实验3\Assistance.h
...........\DblLinkList.h
...........\DblNode.h
...........\TestDblLinkList.cpp
验证性实验3