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.

2009-01-13 07:25
1.07

IntegerArray现在支持找到提取指数沿层面的运作。 API的方法名称已被更新,以避免阴影。许多dimensionwise和elementwise行动已增加了IntegerArrays和RealArrays。矩阵#诊断操作已被添加,并作为回报对角线列向量。还有的控制#转移方便的方法更多的变种。多维数组的I / O已被作为一种服务抽象。
标签: Major feature enhancements
IntegerArray now supports the find operation for extracting indices along a dimension. API method names have been updated to avoid shadowing. Numerous dimensionwise and elementwise operations have been added for IntegerArrays and RealArrays. The Matrix#diag operation has been added, and returns diagonals as column vectors. There are more variants of the Control#transfer convenience method. Multidimensional array I/O has been abstracted as a service.

2008-12-22 16:45
1.06

用于读写Matlab的“垫”文件的支持增加了,从而能够读取的海温多维数组Matlab的多维数组,反之亦然。许多elementwise操作已被添加到多维数组。平均过滤器已添加。阿缺陷导致类加载机制,以生成的临时文件过多的数目已定。
标签: Minor feature enhancements
Support for reading and writing Matlab "mat" files has been added, making it possible to read in Matlab multidimensional arrays as SST multidimensional arrays, and vice versa. Numerous elementwise operations have been added to multidimensional arrays. Mean filters have been added. A defect that caused class loading mechanisms to generate an excessive number of temporary files has been fixed.

2008-11-30 20:55
1.05

注释驱动的有限状态机的规格已经建立,以及一个注解驱动的命令行参数的API使用Apache风景CLI的库底。拉普拉斯高斯过滤器已被添加。替代数组切片语义已被添加。采伐基础设施被更新,可以使用下面SLF4J Log4J的。 CMake构建过程中的已更新。现在完整的分布与静态链接,预编译的FFTW 3.2。目录结构船只已被改组,以从源代码分开瓶罐。
标签: Major feature enhancements
An annotation-driven finite state machine
specification has been created, along with an
annotation-driven command line argument API using
the Apache Commons CLI library underneath.
Laplacian of Gaussian filters have been added.
Alternate array slicing semantics have been added.
The logging infrastructure has been updated to use
Log4J underneath SLF4J. The CMake build process
has been updated. The full distribution now ships
with statically linked, precompiled FFTW 3.2.
Directory structure has been reorganized to
separate Jars from source code.

2008-11-02 09:03
1.04

伐木迁移到SLF4J。在建立本地库的进程迁移到CMake构建系统生成的。专用的Java基础类1.6其他backports中流行的方法已被添加。微妙的类加载器的内存泄漏已得到修复。源分布已合并成一个单一的分布具有Linux的32位Linux 64位和Windows 32位之上。视窗为基础的本地库已得到修复,以符合JNIEXPORT,JNIIMPORT和JNICALL公约。阿README文件已被添加到所有发行。
标签: Major feature enhancements
Logging has migrated to SLF4J. The build process for native libraries has migrated to CMake for build system generation. Additional backports of popular methods exclusive to the Java 1.6 foundation classes have been added. Subtle class loader memory leaks have been fixed. Source distributions have been consolidated into a single distribution featuring Linux 32-bit, Linux 64-bit, and Windows 32-bit builds. Windows builds of native libraries have been fixed to conform for JNIEXPORT, JNIIMPORT, and JNICALL conventions. A README file has been added to all distributions.

2008-09-04 15:45
1.03

该shared.metaclass包已被添加,使细类装载行为,对细粒度控制,用户手册已经更新。多维数组类已被修改,以支持具有零维空数组操作。源代码,特别是本土层,已进行了改组,使之更加模块化和可读性。许多建设和抚养问题已经得到解决。在SST现在完全符合Java 1.5的方法backports中从java.util.Arrays 1.6版本。
标签: Major feature enhancements
The shared.metaclass package has been added to
enable fine-grained control over class loading
behavior; the user manual has been updated
accordingly. Multidimensional array classes have
been modified to support manipulation of empty
arrays that have a zero dimension. The source
code, especially the native layer, has been
reorganized to make it more modular and readable.
Many build and dependency issues have been
resolved. The SST is now fully Java 1.5 compliant
with backports of methods from the 1.6 version of
java.util.Arrays.

Project Resources