搜索资源列表
ThreadTestsAllInOne
- \"多线程的例子\"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、 挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档) 使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is a classic example of accumu
threadmanegaer
- 多线程管理系统,可用于售票服务和排队服务的优先级等等,java实现-multithreading management system can be used for ticketing services and the priority queue levels, and so on, to achieve java
Java多线程
- 此示例效果用Java多线程来实现,通过设置线程的优先级,来控制小球的运行速度. 程序运行后,单击\"Start\"按钮,弹出一个黑色小球 单击\"Express\"按钮,弹出一个红色小球.如果你的内存足够大,你可以连续单击(Start或Express),挺不错的.....
BounceExpress
- 通过设置线程的优先级,实现两种小球的不同动作。-threaded through the establishment of priorities to achieve two small balls of different movements.
JavatestThreadPriority
- 一个用Java编写的测试线程的优先级别的演示程序.-a Java test prepared by the level of priority threads demonstration program.
Bounce1
- 一个用JAVA编写的多线程小球运动的东西,希望大家能对多线程运行的原理以及优先级等问题有更深入的理解-with Java to prepare a multi-threaded ball movement things, I hope you will run right multithreading, and the principle of priority issues such as a more in-depth understanding
upprithread
- upprithread java 线程优先级-upprithread java example
Java
- 线程同步优先级问题,钙离子简单易懂,一目了然。-Priority thread synchronization problems, calcium easy to understand at a glance.
Java_programming_code_improve_thread_priority
- Java编程实现提高线程优先级经典代码Java programming code to improve thread priority Classic-Java programming code to improve thread priority Classic
Process-scheduling-to-achieve
- 本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
ThreadTest
- java 中的多线程程序实例,包括:线程的创建方式、线程的生命周期、线程的方法(启动、挂起、唤醒、优先级等)-The multi-threaded java program example
Scroll-word
- java交互界面动态实现线程的运行,以及线程的优先级,开启与关闭-java interface to achieve dynamic thread running, as well as thread priority, opening and closing
ThreadCreate
- 例子中包含了两种创建线程的方法:一种是创建用户自己的线程子类,另一种是在用户自己的类中实现Runable接口。线程优先级以及同步。 -Two examples are included to create threads: one is to create your own thread subclass, the other is a user interface to achieve Runable own class. Thread priority and synchronizati
jthreadmace
- Java线程优先级示例-赛马,Java 虚拟机在调度各线程运行时,并非每个线程的运行机会相同,调度机制根据各线程的优先级调度各线程。因而,优先级高的线程获得的运行时间就多,优先级低的线程获得的运行时间就少。 本例演示了不同优先级的线程在完成同一个任务时的不同进度,来验证上面的结论。高优先级的线程获得运行的机会多。同时开始的两个不同优先级的线程,在做同一个任务时的不同进度。-Java thread priority example- horse racing, Java virtual
Writer
- 疯狂的打印机. 分别使用 Thread 和 Runnable写具有两个同样功能的线程,打印从1-1000的数字。将靠后start的线程的优先级设为8,再执行一次。两次结果分别输出至“writer.txt”和“writer8.txt”-Crazy printer respectively use Thread and Runnable write the same function with two threads, printing digital 1-1000. The rearwa