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

Web Services原理与研发实践

Web Services原理与研发实践

顾宁刘家茂柴晓路 / 机械工业出版社 / 2006-1 / 33.00元

本书以web services技术原理为主线,详细解释、分析包括XML、XML Schema、SOAP、WSDL、UDDI等在内在的web Services核心技术。在分析、阐述技术原理的同时,结合作者在Web Services领域的最新研究成果,使用大量的实例帮助读者深刻理解技术的设计思路与原则。全书共有9章,第1章主要介绍web Services的背景知识;第2-7章着重讲解webServic......一起来看看 《Web Services原理与研发实践》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码