- 授权协议: 未知
- 开发语言: Java
- 操作系统: 未知
- 软件首页: http://schmidt.devlib.org/jiu/index.html
- 软件文档: http://schmidt.devlib.org/jiu/documentation.html
软件介绍
JIU(Java Imaging Utilities)是一个Java包提供加载,解析,处理和保存图象像素.
JIU, the Java Imaging Utilities, is a library which offers functionality to load, analyze, process and save pixel images.
It is written in Java and comes with full source code under the GNU General Public License (GPL) version 2.
JIU requires Java version 1.2 or higher.
Get the latest JIU version from the download page.
The canonical address of the JIU website is <http://schmidt.devlib.org/jiu/>.
The SourceForge overview page of this project can be found at http://sourceforge.net/projects/jiu/.
Feedback on JIU can be given in the Open Discussion Forum or, in rare cases, by personal email.
Java并发编程实战
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / 童云兰 / 机械工业出版社华章公司 / 2012-2 / 69.00元
本书深入浅出地介绍了Java线程和并发,是一本完美的Java并发参考手册。书中从并发性和线程安全性的基本概念出发,介绍了如何使用类库提供的基本并发构建块,用于避免并发危险、构造线程安全的类及验证线程安全的规则,如何将小的线程安全类组合成更大的线程安全类,如何利用线程来提高并发应用程序的吞吐量,如何识别可并行执行的任务,如何提高单线程子系统的响应性,如何确保并发程序执行预期任务,如何提高并发代码的性......一起来看看 《Java并发编程实战》 这本书的介绍吧!
