咨询与建议

限定检索结果

文献类型

  • 17 篇 期刊文献
  • 14 篇 会议
  • 5 篇 学位论文

馆藏范围

  • 36 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 28 篇 工学
    • 20 篇 计算机科学与技术...
    • 17 篇 软件工程
    • 7 篇 电气工程
    • 2 篇 信息与通信工程
    • 1 篇 仪器科学与技术
    • 1 篇 控制科学与工程
    • 1 篇 网络空间安全
  • 2 篇 理学
    • 1 篇 物理学
    • 1 篇 化学
    • 1 篇 天文学

主题

  • 36 篇 java native inte...
  • 9 篇 java
  • 6 篇 static analysis
  • 4 篇 languages
  • 4 篇 java virtual mac...
  • 3 篇 reliability
  • 3 篇 jni
  • 3 篇 multilingual pro...
  • 3 篇 android
  • 3 篇 verification
  • 2 篇 language interop...
  • 2 篇 libraries
  • 2 篇 empirical study
  • 2 篇 debugging
  • 2 篇 java shared stub...
  • 2 篇 c shared library
  • 2 篇 c plus
  • 2 篇 java driver
  • 2 篇 java virtual mac...
  • 2 篇 inter-language a...

机构

  • 2 篇 satbayev univ de...
  • 2 篇 harvard univ cam...
  • 2 篇 edge hill univ d...
  • 2 篇 lehigh univ beth...
  • 2 篇 univ toronto edw...
  • 2 篇 korea adv inst s...
  • 2 篇 boston coll ches...
  • 2 篇 chungnam natl un...
  • 1 篇 univ calif santa...
  • 1 篇 korea adv inst s...
  • 1 篇 chungnam natl un...
  • 1 篇 univ new south w...
  • 1 篇 ericsson res sto...
  • 1 篇 cambridge crysta...
  • 1 篇 university of co...
  • 1 篇 agh univ sci & t...
  • 1 篇 nankai univ peop...
  • 1 篇 lund univ dept e...
  • 1 篇 cyfronet acad co...
  • 1 篇 lublin univ tech...

作者

  • 7 篇 tan gang
  • 4 篇 lee sungho
  • 4 篇 ryu sukyoung
  • 3 篇 li siliang
  • 3 篇 morrisett greg
  • 2 篇 hwang sungjae
  • 2 篇 saparkhojayev nu...
  • 2 篇 sotiriadis steli...
  • 2 篇 omosebi oladotun
  • 2 篇 ayapbergenova as...
  • 1 篇 skjellum a
  • 1 篇 hong jaemin
  • 1 篇 sun cong
  • 1 篇 sun mengtao
  • 1 篇 macii d
  • 1 篇 zeng bin
  • 1 篇 foutse khomh
  • 1 篇 lantz patrik
  • 1 篇 siefers joseph
  • 1 篇 kim jihoon

语言

  • 32 篇 英文
  • 3 篇 其他
  • 1 篇 中文
检索条件"主题词=Java native interface"
36 条 记 录,以下是1-10 订阅
排序:
Exception analysis in the java native interface
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2014年 第Partc期89卷 273-297页
作者: Li, Siliang Tan, Gang Lehigh Univ Packard Lab PC Rossin Coll Engn & Appl Sci Bethlehem PA 18015 USA
A Foreign Function interface (FFI) allows one host programming language to interoperate with another foreign language. It enables efficient software development by permitting developers to assemble components in diffe... 详细信息
来源: 评论
java native interface idioms for C++ class hierarchies
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2000年 第15期30卷 1641-1660页
作者: Parson, D Zhu, ZY Bell Labs Lucent Technol Allentown PA 18103 USA Lehigh Univ Bethlehem PA 18015 USA
The java(TM) native interface (JNI) provides a set of mechanisms for implementing java methods in C or C++, JNI is useful for reusing C and C++ code repositories within java frameworks, JNI is also useful for real-tim... 详细信息
来源: 评论
JET: Exception Checking in the java native interface  11
JET: Exception Checking in the Java Native Interface
收藏 引用
2011 ACM International Conference on Object Oriented Programming Systems Languages and Applications
作者: Li, Siliang Tan, Gang Lehigh Univ Bethlehem PA 18015 USA
java's type system enforces exception-checking rules that stipulate a checked exception thrown by a method must be declared in the throws clause of the method. Software written in java often invokes native methods... 详细信息
来源: 评论
A Heuristic Fuzz Test Generator for java native interface  2
A Heuristic Fuzz Test Generator for Java Native Interface
收藏 引用
2nd ACM SIGSOFT International Workshop on Software Qualities and Their Dependencies (SQUADE)
作者: Zhao, Jinjing Wen, Yan Li, Xiang Pang, Ling Kuang, Xiaohui Wang, Dongxia Natl Key Lab Sci & Technol Informat Syst Secur Beijing Peoples R China Beijing Linzhuo Infomat Technol Co Ltd Beijing Beijing Peoples R China
It is well known that once a java application uses native C/C++ methods through the java native interface (JNI), any security guarantees provided by java might be invalidated by the native methods. So any vulnerabilit... 详细信息
来源: 评论
Evaluating the java native interface (JNI): Data Types and Strings
收藏 引用
INTERNATIONAL JOURNAL OF DISTRIBUTED SYSTEMS AND TECHNOLOGIES 2018年 第2期9卷 27-38页
作者: Sotiriadis, Stelios Omosebi, Oladotun Ayapbergenova, Assem Saparkhojayev, Nurbek P. Univ Toronto Edward Rogers Sr Dept Elect & Comp Engn Toronto ON Canada Edge Hill Univ Dept Comp Sci Ormskirk Lancs England Satbayev Univ Dept Informat Technol Alma Ata Kazakhstan
This article describes how the java native interface (JNI) is a powerful feature of the java platform that started to draw attention in the latter years as an efficient programming framework for building and deliverin... 详细信息
来源: 评论
Evaluating the java native interface (JNI): Leveraging Existing native Code, Libraries and Threads to a Running java Virtual Machine
收藏 引用
INTERNATIONAL JOURNAL OF DISTRIBUTED SYSTEMS AND TECHNOLOGIES 2018年 第2期9卷 39-61页
作者: Sotiriadis, Stelios Omosebi, Oladotun Ayapbergenova, Assem Saparkhojayev, Nurbek P. Univ Toronto Edward Rogers Sr Dept Elect & Comp Engn Toronto ON Canada Edge Hill Univ Dept Comp Sci Ormskirk Lancs England Satbayev Univ Dept Informat Technol Alma Ata Kazakhstan
This article aims to explore JNI features and to discover fundamental operations of the java programming language, such as arrays, objects, classes, threads and exception handling, and to illustrate these by using var... 详细信息
来源: 评论
State of practices of java native interface  19
State of practices of Java native interface
收藏 引用
Proceedings of the 29th Annual International Conference on Computer Science and Software Engineering
作者: Manel Grichi Mouna Abidi Yann-Gaël Guéhéneuc Foutse Khomh École Polytechnique Montréal Montréal Canada University of Concordia Montréal Canada
The use of the java native interface (JNI) allows taking advantage of the existing libraries written in different programming languages for code reuse, performance, and security. Despite the importance of JNI in devel... 详细信息
来源: 评论
Bringing java's Wild native World under Control
收藏 引用
ACM TRANSACTIONS ON INFORMATION AND SYSTEM SECURITY 2013年 第3期16卷 9-9页
作者: Sun, Mengtao Tan, Gang Siefers, Joseph Zeng, Bin Morrisett, Greg Lehigh Univ Comp Sci & Engn Dept Bethlehem PA 18015 USA Harvard Univ Sch Engn & Appl Sci Cambridge MA 02138 USA
For performance and for incorporating legacy libraries, many java applications contain native-code components written in unsafe languages such as C and C++. native-code components interoperate with java components thr... 详细信息
来源: 评论
Executing native java code in R: an approach based on a local server
收藏 引用
PEERJ COMPUTER SCIENCE 2020年 6卷 e300页
作者: Fortin, Mathieu Canadian Forest Serv Canadian Wood Fibre Ctr Ottawa ON Canada
The R language is widely used for data analysis. However, it does not allow for complex object-oriented implementation and it tends to be slower than other languages such as java, C and C++. Consequently, it can be mo... 详细信息
来源: 评论
A web-based distributed problem-solving environment for engineering applications
收藏 引用
ADVANCES IN ENGINEERING SOFTWARE 2006年 第2期37卷 112-128页
作者: Cheng, HC Fen, CS Feng Chia Univ Dept Aerosp & Syst Engn Taichung 407 Taiwan Feng Chia Univ Dept Environm Sci & Engn Taichung 407 Taiwan
In this study, a prototype of web-based distributed problem-solving environment (W-DPSE) is presented to facilitate computer aided engineering (CAE) technologies. This system provides an effective approach to distribu... 详细信息
来源: 评论