登录
首页 » Windows开发 » 队列和堆栈的执行情况

队列和堆栈的执行情况

于 2022-02-04 发布 文件大小:1.35 kB
0 249
下载积分: 2 下载次数: 1

代码说明:

它是一个自助书面 c + + 程序执行队列。 队列被实施作为首先在第一次出来的办法。 因此,我们采取两个变量前面和后方为跟踪的前面和后面的队列。 在此程序中,我们展示了如何插入、 删除和显示队列。 也被保持一个数组。 包括堆栈执行。 堆栈最后遵循先进先出的方法。 所以,维持顶部以指向堆栈的顶部。

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

发表评论

0 个回复

  • 国外结构计算程序,FORTRAN高级语言编写,主要用于结构分析。...
    国外结构计算程序,FORTRAN高级语言编写,主要用于结构分析。-abroad structure calculation procedures, the High FORTRAN language, mainly for structural analysis.
    2022-02-05 22:50:48下载
    积分:1
  • Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF Requirements: Visual Studio 2005, Win...
    Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.-Feature Area: Video capture Description: This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file, and captures and encodes an image in a jpeg file. Usage: Build and deploy using Visual Studio 2005. Relevant APIs/Associated Help Topics: ICaptureGraphBUilder2 Assumptions: Your device needs to have a video capture driver installed (the emulator ships with a null capture driver). The video will be saved to the root of your device to "video1.asf". The still picture will be saved to "test.jpg" If you wish, you can change these hardcoded values in the code for the files to be saved to a different location. Requirements: Visual Studio 2005, Windows Mobile 5.0 Pocket PC SDK, ActiveSync 4.0.
    2022-03-10 08:30:19下载
    积分:1
  • RMI的处理器au1200系列所用的BOOTLOAD,包括SD卡启动USB启动硬盘启动网络启动,并初始化硬件的所有参数,支持内核调试....
    RMI的处理器au1200系列所用的BOOTLOAD,包括SD卡启动USB启动硬盘启动网络启动,并初始化硬件的所有参数,支持内核调试.-RMI
    2022-06-12 13:19:59下载
    积分:1
  • 简单的网上书店
    一个简单的网上书店,有一套完整购物流程基于tomcat + Jap + Sqlserver 实现的在线购物,该项目并不完整,没有后台管理,只是做了一些简单的购物流程的处理,对初学者可能会有写帮助该项目使用MVC设计模式,业务的处理使用servlet 和service,购物车是使用session技术
    2022-03-02 08:28:34下载
    积分:1
  • 结构有限元分析源程序,用FORTRAN90编写,主要用于结构分析。...
    结构有限元分析源程序,用FORTRAN90编写,主要用于结构分析。-Finite Element Analysis source with FORTRAN90 preparation, mainly for structural analysis.
    2022-01-30 15:29:42下载
    积分:1
  • 磁性窗体form,可以创建和winamp一样的窗体.
    磁性窗体form,可以创建和winamp一样的窗体.-magnetic Form form, and Winamp can create the same forms.
    2022-03-04 00:27:43下载
    积分:1
  • 无,用c写的.很好用精美日期选择器1.0版,大家试试吧,谢谢各位了...
    无,用c写的.很好用精美日期选择器1.0版,大家试试吧,谢谢各位了-without using c writes. With exquisite good choice for the date of version 1.0, we try it, thank you a
    2022-03-31 07:48:07下载
    积分:1
  • 是一个计算器的小程序,很适合初学者用于研究试用,应该时很有启的...
    是一个计算器的小程序,很适合初学者用于研究试用,应该时很有启发的-Calculator is a small program, it is suitable for beginners used to study the trial, it should be very enlightening when the
    2022-03-24 00:11:40下载
    积分:1
  • 趋势控件可用于科学,工业监控,数据采集,股市分析等领域的数据显示、分析、打印...
    趋势控件可用于科学,工业监控,数据采集,股市分析等领域的数据显示、分析、打印 -trends controls can be used for scientific, industrial control, data acquisition, analysis of the stock market in the areas of data, analysis, Print
    2022-04-18 13:48:44下载
    积分:1
  • Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1...
    Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed May.11 基本完成,除了改变窗口大小。 May.12 全部完成,可以将窗口设为两种大小,并可保存最后的改变。 May.20 更正成绩保存代码,以及状态栏异常////////////////Classes: Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的 挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的 完全管理. -Sameball /// /// //// History Apr.30 DirectDraw completed initialization, in the Release Edition normal work May.1 completed a major data categories SameBallMap May.2 corrected the error, completed the interface . May.2 SameBallMap again corrected the erroneous May.8 added DirectSound, the major source cited in Eugene Olafsen (US) waiting for MFC Programming with Visual C 6 May.11 basically completed 119,000, in addition to changing the size of the window. May.12 completed, the window c
    2022-03-19 21:09:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载