文件名称:BookManager

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 15kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • jam****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

在这个题目里,要求你去实现一个链表称为循环链表的变化。链表应该能够被用来保留任何对象类型的数据。在一个循环链表的最后一个节点 相连字段不为空,而是指回第一个节点。你的执行应当至少包括以下操作:

1.添加到列表的末尾

2.删除指定项从列表

3.检索一个指定的项目从列表

4.使用Iterator遍历列表

5.退出程序.



您可能包括其他必要操作。

你已使用链表实施以上操作,编写一个应用程序代码来测试您的链表。选择一个对象(如图书,工人,零售项目等),定义为对象类,并创 建一个列表在这些对象。允许您的应用程序代码来演示的所有链表定义的操作使用。-In this question, you are required to implement a variation of the linked list ADT called a circular linked list. The linked list should be able to be used to keep any Object type data. The linked field of the last node of a circular linked list is not NULL, instead it points back to the first node. Your implementation should at least include the following operations:



 Add to the end of the list

 Remove a specified item from the list

 Retrieve a specified item from the list

 Traverse the list using an Iterator



You may include other operations deemed necessary.



Using the Linked List ADT that you have implemented above, write an application code to test your ADT. Choose an object (such as Book, Worker, Retail Item, etc), define the class for the object, and create a list to work on these objects. Allow your application code to demonstrate the use of all the operations defined in the Linked List ADT.

in this Question, there has includes:
相关搜索: 遍历

(系统自动生成,下载前可以参看下载内容)

下载文件列表

Book Manager\Book Manager.jcd

............\Book Manager.jcp

............\Book Manager.jcu

............\Book Manager.jcw

............\Book Manager2.jcu

............\classes\BookFrameForm$1.class

............\.......\BookFrameForm.class

............\.......\BookInfo.class

............\.......\BookNode.class

............\.......\BookOperate$IteratorChild.class

............\.......\BookOperate.class

............\.......\Book_Manager.class

............\src\BookFrameForm.java

............\...\BookInfo.java

............\...\BookNode.java

............\...\BookOperate.java

............\...\Book_Manager.java

............\classes

............\src

Book Manager

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org