文件名称:link
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 吴**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序的目的是模拟实现一个简单的单链表操作的类,可以向其中添加若干字母(A-Z)作为其节点元素。
要求:使用字符用户界面。程序功能:
1. 可以随机选取若干个字母,添加到自制的单链表中。字母取值范围是[A,Z]
2. 可以取得该单链表的补集(全集为A, B, C, … Z)。
3. 可以求取两个单链表的交集。
4. 可以求取两个单链表的并集。
5. 可以对功能4生成的并集去除冗余元素。
-The purpose of this program is to simulate a simple operation of a singly linked list class, to which add a number of letters (AZ) as the node element. Requirements: character user interface. The program features: (1) can randomly select a number of letters added to the homemade singly linked list. The letters range [A, Z] 2. Can obtain the complement of the singly linked list (Complete A, B, C, ... Z). You can strike the intersection of two singly linked list. Can strike a singly linked list and set. 5 function 4 can be generated and set to remove redundant elements.
要求:使用字符用户界面。程序功能:
1. 可以随机选取若干个字母,添加到自制的单链表中。字母取值范围是[A,Z]
2. 可以取得该单链表的补集(全集为A, B, C, … Z)。
3. 可以求取两个单链表的交集。
4. 可以求取两个单链表的并集。
5. 可以对功能4生成的并集去除冗余元素。
-The purpose of this program is to simulate a simple operation of a singly linked list class, to which add a number of letters (AZ) as the node element. Requirements: character user interface. The program features: (1) can randomly select a number of letters added to the homemade singly linked list. The letters range [A, Z] 2. Can obtain the complement of the singly linked list (Complete A, B, C, ... Z). You can strike the intersection of two singly linked list. Can strike a singly linked list and set. 5 function 4 can be generated and set to remove redundant elements.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
链表操作\.classpath
........\.project
........\.settings\org.eclipse.jdt.core.prefs
........\bin\link.class
........\...\LinkList.class
........\...\Node.class
........\src\link.java
........\.settings
........\bin
........\src
链表操作
........\.project
........\.settings\org.eclipse.jdt.core.prefs
........\bin\link.class
........\...\LinkList.class
........\...\Node.class
........\src\link.java
........\.settings
........\bin
........\src
链表操作