- Filemon Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
- CopyKz 利用Excel的VBA语句
- ListViewFilter_src This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns
- kongjian ECV++编程对话框控件
- 74hc595 驱动串行led显示
- DemandAnalysisReport 无线增值项目分析报告
文件名称:stack_queue
介绍说明--下载内容来自于网络,使用问题请自行百度
两栈模拟队列
采用两个反面增长的栈来模拟队列。
// 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。
// 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再
// 弹出s1中的元素。
// 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack
采用两个反面增长的栈来模拟队列。
// 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。
// 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再
// 弹出s1中的元素。
// 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4、两栈模拟队列.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.