搜索资源列表
TCPThreadServer
- 通过多线程实现对通信的接收和发送,创建接收线程和创建发送线程来具体实现。-To achieve through the multi-threaded communications receive and transmit, create receiver threads and thread to create a concrete realization sent.
UDPTCP
- 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th