虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

jni

  • Android系统下OpenCV的人脸检测模块的设计

    针对解决OpenCV人脸检测模块在Android平台编译和移植的问题,提出一种利用jni技术(Java Native Interface)调用OpenCV以及采用Android NDK(Native Development Kit)生成共享库的目标检测方法。文中从分析利用Android NDK编译Android平台所需要的OpenCV静态库的问题入手,详细阐述了利用jni调用OpenCV相关函数的具体步骤。经过多次试验,证明该人脸检测模块的平均检测时间为1 280 ms,具有较高的检测速度和检测精度。

    标签: Android OpenCV 人脸检测

    上传时间: 2013-12-10

    上传用户:15736969615

  • tapi的java封装

    tapi的java封装,但好像缺少jni接口的C源码文件

    标签: tapi java 封装

    上传时间: 2015-01-04

    上传用户:zq70996813

  • Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include

    Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include path for jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . set searching path for jvm.dll

    标签: compile JavaProg include program

    上传时间: 2014-11-16

    上传用户:思琦琦

  • 这是一个在linux环境下

    这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了jni和linux的proc系统文件 运行方式,在interface文件夹下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar

    标签: linux 环境

    上传时间: 2014-01-20

    上传用户:LIKE

  • JAVA系统托盘图标控制程序

    JAVA系统托盘图标控制程序,说明:   这是一个用写的系统托盘图标控制程序.带有一个显示本程序源代码的功能. 曾经看过别人用Java jni技术也写了类似的程序,不过本程序完全应用java而没有用C. 配置和运行:    该程序运行于JDK1.6,首先你的机器必须安装JDK的最新版.如果没有的话到http://java.sun.com进行下载和安装.   通常你可以直接双击TrayIcon.exe运行本程序,如果不能直接双击运行,请使用run.bat文件运行.

    标签: JAVA 控制 程序

    上传时间: 2015-08-30

    上传用户:爱死爱死

  • 本次实验中用Java实现的Calendar具有跨平台运行能力

    本次实验中用Java实现的Calendar具有跨平台运行能力,并且具有非常友好和实用的界面,同时所有功能都可以在多个平台上使用。(开发平台Eclipse3.2.2) 实验中,该JAVA应用程序完全使用了SWING开发,可以获得更好的程序运行性能,特别是在JDK6.0环境下,程序运行性能和本地程序运行性能达到一致。同时,在应用程序界面风格方面,使用SWING开发的JAVA应用程序,具有更美观的界面;并且可以有多个风格让用户任意选择。本次实验中开发的JAVA版Calendar的界面风格始终保持和本地系统完全一致。(同时给出了jni的VC实现代码)

    标签: Calendar Java 实验 跨平台

    上传时间: 2013-12-22

    上传用户:wl9454

  • java网络编程的API包

    java网络编程的API包,应用jni技术,包里包括了C代码

    标签: java API 网络编程

    上传时间: 2013-11-27

    上传用户:xwd2010

  • "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementati

    "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses jni to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.

    标签: wrapper-classes Java-classes implementati for

    上传时间: 2015-12-07

    上传用户:liuchee

  • What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu

    What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and jni concepts. The challenges I faced here were often overcome by referring to numerous sites, which nearly zeroes in or completely solved the issues I faced at that point of time. It improved my learning curve and also believe would do the same to you too. Ofcourse, there are some bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to me.

    标签: introduce messenger Instant fledged

    上传时间: 2014-12-05

    上传用户:电子世界

  • 对于Java的word解析

    对于Java的word解析,主流方法是用中间件去访问,但是需要用jni Apache和微软合作,开发的POI,但是POI虽然功能强大,但是用起来也很麻烦 3.5版本和以前的3.0版本修改了很多,而且还没稳定下来。 对于一般的应用,例如类似QQ手机邮箱那样,仅仅只需要读出文本内容的话,我们可以直接用tm-extractors,当然它底层也是调用的Apache POI

    标签: Java word

    上传时间: 2017-05-31

    上传用户:zaizaibang