RSJava

码农软件 · 软件分类 · 其他开发相关 · 2019-10-26 06:58:46

软件介绍

Java调用R语言或S语言的接口,示例代码:

# This FALSE is important as otherwise we end up calling make twice, once in the constructor
# and once here after we have specified the super class.
gen <- .JavaConstructor("ForeignReferenceClassGenerator", "java.awt.event.ActionListener", "RActionListener", FALSE)
.Java(gen, "superClassName", "org.omegahat.R.Java.RForeignReference")
.Java(gen,"make")
.Java(gen,"write", .JavaConstructor("File", "/tmp/RActionListener.class"))


# Now load it, assuming /tmp/ is in your classpath.
.Java(NULL, 'findClass', "RActionListener")

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

Effective JavaScript

Effective JavaScript

David Herman / Addison-Wesley Professional / 2012-12-6 / USD 39.99

"It's uncommon to have a programming language wonk who can speak in such comfortable and friendly language as David does. His walk through the syntax and semantics of JavaScript is both charming and h......一起来看看 《Effective JavaScript》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具