搜索资源列表
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
IntNode
- constrcuct a link list
SkipList
- A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency comparable to balanced binary se
LinkedList
- link list in java java-link list in java java java
JAVALIST
- 了解double-link list與single-link list 的分別,有增加刪除節點功能-About double-link list with the single-link list respectively, an increase in function to delete nodes
LinkedList
- link list program implementation in java
datastructure_java
- it contains all program for java data structure like dynamic link list stack queue tower of hanio
Prac-2-Solutions
- put your list in the link list
finalproj
- code for bidirectional link list
Queue-using-linked-list
- queue using link list java implementation
banker
- 以LINK LIST所編寫成的銀行家演算法 a.可用的 Allocation ( i ):表示第 i 個處理單元目前已分配到的資源數目。 b.最大值Max ( i ):表示第 i 個處理單元所要求資源的總數量。 c.需求Need ( i ):表示第 i 個處理單元尚需要的資源數量;即 Need ( i ) = Max ( i ) - Allocation ( i ) d.可用的 Available:表示系統中尚未使用的資源數目-LINK LIST compiled by th
link
- 链表动态演示,用java的动态描述链表的工作原理,查找插入删除的具体方法-Dynamic presentation of the linked list, java dynamic descr iption of the working principle of the linked list, find the specific insertion and deletion
checknet
- 给定一个计算机网络以及机器间的双向连线列表,每一条连线与允许两端的计算机进行直接的文件传输,其他计算机间若存在一条连通路径,也可以进行间接的文件传输。-Given a computer network and machine between the two-way link list, each line and allows the ends of the computer direct file transfer between computers, other if there is a
link
- 本程序的目的是模拟实现一个简单的单链表操作的类,可以向其中添加若干字母(A-Z)作为其节点元素。 要求:使用字符用户界面。程序功能: 1. 可以随机选取若干个字母,添加到自制的单链表中。字母取值范围是[A,Z] 2. 可以取得该单链表的补集(全集为A, B, C, … Z)。 3. 可以求取两个单链表的交集。 4. 可以求取两个单链表的并集。 5. 可以对功能4生成的并集去除冗余元素。 -The purpose of this program is to simula
Link
- 链表的添加、删除、查找简单操作的一些代码-List to add, delete, find some code for simple operation
Link
- 链表的基本操作,包括添加,删除,查找-The basic operation of the linked list, including add, delete, search, etc
Link
- 链表实现增删改查,用JAVA语言来实现这些操作-List to achieve CRUD, using JAVA language to implement these operations
LinkedList
- LinkedList is an implementation of {@link List}, backed by a doubly-linked list.
link
- 链表实现,java,链表工作的演示方法,数据结构-Presentation methods linked list implementation, java, list of work, data structures
LinkList
- a simple Sorting Link list in java