文件名称:queue
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:196.6kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口
保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) and Dequeue (& q, & e) two interfaces
Ensure FIFO, with the double stack DStack implementation (points A, B two heads), DStack only pushA (), popA (), pushB (), popB (), and several other interfaces, you can not access any location of the element i , can not be inserted at any position, delete
保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) and Dequeue (& q, & e) two interfaces
Ensure FIFO, with the double stack DStack implementation (points A, B two heads), DStack only pushA (), popA (), pushB (), popB (), and several other interfaces, you can not access any location of the element i , can not be inserted at any position, delete
(系统自动生成,下载前可以参看下载内容)
下载文件列表
双头栈队列实现方法1/
双头栈队列实现方法1/Debug/
双头栈队列实现方法1/Debug/StdAfx.obj
双头栈队列实现方法1/Debug/vc60.idb
双头栈队列实现方法1/Debug/vc60.pdb
双头栈队列实现方法1/Debug/双头栈队列.exe
双头栈队列实现方法1/Debug/双头栈队列.ilk
双头栈队列实现方法1/Debug/双头栈队列.obj
双头栈队列实现方法1/Debug/双头栈队列.pch
双头栈队列实现方法1/Debug/双头栈队列.pdb
双头栈队列实现方法1/ReadMe.txt
双头栈队列实现方法1/SqStack.h
双头栈队列实现方法1/StdAfx.cpp
双头栈队列实现方法1/StdAfx.h
双头栈队列实现方法1/双头栈队列.cpp
双头栈队列实现方法1/双头栈队列.dsp
双头栈队列实现方法1/双头栈队列.dsw
双头栈队列实现方法1/双头栈队列.ncb
双头栈队列实现方法1/双头栈队列.opt
双头栈队列实现方法1/双头栈队列.plg
双头栈队列实现方法1/Debug/
双头栈队列实现方法1/Debug/StdAfx.obj
双头栈队列实现方法1/Debug/vc60.idb
双头栈队列实现方法1/Debug/vc60.pdb
双头栈队列实现方法1/Debug/双头栈队列.exe
双头栈队列实现方法1/Debug/双头栈队列.ilk
双头栈队列实现方法1/Debug/双头栈队列.obj
双头栈队列实现方法1/Debug/双头栈队列.pch
双头栈队列实现方法1/Debug/双头栈队列.pdb
双头栈队列实现方法1/ReadMe.txt
双头栈队列实现方法1/SqStack.h
双头栈队列实现方法1/StdAfx.cpp
双头栈队列实现方法1/StdAfx.h
双头栈队列实现方法1/双头栈队列.cpp
双头栈队列实现方法1/双头栈队列.dsp
双头栈队列实现方法1/双头栈队列.dsw
双头栈队列实现方法1/双头栈队列.ncb
双头栈队列实现方法1/双头栈队列.opt
双头栈队列实现方法1/双头栈队列.plg
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.