咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是21-30 订阅
排序:
java Wrapper for Xsens Motion Capture System SDK
Java Wrapper for Xsens Motion Capture System SDK
收藏 引用
7th International Conference on Human System Interactions (HSI)
作者: Kopniak, Piotr Lublin Univ Technol Inst Comp Sci Lublin Poland
This article describes the process of developing java interface for Xsens motion capture Xbus Kit system. The system uses small and lightweight inertial motion trackers which are mounted on human body parts. The track... 详细信息
来源: 评论
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... 详细信息
来源: 评论
结合Android平台之新型同步相量量测单元开发
结合Android平台之新型同步相量量测单元开发
收藏 引用
作者: 陈俞帆 国立台北科技大学
学位级别:硕士
相量量测单元(Phasor Measurement Unit,PMU)在电力系统上的应用在近几年相当热门,它主要可以即时监控电力系统状况和记录三相电压、电流给控制中心。由于时间同步对于PMU从各地取得的资料是相当重要的课题,本论文首先提出一新型同... 详细信息
来源: 评论
Building Matlab Standalone Package from java for Differential Dependence Network Analysis Bioinformatics Toolkit
Building Matlab Standalone Package from Java for Differentia...
收藏 引用
作者: Lu Jin Virginia Polytechnic Institute and State University
学位级别:硕士
This thesis reports a software development effort to transplant Matlab algorithm into a Matlab license-free, platform dependent java based software. The result is almost equivalent to a direct translation of Matlab so... 详细信息
来源: 评论
Building Matlab Standalone Package from java for Differential Dependence Network Analysis Bioinformatics Toolkit
Building Matlab Standalone Package from Java for Differentia...
收藏 引用
作者: Jin, Lu Virginia Tech | University
This thesis reports a software development effort to transplant Matlab algorithm into a Matlab license-free, platform dependent java based software. The result is almost equivalent to a direct translation of Matlab so... 详细信息
来源: 评论
Finding Bugs in Exceptional Situations of JNI Programs  09
Finding Bugs in Exceptional Situations of JNI Programs
收藏 引用
16th ACM Conference on Computer and Communications Security
作者: Li, Siliang Tan, Gang Lehigh Univ Dept Comp Sci & Engn Bethlehem PA 18015 USA
Software flaws in native methods may defeat java's guarantees of safety and security. One common kind of flaws in native methods results from the discrepancy on how exceptions are handled in java and in native met... 详细信息
来源: 评论
Checking type safety of foreign function calls
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2008年 第4期30卷 1-63页
作者: Furr, Michael Foster, Jeffrey S. Univ Maryland College Pk MD 20742 USA
Foreign function interfaces (FFIs) allow components in different languages to communicate directly with each other. While FFIs are useful, they often require writing tricky low-level code and include little or no stat... 详细信息
来源: 评论
Cinfony - combining Open Source cheminformatics toolkits behind a common interface
收藏 引用
CHEMISTRY CENTRAL JOURNAL 2008年 第1期2卷 24-24页
作者: O'Boyle, Noel M. Hutchison, Geoffrey R. Cambridge Crystallog Data Ctr Cambridge CB2 1EZ England Univ Pittsburgh Dept Chem Chevron Sci Ctr Pittsburgh PA 15260 USA
Background: Open Source cheminformatics toolkits such as OpenBabel, the CDK and the RDKit share the same core functionality but support different sets of file formats and forcefields, and calculate different fingerpri... 详细信息
来源: 评论
ILEA: Inter-language analysis across java and C
收藏 引用
ACM SIGPLAN NOTICES 2007年 第10期42卷 39-56页
作者: Tan, Gang Morrisett, Greg Boston Coll Chestnut Hill MA 02467 USA Harvard Univ Cambridge MA 02138 USA
java bug finders perform static analysis to find implementation mistakes that can lead to exploits and failures;java compilers perform static analysis for optimization. If java programs contain foreign function calls ... 详细信息
来源: 评论
ILEA: Inter-language analysis across java and C
ILEA: Inter-language analysis across Java and C
收藏 引用
22nd International Conference on Object-Oriented Programming, Systems, Languages and Applications
作者: Tan, Gang Morrisett, Greg Boston Coll Chestnut Hill MA 02467 USA Harvard Univ Cambridge MA 02138 USA
java bug finders perform static analysis to find implementation mistakes that can lead to exploits and failures;java compilers perform static analysis for optimization. If java programs contain foreign function calls ... 详细信息
来源: 评论