- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://jlab.dev.java.net/
软件介绍
jLab是数值计算的Java执行环境。该jLab环境的目的是提供一个基于Matlab / Scilab喜欢的科学计算平台所支持的脚本引擎执行的Java语言。
The current jLab version provides four scripting engines:
- The j-Script engine which is Matlab-like, interpreted, but unfortunately relatively slow.
- 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.
- 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.
- 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.
python学习手册(原书第5版)
马克·卢茨 / 机械工业出版社 / 2018-10 / 219
如果你想动手编写高效、高质量并且很容易与其他语言和工具集成的代码,本书将快速地帮助你利用Python提高效率。本书基于Python专家的流程培训课程编写,内容通俗易懂。本书包含很多注释的例子和插图,以帮助你开始使用Python2.7和3.3。每章都包含关于Python语言的重要组成部分的一节课。本书主要内容:了解Python的主要内置对象类型,如数字、列表和字典;创建和处理对象的Python语句,......一起来看看 《python学习手册(原书第5版)》 这本书的介绍吧!
