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

搜索资源列表

  1. javatodpr

    1下载:
  2. Javadpr produces a Delphi project file from native methods declared in a Java class file. The project file compiles to a DLL which is used by Java to interact via the Java Native Interface (JNI.)
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:79116
    • 提供者:hjl
  1. NativeDemo

    0下载:
  2. JAVA调用本地方法,NATIVE接口,可以调用C/C++函数,或被C/C++调用-JAVA, NATIVE interface, can call C / C functions or C / C call
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5829
    • 提供者:马艇
  1. Clear_dos_1972742122006

    0下载:
  2. This comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you go about clearing the windows dos console. -clear screen tutori al using the Java native interface. Teaches you fro m A-Z how you go about clearing
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:485535
    • 提供者:原琴
  1. DelphiAction

    0下载:
  2. Borland Delphi Runtime Library } { Java Native Interface Unit
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:242921
    • 提供者:cpz
  1. Java-Native-Interface

    0下载:
  2. jni,很详细,android中通过jni接口,调用c/c++写的代码。功能很强大!-jni, very detailed, the android through the jni interface to call c/c++ to write code. The function is very powerful!
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:14837
    • 提供者:chuang
  1. JNI

    0下载:
  2.  JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。   JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。 -JAVA characteristics of its cross-platf
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:19757
    • 提供者:leizi
  1. SlideInNotification

    0下载:
  2. The Java SE 6 release introduced several new capabilities to the Abstract Window Toolkit (AWT). Users are no longer limited to Swing and enhancing the graphical user interface (GUI) components. With Java SE 6, you have new access to things such as de
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:1710
    • 提供者:luispe
  1. jni

    0下载:
  2. the Java Native Interface(JNI) Android Programmer s guide
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:2415279
    • 提供者:KimJuHyok
  1. cPP--java

    0下载:
  2. 实现c++与java的交互,,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:425191
    • 提供者:rjm00
  1. JNI

    0下载:
  2. Jni.pas delphi调用java原声接口,1.2版本,更新版本使用,自行修改-Java native interface for delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-13
    • 文件大小:14555
    • 提供者:wlsc
  1. drm1_jni

    0下载:
  2. This file implement the Java Native Interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:8149
    • 提供者:huqeicing
  1. JniCallBackDemo

    0下载:
  2. Android上使用JNI创建native线程,以及回调java层函数的例子-example of creating Thread & Java-function Callback which is used of Android Java Native Interface
  3. 所属分类:android

    • 发布日期:2017-11-22
    • 文件大小:255726
    • 提供者:LJF_ubuntu
  1. ScienceNetReader

    1下载:
  2. 中国科学报旗下的科学网做服务端的报纸杂志类安卓客户端项目,实现了很多不错的功能,在文章阅读界面点击菜单可以收藏文章、调整文章显示字号大小、查看和发表评论、短信分享文章链接等,项目有一个中国科学报报纸的阅读功能,收藏的文章会出现在收藏视图,以文章列表的形式展示、打开报纸视图点击选择日期就可以查看当日报纸的缩略图,点击缩略图就会出现一个当日报纸版面上的文章列表,个人觉得这个功能很赞。项目只使用了一个第三方开发包,核心代码都是纯java编写,直接使用的http跟网站进行交互,文章收藏部分直接存储在本地
  3. 所属分类:android

    • 发布日期:2015-06-30
    • 文件大小:9442304
    • 提供者:miss校小炫
  1. JNIDemo

    0下载:
  2. JNI是Java Native Interface的缩写,它提供了若干的API实现了Java和其他语言的通信(主要是C&C++)。此demo为Java部分,内有详细的源代码。-JNI Java Native Interface is an abbreviation, it provides a number of API implements the Java language, communication and other (mainly C & C++). This demo fo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:45488
    • 提供者:pengfeifan
  1. JniCPPDemo

    0下载:
  2. JNI是Java Native Interface的缩写,它提供了若干的API实现了Java和其他语言的通信(主要是C&C++)。此demo为C++部分,内有详细的源代码。-JNI Java Native Interface is an abbreviation, it provides a number of API implements the Java language, communication and other (mainly C & C++). This demo is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:554679
    • 提供者:pengfeifan
  1. Spring MYBatis企业应用实战

    0下载:
  2. Spring MYBatis企业应用实战(MyBatis is an excellent persistence layer framework that supports customized SQL, stored procedures, and advanced mappings. MyBatis avoids almost all JDBC code and manually setting parameters, as well as getting the result set. M
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:45090816
    • 提供者:mvp123
搜珍网 www.dssz.com