搜索资源列表
javathread
- java 多线程同步-multithreaded synchronization
ThreadTestsAllInOne
- \"多线程的例子\"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、 挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档) 使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is a classic example of accumu
CovertToFlv
- JSP上传视频后自动转成flv的核心JAVA方法 使用的时候只要通过ConvertThreadProxy 类的静态方法将源视频绝对地址(包括文件名+括展名)和要生成的FLV文件的绝对地址(包括文件名+括展名)以字符串的方式传进去即可!因为用的是多线程,所以转换过程不会占用当前线程! 核心转换类是线程同步的,所以您不用担心并法问题,因为一次只能转换一个文件!-JSP automatically transferred into the core Java flv ways
cache4j_0.4_src
- cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching,
horse
- 五匹马赛跑,多线程同步实现马过桥,到达终点时显示时间,蛮好玩的
turboshop_v3.5.0
- 全站生成静态HTML,网站数据发生变化,系统自动同步,无需人工干预。经压力测试表明,网站整体性能提升5-10倍。 每天自动备份数据库,可任意设置备份天数,可从备份中直接恢复整个数据库,可把整个数据库下载到本地。 引入多线程任务系统,提升系统效率和改善用户体验。 自动生成缩略图,自动增加水印,批量增加水印 全面兼容Firefox
bang
- 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
javasocket
- 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。 这里应用到了同步,使两个线程可以操作同一个map。 -1. Socket communications: There are client and service side of the socket code. 2. Multi-threading: client and server uses one threa
JuristsEatingProblem(graphicsversion)
- 学家就餐问题(图形版),此程序演示了Java多线程同步的概念,形象生动!-Jurists eating problem (graphics version), the Java program to demonstrate the concept of simultaneous multithreading, a vivid image!
java_threaddemo
- 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
Java-10-source-code
- Java 10大经典案例,包括applet,数据流输入输出,多线程同步处理,计算器,象棋游戏等。-Java classical
ThreadDemo1
- 该程序执行的功能是以同步代码块方式解决多线程同步,在Java编程中经常碰到-Perform the functions of the program is to resolve the synchronized block synchronized multi-threaded, often encountered in the Java programming
ThreadDemo3
- 该程序是关于多线程的,是用同步方法的方式解决多线程同步存在局限性的例子-The program is about multi-threaded, synchronization method is the way to solve the limitations of many examples of thread synchronization
StaticMethodDemo
- 多线程同步函数被静态修饰后,class对象锁-Multithreaded synchronization function is modified static class object lock
nachos
- nachos-java 开源代码 内涵多线程 同步时钟等-the nachos-java open source code connotation multi-threaded synchronous clock
philosopher
- 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining Philosophers problem is a classic computer science problem, used to demonstrate multi-thread synchronization in parallel computing (Synchronization) problems arising.
myThread
- 两个种实现多线程同步的方法,使三个线程分别打印12345另一个打印678910依此类推。-Two kinds of methods to achieve multi-thread synchronization, so that three threads are printing another Print 12345 678910 and so on.
SyncExample
- 在线程安全中的关于多线程同步方法的实例 这是一个多线程同步的例子-Security thread on the multi-thread synchronization method of examples
多线程代码和敏捷流程讲述
- 主要是项目的敏捷开发和多线程代码,线程并发设计线程同步,敏捷开发是项目的主流过程,是一个软件系统维护和管理的基本方法(Multi-threaded and agile development)
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)