搜索资源列表
ThreadCreatyan
- 本例说明了线程的使用,两个小球的运动是用两个线程实现的。-illustration of the use of the thread, two small ball movement is using two threads achieved.
ff001
- 本例通过创建2个线程分别实现2个小球在固定区域里运动,通过本例希望您能掌握对线程的创建、停止操作。
ff002
- 本例通过创建2个线程分别实现2个小球在固定区域里运动,通过本例希望您能掌握对线程的创建、停止操作。
thrdapplet2
- 本程序利用多线程,实现了无闪动的小球运动的动画效果。
BallMove
- 使用线程实现了三个小球以不同速度运动的程序-Using threads to achieve three different speeds ball movement procedures
ThreadCreat
- 本例介绍了多线程之间的同步和运行,实现两个小球交替运动-This example describes the synchronization between multiple threads and run to achieve two ball alternating movement
BallTh
- 自己写的一个桌面小球程序,每点击一次按钮,就有一个新的线程被建立,每个线程对应于一个运动的小球-Wrote it myself a desktop small ball program, every click of a button, there is a new thread is created, each thread corresponds to a movement of the small ball
BallMove
- 在对话框窗口中,利用三个线程分别实现红、绿、蓝三个小球做往复运动-In the dialog window, using three separate threads to achieve red, green, and blue three small balls to do reciprocating motion
MulThread
- 多线程编程实例,一个线程控制进度条,另一个线程控制小球运动。本例子是学习多线程编程很界面编程很好的例子-Multi-threaded programming examples, a thread of control progress bar, another thread of control ball movement. This example is multi-threaded programming is to learn good example of programming int
ThreadCreat0
- 该程序通过创建两个线程分别实现连个小球(红色大球和蓝色小球)在固定区域里的运动。即单击启动按钮,开启两个线程,连个小球分别以不同的速度运动;单击停止按钮,蓝色小球线程被停止,红色小球继续运动。-The program achieved by creating two threads with a small ball (big red ball and blue ball) in a fixed area in the movement. That is, click the Start but
BallMove
- 多线程程序。用三个可控制运动与停止的小球模拟实现。-MultiThread。Three balls try to do so.
