Download List

项目描述

The Shared Scientific Toolbox is a library that facilitates development of efficient, modular, and robust scientific/distributed computing applications in Java. It features multidimensional arrays with extensive linear algebra and FFT support, an asynchronous, scalable networking layer, and advanced class loading, message passing, and statistics packages.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-10 17:48
1.12

联网包已被广泛重构,使连接回调处理程序可以实现独立的传输机制。拦截过滤机制已正式增加自定义协议的编程。以前的依赖关系一直解耦个别包单独使用的期待。整个代码库已被美化和改造,以符合最佳做法。构建过程已经更新,同时支持32 - 和64位Windows交叉编译。 .*层次的共享已更名为org.shared .*.
The networking package has been extensively refactored so that connection callback handlers can be implemented independently of transport mechanisms. The intercepting filter mechanism has been formalized to increase programmability of custom protocols. Previous dependency relations have been decoupled in anticipation of standalone use of individual packages. The entire codebase has been beautified and reworked to conform to best practices. The build process has been updated to support both 32- and 64-bit Windows cross-compilation. The shared.* hierarchy has been renamed to org.shared.*.

2010-04-02 19:41
1.11

更增加了阵列的方法,如#Concat的阵列,并IntegerArray#ndgrid。资源说明已更新不那么冗长。在生成过程已被更新,以适应Mac OS X的压缩和解压解码器已被添加作为shared.codec方案的一部分。一个Ubuntu包现已推出。在JNI库多个安全漏洞是重构和固定。
More array methods have been added, like Array#concat and IntegerArray#ndgrid. Resource annotations have been updated to be less verbose. The build process has been updated to accomodate Mac OS X. Compression and decompression codecs have been added as part of the shared.codec package. An Ubuntu package is now available. Multiple bugs in the JNI library were refactored and fixed.

2009-04-21 20:58
1.10

数组对象已更新进行物化的,而不是删除,类型。一种组合工具类增加了。绘制抽象已经升级,以支持地面阴谋。许多阵列实用方法已被添加。网络层已提升到一个内部使用多线程的设计。过滤器引入了抽象,允许用户改变入站和出站的数据。初步SSL / TLS的支持,作为一个过滤器实施,现已推出。
标签: Major feature enhancements
Object arrays have been updated to carry reified, and not erased, types. A utility class for combinatorics has been added. Plotting abstractions have been upgraded to support surface plots. Numerous array utility methods have been added. The networking layer has been upgraded to use an internally multithreaded design. Filter abstractions have been introduced to allow users to transform inbound and outbound data. Preliminary SSL/TLS support, implemented as a filter, is now available.

2009-03-20 21:27
1.09

原始价值的动态可增长的阵列也已被添加。RealArray减少业务,现在接受多层面的利益。许多方便的方法已被添加,包括二进制搜索是最近的“指数的回报”。绘制抽象已可用性和类推改善。构建过程现在完全集成与Apache常春藤。
Dynamically growable arrays of primitive values have been added.
RealArray reduce operations now accept multiple dimensions of interest.
Numerous convenience methods have been added, including binary searching that returns "nearest" indices.
Plotting abstractions have been improved for usability and generalizability.
The build process is now fully integrated with Apache Ivy.

2009-02-14 20:35
1.08

奇异值分解为线性代数操作,特征值分解,矩阵逆已被添加-用户可能会发现作为RealArray#多标准,其中RealArray#梅格斯,并RealArray#mInvert分别。多维稀疏数组已经增加了归于标准阵列接口。爪哇1.6现在需要建立和运行。在生成过程现在使用Apache的常春藤来管理外部依赖。本机层已全部记录在案的使用Doxygen,使目标和增加了。
标签: Major feature enhancements
Linear algebra operations for singular value decomposition, eigenvalue decomposition, and matrix inverses have been added -- the user may find these as RealArray#mSVD, RealArray#mEigs, and RealArray#mInvert, respectively. Multidimensional sparse arrays have been added and ascribe to the standard Array interface. Java 1.6 is now required to build and run. The build process now uses Apache Ivy to manage external dependencies. The native layer has been fully documented with Doxygen, and a Make target has been added.

Project Resources