搜索资源列表
MS-Word_yang
- 模拟实现对windows的记事本多线程查找,使用eclipse写的,功能很简单,不过对于理解JAVA中的多线程编程很有帮助。
Thread
- java源代码,界面是两个窗口,彼此进行信息的输入和发送,具备清除信息的功能,是利用两个线程编程实现信息的传递-java source code, interfaces are two windows, each other' s input and information sent with the function of clear information is the use of two-thread programming implementation of the transm
Lei
- 描雷的实现: java多线程实现.可现windows描雷的功能。 J2se编程,使用swing控件和事件. -Describe the realization of mine: java multithreading to achieve. Windows can now describe the functions of mine. J2se programming, using the swing controls and events.
2
- 多线程编程可以使程序具有多条并发执行线索,就像日常工作中由多人同时合作完成一个任务。 2、线程: (1)线程是指程序的一个指令执行序列,WIN32 平台支持多线程程序,允许程序中存在多个线程。 (2) 在单 CPU 系统中,系统把 CPU 的时间片按照调度算法分配给各个线程,因此各线程实际上是分时执行的,在多 CPU 的 Windows NT 系统中, 同一个程序的不同线程可以被分配到不同的 CPU 上去执行。 -Multithreaded programming can mak
PointCol
- 本人细心整理,分享出来供大家学习 | ============================= 一、 Java基础方面 二、 Java线程方面 三、 Servlet方面 四、 Java网络通信方面 五、 Java高级方面 六、 数据库方面 七、 XML方面 八、 EJB方面 九、 应用服务器方面 十、 J2EE(JSP、MVC)方面 十一、 Struts2方面 十二、 Hibernate方面 十三、 设计模式方面 十四、 UML方面