搜索资源列表
Java Threads, 2Ed (Source).rar
- Java Threads, 2Ed (Source)
TimerDemo
- 一个使用线程与定时功能的JAVA小程序,-use of a functional and timing threads JAVA small program
java--- 线程同步
- java实现的线程同步-achieve simultaneous threads
java线程
- 用java 写的线程程序-threads procedures
Threads
- java课程设计,使用java多线程技术模拟接力赛赛跑,很好的例子
Apress-Taming-Java-Threads
- 这是对应的书Apress-Taming-Java-Threads.pdf
JAVA考试题_致命无痕
- 在面板上用线程画圆。并隔时间改变颜色。-the panel with threads Circle. And repeat it at the time change in color.
MyQTTS 科大讯飞语音合成服务Java接口的二次封装
- 对科大讯飞语音合成服务Java接口的二次封装,可由程序的线程锁来控制几个线程同时f访问TTS。-For speech synthesis iFLYTEK service Java interface of the second package, the program can be thread-locking to control access to several threads simultaneously f TTS.
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
Java Threads, 2Ed (Source)
- Java Threads, 2Ed (Source)-Java Threads, 2Ed (Source)
multithread2008
- Java的多线程,程序、进程和线程的概念,实现多线程的两种方式,线程同步的原理,线程的死锁,运用wait和notify来实现producer - consumer关系,线程终止的两种情况。-Java multi-threading, procedures, process and thread the concept of the realization of multi-threaded in two ways, the principle of simultaneous threads, t
j-threads
- Introduction to Java Threads-Introduction to Java Threads...
threads
- Threads为JAVA线程序例子集合.能方便了解JAVA线程的运作-thread
SemaDemo
- 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blue (cyan) colour. To execute in
javaphone
- 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-System all the way to stimulate the use of events, all worker threads are event-driven model, so to ensure maximum effic
javaer2r2
- java线程入门,一本关于JAVA线程的书,我受益匪浅-Introduction to java threads, JAVA thread on a book, I benefited from
ss
- Java线程的实例,Java多线程开发。多线程开发学习-Instances of Java threads, Java multi-threaded development. Learning multi-threaded development
Head First Java 中文高清版
- 《Head First Java》是本完整的面向对象(object-oriented,OO)程序设计和Java的学习指导。此书是根据学习理论所设计的,让你可以从学习程序语言的基础开始一直到包括线程、网络与分布式程序等项目。最重要的,你会学会如何像个面向对象开发者一样去思考。("Head First Java" is a complete object oriented (object-oriented, OO) programming and Java learning gu
JAVA线程池实验报告.docx
- 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
Java
- 1.基于java线程的坦克大战小游戏 2.多重地图,多重关卡 3.利用文件读取改变地图属性,坦克属性等 4.利用绘图技术,重绘地图。(tank war games based on Java threads 2. multiple maps, multiple levels 3. use file read to change map attributes, tank attributes, etc.)