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

搜索资源列表

  1. dll-jiami

    0下载:
  2. jni.it is used to call dll which connects hardware.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:399280
    • 提供者:getattribute
  1. JNI_C

    0下载:
  2. How to use java call c program? JNI will help you.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:29146
    • 提供者:lkdata
  1. NDK_introduction

    0下载:
  2. 史上最强NDK入门项目实战.利用NDK 生成 SO 库,使用 SO 库进行 JNI 调用,在 Android sdcard 创建文件并写入数据。-NDK started the project in the history of the strongest real. NDK generated using SO library, use the SO library JNI call, in the Android sdcard to create file and write data.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:172870
    • 提供者:xuliu
  1. Andriod_JNI

    0下载:
  2. 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:15818
    • 提供者:Richardson
  1. AndroidJNI

    0下载:
  2. JAVA程序通过JNI来调用Native C程序中的函数。 -JAVA program through the JNI to call Native C program function.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7691
    • 提供者:lxw232
  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. Java_wenjianbaohu

    0下载:
  2. 编译后的Java类文件很容易被反编译,在Java应用上会产生源代码的安全问题。该文对传统的Java类文件保护方法进行分析,在类加载器(ClassLoader)加密技术的基础上,提出一种使用JNI技术调用本地解密接13的改进方法。解密接口在设计上保证了JNI技术调用本地解密接口时的通信安全,从而提升了Java类文件的安全性。实验结果表明,该方法是有效的。-Compiled Java class files can easily be decompiled, in the Java applicat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1071428
    • 提供者:刘杰
  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. 222

    0下载:
  2. JNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。 OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -myJNIOpenCV = new JNIOpenCV() String
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:39010
    • 提供者:yinxin
  1. JNI2OpenCV

    0下载:
  2. java development kit that I recomand the most
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:2055821
    • 提供者:marius
  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. jni-spec

    0下载:
  2. Java Native Interface Specification Release 1.1 (Revised May, 1997)
  3. 所属分类:Java Develop

  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. serial

    0下载:
  2. 使用JAVA JNI获得CPU序列号,ID-Use JAVA JNI get CPU serial number, ID
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3457
    • 提供者:lanwenyao
  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. getid

    0下载:
  2. java jni 获取当前程序进程的gid,并通过任务管理器找到其进程名 -The java jni get a gid of the current program process, and through the Task Manager to find the process name
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:304792
    • 提供者:王志鹏
  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. 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本地调用例子.使用Java调用其他语言提供的方法,尤其是C和C++.-Java Native Interface.Use Java to call the method provided in other languages​ ​ , especially C and C++.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:12409
    • 提供者:gmaple
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com