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

搜索资源列表

  1. androidjn

    0下载:
  2. Android jni开发,本书详细介绍了Java调用C、C++程序的方法,介绍了如何使用JNI 来完成底层程序往Android 的移植-This book contains how to learn android system and build program call c or c plus code
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1426183
    • 提供者:shone
  1. JavaHostWPF_src

    0下载:
  2. WPF控件与java的通信,JAVA加载WPF控件-The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:38836
    • 提供者:张风
  1. tsdecoder

    0下载:
  2. TS流解码代码及JAVA JNI封装,可供C/C++、JAVA调用,应用于各类智能手机及PC端-TS Decoder and java JNI realization
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-13
    • 文件大小:3256981
    • 提供者:ywh
  1. g729_jni_java

    0下载:
  2. jni封装的优化过的g729编解码库,可以给android应用开发使用-g729 codec for android developer(using jni)
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:44622
    • 提供者:朱五
  1. jtwain

    2下载:
  2. java 调用扫描仪的DLL文件,使用JNI方式调用-java sanner dll,use jni .
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:48375
    • 提供者:huang
  1. dprProject

    0下载:
  2. Delphi 调用JNI例子,可用,已经使用在项目距开发中-A sample for delphi to call java jni
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:131482
    • 提供者:紫衣侠隐
  1. fireeffect

    0下载:
  2. 实现火焰特效的代码,可以移植到android的native层,通过JNI来调用-fire effect on Visual C++
  3. 所属分类:android

    • 发布日期:2017-06-02
    • 文件大小:14645386
    • 提供者:zhangbin
  1. AFuPlayer

    0下载:
  2. 这个简单音频播放的demo,能够使用ffmpeg函数库进行叫你调用实现本地音频文件的的播放-the soft can player mediaPlayer .it is used for ffmpeg called jni.
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2173511
    • 提供者:feng
  1. native-activity

    0下载:
  2. 使用native jni调用实现android Activity功能回调-use android native jni to impl activity component
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:6571
    • 提供者:AnryWang
  1. NdkSample

    0下载:
  2. 一个ANDROID JNI&NDK开发的完整的例子,包含如下功能: JNI如何调用 C调用JAVA JAVA调用C C调用C++ C++调用JAVA 比较系统介绍JNI/NDK的开发流程-Complete example of an ANDROID JNI & NDK is developed, including the following functions: JNI how to call C to call JAVA Java call C C c
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:133835
    • 提供者:iesneaker
  1. mslib_2012_04_29

    0下载:
  2. android 刷卡器mslib 解码库. 可以用arm-linux-gcc 编译 然后用JNI调用-android Mslib libary .
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:106120
    • 提供者:梁方
  1. yingpanid

    0下载:
  2. 本程序是用JNI技术实现的读取硬盘序列号-This procedure is implemented using JNI technology to read the hard drive serial number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:76997
    • 提供者:李渊
  1. jnitest.tar

    0下载:
  2. This an example of how to use JNI to interface from Java to C and back. It shows how to call C code from java, how to pass data from java to C and the other way around. Build using the build.sh shell scr ipt.-This is an example of how to use JNI to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1604
    • 提供者:Joris
  1. JniStepByStep

    0下载:
  2. Android NDK开发实例集合,有各种JNI小例子集成在里面,对于android ndk开发入门非常有帮助-Android NDK development instance of the collection, there are a variety of the JNI small example of integration inside the android the ndk development entry is very
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:95010
    • 提供者:
  1. MyJni

    0下载:
  2. Android NDK jni使用,包括java调用,脚本编写,和C++代码实现
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:38180
    • 提供者:刘聪启
  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. androidPjni

    0下载:
  2. android JNI 开发环境搭建,可以给开发人员提供搭建环境的方法-android JNI development environment to build, the build environment to developers
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:1426162
    • 提供者:hyh
  1. JNI_C_Java

    0下载:
  2. JNI编程之C++回调Java函数的详细调用方法-JNI Programming C++ callback Java function
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:299830
    • 提供者:tiandiwy
  1. ffplay_Android

    0下载:
  2. 本开源Android播放器基于ffmpeg开发,音视频在jni层直接输出,不使用java层的bmp和audiotrack输出,支持arm汇编加速,超级精简。-The open source Android player based on ffmpeg development, audio and video in the direct output of the jni layer, do not use bmp and audiotrack output, of the java layer
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4814941
    • 提供者:mwaccount
  1. JNI_HelloWorld

    0下载:
  2. 关于安卓的jni的入门例子,简单介绍了Java和C接口的相互调用 普通数据传输和对象传输-Andrews entry to the jni example, a brief introduction to the Java and C interfaces, call each other normal data transfer and object transfer
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:82063
    • 提供者:Dazzle
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 32 »
搜珍网 www.dssz.com