文件名称:2
介绍说明--下载内容来自于网络,使用问题请自行百度
1. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈)。
1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生顺序栈。
2) 实现入栈操作,输入需入栈的值,如入栈成功,显示“入栈成功!”,否则显示“入栈失败!”并说明失败原因。
3) 实现出栈操作,如出栈成功,显示“出栈成功!”,否则显示“出栈失败!”并说明失败原因。
4) 顺序栈中元素依次出栈,并显示 。
2. 实现循环队列的基本操作(初始化、判断队空、判断队满、入队、出队)。
1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生循环队列。
2) 实现入队操作,输入需入队的值,如入队成功,显示“入队成功!”,否则显示“入队失败!”并说明失败原因。
3) 实现出队操作,如出栈成功,显示“出队成功!”,否则显示“出队失败!”并说明失败原因。
4) 循环队列中元素依次出栈,并显示。
3.用栈实现十进制到二进制的转换。注意判断栈满和栈空的情况。
要求:输入一个十进制数和需要转换的进制,输出相应的进制的值。(进制可以为2,4,8,16进制中的一种);-1. The basic operating order of the stack (initialization, judge the stack is empty, judgment, into the stack and the stack).
1) the keyboard input of a series of integers, when the input value is 0, stop input, generate stack sequence.
2) to achieve stack operation, the input to the value of the stack in the stack is successful, according to stack success! Show stack failure! And state the reason for the failure.
3) to implement the stack operation, such as the stack is successful, according to the stack success! Display stack failed! And state the reason for the failure.
4) order element in turn out in the stack, and display.
2. Realize the basic operations of a circular queue (initialization, judgment, empty, judgment, team, team, a full team).
1) the keyboard input of a series of integers, when the input value is 0, stop ;
1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生顺序栈。
2) 实现入栈操作,输入需入栈的值,如入栈成功,显示“入栈成功!”,否则显示“入栈失败!”并说明失败原因。
3) 实现出栈操作,如出栈成功,显示“出栈成功!”,否则显示“出栈失败!”并说明失败原因。
4) 顺序栈中元素依次出栈,并显示 。
2. 实现循环队列的基本操作(初始化、判断队空、判断队满、入队、出队)。
1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生循环队列。
2) 实现入队操作,输入需入队的值,如入队成功,显示“入队成功!”,否则显示“入队失败!”并说明失败原因。
3) 实现出队操作,如出栈成功,显示“出队成功!”,否则显示“出队失败!”并说明失败原因。
4) 循环队列中元素依次出栈,并显示。
3.用栈实现十进制到二进制的转换。注意判断栈满和栈空的情况。
要求:输入一个十进制数和需要转换的进制,输出相应的进制的值。(进制可以为2,4,8,16进制中的一种);-1. The basic operating order of the stack (initialization, judge the stack is empty, judgment, into the stack and the stack).
1) the keyboard input of a series of integers, when the input value is 0, stop input, generate stack sequence.
2) to achieve stack operation, the input to the value of the stack in the stack is successful, according to stack success! Show stack failure! And state the reason for the failure.
3) to implement the stack operation, such as the stack is successful, according to the stack success! Display stack failed! And state the reason for the failure.
4) order element in turn out in the stack, and display.
2. Realize the basic operations of a circular queue (initialization, judgment, empty, judgment, team, team, a full team).
1) the keyboard input of a series of integers, when the input value is 0, stop ;
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.