文件名称:Multithreaded-program-insertion
- 所属分类:
- Internet/网络编程
- 资源属性:
- [WORD]
- 上传时间:
- 2013-05-29
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 郦**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
开发一个多线程程序同时对一个链表进行节点插入。
(1)要求算法正确
(2)该系统要求使用头插法,插入结果正确,并输出结果。
(3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。
(4)给出正确的链表受到保护的实现。要求使用线程同步机制。
-The development of a multi-threaded program while a linked list node inserted. (1) requires the correct algorithm (2) The system requires the use of head interpolation method, insert the result is correct, and outputs the result. (3) requires that the analog of a multithreaded program resource sharing problem. In this procedure embodied list node is lost. (4) is protected to give the correct implementation of the linked list. Require the use of thread synchronization mechanism.
(1)要求算法正确
(2)该系统要求使用头插法,插入结果正确,并输出结果。
(3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。
(4)给出正确的链表受到保护的实现。要求使用线程同步机制。
-The development of a multi-threaded program while a linked list node inserted. (1) requires the correct algorithm (2) The system requires the use of head interpolation method, insert the result is correct, and outputs the result. (3) requires that the analog of a multithreaded program resource sharing problem. In this procedure embodied list node is lost. (4) is protected to give the correct implementation of the linked list. Require the use of thread synchronization mechanism.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
网络编程实验哈工大威海.doc