文件名称:STACKS
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.43mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
堆栈、队列的链式实现
基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能:
以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。
以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。
查找出队列中的最大元素。
利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。
提高要求:
系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue chain to achieve
Basic Requirements: The program is designed to have a simple DOS interface, user-friendly operation, complete the following functions:
With chain storage, to achieve stack stack, stack, take the top element function.
With chain storage, with a header node to achieve the cycle queue into the team, a team, take the team s first element, find the queue length.
Find the largest element in the queue.
Achieved using a stack of queue, set against the elements, and outputs the results to a text file.
Improve the requirements:
Run-time system to read from a text file stack, queue element information, can run the end of the stack, queue information is saved to the latest element in the corresponding file.
基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能:
以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。
以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。
查找出队列中的最大元素。
利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。
提高要求:
系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue chain to achieve
Basic Requirements: The program is designed to have a simple DOS interface, user-friendly operation, complete the following functions:
With chain storage, to achieve stack stack, stack, take the top element function.
With chain storage, with a header node to achieve the cycle queue into the team, a team, take the team s first element, find the queue length.
Find the largest element in the queue.
Achieved using a stack of queue, set against the elements, and outputs the results to a text file.
Improve the requirements:
Run-time system to read from a text file stack, queue element information, can run the end of the stack, queue information is saved to the latest element in the corresponding file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
堆栈、队列的链式实现/Debug/stacks.exe
堆栈、队列的链式实现/Debug/stacks.ilk
堆栈、队列的链式实现/Debug/stacks.pdb
堆栈、队列的链式实现/stacks/data.dat
堆栈、队列的链式实现/stacks/Debug/BuildLog.htm
堆栈、队列的链式实现/stacks/Debug/data.dat
堆栈、队列的链式实现/stacks/Debug/mt.dep
堆栈、队列的链式实现/stacks/Debug/stacks.exe
堆栈、队列的链式实现/stacks/Debug/stacks.exe.intermediate.manifest
堆栈、队列的链式实现/stacks/Debug/stacks.ilk
堆栈、队列的链式实现/stacks/Debug/stacks.obj
堆栈、队列的链式实现/stacks/Debug/stacks.pch
堆栈、队列的链式实现/stacks/Debug/stacks.pdb
堆栈、队列的链式实现/stacks/Debug/vc60.idb
堆栈、队列的链式实现/stacks/Debug/vc60.pdb
堆栈、队列的链式实现/stacks/Debug/vc90.idb
堆栈、队列的链式实现/stacks/Debug/vc90.pdb
堆栈、队列的链式实现/stacks/reverse.txt
堆栈、队列的链式实现/stacks/stacks.cpp
堆栈、队列的链式实现/stacks/stacks.dsp
堆栈、队列的链式实现/stacks/stacks.dsw
堆栈、队列的链式实现/stacks/stacks.ncb
堆栈、队列的链式实现/stacks/stacks.opt
堆栈、队列的链式实现/stacks/stacks.plg
堆栈、队列的链式实现/stacks/stacks.vcproj
堆栈、队列的链式实现/stacks/stacks.vcproj.takato-PC.takato.user
堆栈、队列的链式实现/stacks.ncb
堆栈、队列的链式实现/stacks.sln
堆栈、队列的链式实现/stacks.suo
堆栈、队列的链式实现/stacks/Debug
堆栈、队列的链式实现/Debug
堆栈、队列的链式实现/stacks
堆栈、队列的链式实现
堆栈、队列的链式实现/Debug/stacks.ilk
堆栈、队列的链式实现/Debug/stacks.pdb
堆栈、队列的链式实现/stacks/data.dat
堆栈、队列的链式实现/stacks/Debug/BuildLog.htm
堆栈、队列的链式实现/stacks/Debug/data.dat
堆栈、队列的链式实现/stacks/Debug/mt.dep
堆栈、队列的链式实现/stacks/Debug/stacks.exe
堆栈、队列的链式实现/stacks/Debug/stacks.exe.intermediate.manifest
堆栈、队列的链式实现/stacks/Debug/stacks.ilk
堆栈、队列的链式实现/stacks/Debug/stacks.obj
堆栈、队列的链式实现/stacks/Debug/stacks.pch
堆栈、队列的链式实现/stacks/Debug/stacks.pdb
堆栈、队列的链式实现/stacks/Debug/vc60.idb
堆栈、队列的链式实现/stacks/Debug/vc60.pdb
堆栈、队列的链式实现/stacks/Debug/vc90.idb
堆栈、队列的链式实现/stacks/Debug/vc90.pdb
堆栈、队列的链式实现/stacks/reverse.txt
堆栈、队列的链式实现/stacks/stacks.cpp
堆栈、队列的链式实现/stacks/stacks.dsp
堆栈、队列的链式实现/stacks/stacks.dsw
堆栈、队列的链式实现/stacks/stacks.ncb
堆栈、队列的链式实现/stacks/stacks.opt
堆栈、队列的链式实现/stacks/stacks.plg
堆栈、队列的链式实现/stacks/stacks.vcproj
堆栈、队列的链式实现/stacks/stacks.vcproj.takato-PC.takato.user
堆栈、队列的链式实现/stacks.ncb
堆栈、队列的链式实现/stacks.sln
堆栈、队列的链式实现/stacks.suo
堆栈、队列的链式实现/stacks/Debug
堆栈、队列的链式实现/Debug
堆栈、队列的链式实现/stacks
堆栈、队列的链式实现
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.