- 6
- 0
- 约8.79千字
- 约 46页
- 2017-01-01 发布于江西
- 举报
05ChapterJava基础课件第五章.ppt
堆栈类使用举例 import java.util.*; class TestStack { public static void main(String args[]) { Stack mystack=new Stack(); mystack.push(new String(start)); mystack.push(new String(one)); mystack.push(new String(two)); mystack.push(new String(three)); mystack.push(new String(four)); mystack.push(new String(five)); mystack.push(new String(end)); 续 while(!(mystack.empty())) { String temp=(String)mystack.pop(); System.out.print( +temp); } System.out.print(\n); } } 程序执行的效果如下图所示。 5.5 链表(LinkedLis
您可能关注的文档
- 试验设计ch4part2.ppt
- 岩浆岩课程结束复习.ppt
- 构造地质学16550.ppt
- 建筑消防基础.ppt
- 常见零件图.ppt
- JSP_Chapter_5_JavaBean.ppt
- 缺陷和满足62552.ppt
- 中央财经大学王义东2004-2005(上)概率统计教案6.ppt
- 选择岛屿.ppt
- 工程力学65812.ppt
- 2023-2024学年浙江省温州市十校联合体高二(下)期末历史试卷.docx
- 2022-2023学年高中历史人教版(新教材)中外历史纲要(上)第8单元试卷2.docx
- 2022-2023学年高中历史人教版(新教材)中外历史纲要(下)第6单元试卷3.docx
- 2021年北京市丰台区高考一模历史试卷.docx
- 2023-2024学年河北省沧州市部分高中高三(上)期中历史试卷..docx
- 2023-2024学年浙江省嘉兴市高三(上)月考历史试卷(9月份).docx
- 2021年上海市奉贤区高考二模历史试卷.docx
- 2020年北京市朝阳区高考二模历史试卷.docx
- 精品解析:浙江省台州市书生中学2023-2024学年高二上学期开学考试历史试题.docx
- 2023-2024学年北京市朝阳区高二(下)期末历史试卷.docx
原创力文档

文档评论(0)