Java数值计算包 jLab

码农软件 · 软件分类 · 其他开发相关 · 2019-10-31 20:44:34

软件介绍

jLab是数值计算的Java执行环境。该jLab环境的目的是提供一个基于Matlab / Scilab喜欢的科学计算平台所支持的脚本引擎执行的Java语言。
The current jLab version provides four scripting engines:
  1. The j-Script engine which is Matlab-like, interpreted, but unfortunately relatively slow.
  2. The GroovySci compiled scripting engine which is based on the Groovy 1.6-beta source, with extensions to provide Matlab-like matrix operations. This is the default scripting engine.
  3. The JavaSci mode which is scripting Java, ultimately fast, about 10 to 30 times faster than GroovySci, but lacks many high-level Matlab-like features of GroovySci.
  4. The compiled j-Script engine, which is Matlab-like in syntax, has similar speed with the latest Matlab version, and works by compiling to GroovySci and to pure Java. Although many constructs are currently supported, it requires still much work.

本文地址:https://www.codercto.com/soft/d/17991.html

An Introduction to the Analysis of Algorithms

An Introduction to the Analysis of Algorithms

Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99

This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具