CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - JNI

搜索资源列表

  1. JNI

    0下载:
  2. 使用JNI实现Java和其他语言(如:C++)之间的通信-JNI using implement communication between the Java and other languages (such as: C++)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:45013
    • 提供者:wjt
  1. TheJavaNativeInterface

    0下载:
  2. 资料主要描述JNI(The Java Native Interface)的简介,jni文件与方法的使用-Information describes the JNI (The Java Native Interface) an introduction, jni files and method of use
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1619770
    • 提供者:wzs
  1. JNI

    0下载:
  2. 这个是JNI中文简介及实现,附加了一个例子-This is the Introduction and Implementation of JNI Chinese, added an example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:61761
    • 提供者:wzs
  1. chap9

    0下载:
  2. jni简单学习例子,一看就明白,一学就明白-jni simple learning example see at a school be able to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:45982
    • 提供者:guohelp
  1. jni

    0下载:
  2. JAVA JNI document, call native code using JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1620210
    • 提供者:easysing
  1. jni

    0下载:
  2. 关于Java VC++ Fortran三者之间的调用关系-About Java VC++ Fortran call relations among
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6140
    • 提供者:Lee
  1. jni-SWT_-_JFace

    0下载:
  2. swt和jface参考资料,详细介绍了swt内部机制-a referen of swt and jface
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5790140
    • 提供者:田天
  1. JNI-(2)

    0下载:
  2. JNI: Java 層與C++層的接口 在雙層框架裡 ,上層是Java 框架,而下層是C/C++框架。這兩 層框架之 間會有密切 的溝通。此時JNI(Java Native Interface)就扮演雙方溝通的接口 了 。藉由JNI 接口,可將Java 層的基類 或子類 的函數 實作部份挖空,而移到 JNI 層的C 函數 來 實作之。例 如,原來 在
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:192180
    • 提供者:刘永胜
  1. java-jni-a4

    0下载:
  2. Simple JNI Ho-to-do in pt_br
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:148199
    • 提供者:Sileno
  1. JNI-presentation

    0下载:
  2. The information in this section reflects the native method API in JDK 1.1 called the Java Native Interface (JNI). The API in JDK 1.0.2 is different. Microsoft uses a their own API in their Java interpreter.
  3. 所属分类:Java Develop

  1. JNI

    0下载:
  2. 详细介绍了jni的原理及开发流程的一本电子书。-Details the the jni principle and the development process an eBook.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1502485
    • 提供者:
  1. jni

    0下载:
  2. 关于jni编程一些资料和一些实例。适合初学者-About jni programming some material
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3166547
    • 提供者:B_FIve
  1. jni

    0下载:
  2. 学习 JNI 编程必备的学习资料,非常有用,适用于中高级编程人员-jni book,it is very userful
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2415536
    • 提供者:xiaohe
  1. jni

    0下载:
  2. JNI编程的教程,详细的讲解了再java中如何调用本地化方法进行编程。-JNI programming tutorial, a detailed explanation of how to call the localization method in java programming.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2373351
    • 提供者:zhang
  1. Depth-understanding-of-JNI

    0下载:
  2. 这是一篇关于讲解java怎样通过JNI去实现调用底层native代码的实现过程,有了它我么就可以自己去实现一些简单的JNI调用了-This is the one about how to explain java through JNI to achieve call the underlying native code implementation process, With it you can realize simple JNI calls
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-01
    • 文件大小:155464
    • 提供者:张双
  1. jni

    0下载:
  2. jni,使用java调用本地函数库(如C函数)的历程程序,并附有详细的教程。-the jni, use the java call the local library (such as C function) the course of the program, together with a detailed tutorial.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1696744
    • 提供者:齐飞
  1. java-jni

    0下载:
  2. JNI是JAVA标准平台中的一个重要功能,它弥补了JAVA的与平台无关这一重大优点的不足,在JAVA实现跨平台的同时,也能与其它语言(如C、C++)的动态库进行交互,给其它语言发挥优势的机会。 有了JAVA标准平台的支持,使JNI模式更加易于实现和使用-JNI is an important function in the JAVA standard platform, it makes up for the JAVA platform independent of the major ad
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:42796
    • 提供者:yue
  1. hello-jni

    0下载:
  2. Android的SDK中没有包括JNI的支持,而且对如何支持JNI也没有任何文档说明。不过既然整个Android平台是开源的,我们可以通过Google发布的源代码来找到一些线索(比如frameworks/base/media/jni/目录),依葫芦画瓢的实现上层JAVA程序通过JNI来调用Native C程序中的函数。-Android SDK does not include the JNI support but no documentation for instructions on how
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:196428
    • 提供者:yue
  1. JNI

    0下载:
  2. java 调用JNI 技术手册 调用c/c++ 详细使用手册
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:1498463
    • 提供者:张开山
  1. c-jni-java

    0下载:
  2. C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:95452
    • 提供者:张强
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com