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

搜索资源列表

  1. jnisample

    0下载:
  2. jni调用例子 可以调用测试 java jni vc 6
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1446
    • 提供者:eric
  1. rawsocket

    1下载:
  2. Java实现Ping功能(采用JNI技术),有源码和例子
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:219330
    • 提供者:chh096
  1. TCP400demo

    0下载:
  2. java使用JNI转调VC 编写的DLL实例教程-Modulation VC DLL written in java examples tutorial
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:245972
    • 提供者:陈伟源
  1. android_JNI

    0下载:
  2. android jni调用说明
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:71298
    • 提供者:john
  1. JNative

    0下载:
  2. JNA框架,是Java 调用DLL动态库框架,功能强大,告别往日的JNI,只需定义接口,就可以方便调用DLL库,为开发人员省了不少事。-JNA framework, the Java call DLL dynamic library framework, powerful, bid farewell to the past JNI, simply define an interface, you can easily call the DLL libraries for developers t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:784597
    • 提供者:jason
  1. ffaudio1

    0下载:
  2. java开发android客户端 音频解码的源码 JNI-the java development android client audio decoder source JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:353205
    • 提供者:mr liang
  1. LTP

    1下载:
  2. 哈工大LTP自然语言处理工具的java调用实例,利用jni调用dll,实现中文的分词,词性标注,建立依存树等-HIT LTP natural language processing tool called an instance of java using jni call the dll, to achieve in Chinese word segmentation, POS tagging, the establishment of dependency trees, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2015-06-26
    • 文件大小:1008550
    • 提供者:zhangcheng
  1. DiskIDa

    0下载:
  2. 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
  3. 所属分类:JavaScript

    • 发布日期:2017-04-26
    • 文件大小:75302
    • 提供者:
  1. Talk2Me-Src-Jan2004

    1下载:
  2. 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 lea
  3. 所属分类:Java Develop

    • 发布日期:2015-03-25
    • 文件大小:226522
    • 提供者:王明明
  1. jni__cn

    0下载:
  2. Java通过JNI调用本地动态连接库的例题源代码-Java through the JNI to call the local dynamic link library of example source code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-03
    • 文件大小:9745
    • 提供者:bubbles
  1. javajni

    0下载:
  2. java调用JNI中解决中文符串问题,主要是宽字符与多字节之间的转换-java use jni for chinese char
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:123882
    • 提供者:张俊良
  1. FCA_Greysh_Word

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

    • 发布日期:2017-05-02
    • 文件大小:950253
    • 提供者:Greysh
  1. dll-jiami

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

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

    0下载:
  2. connecting to windows MSMQ Using JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:380984
    • 提供者:aabuhuntash
  1. jmsmq-0.0.1-test

    0下载:
  2. Testing tool for connecting to MSMQ JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:49343
    • 提供者:aabuhuntash
  1. JavaCallintoCpp

    0下载:
  2. 实现Java和C++的交互,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。-Java and C++ realization of the interaction, the use of technology is known as the JNI (Java Native Interface), C+
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3376968
    • 提供者:tao
  1. JavaActiveIM

    0下载:
  2. 用JAVA的JNI技术切换操作系统的输入法,主要用于JAVA桌面应用程序-Switching the operating system using JAVA input method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:55529
    • 提供者:yangleitao
  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. MatLabOnline

    0下载:
  2. 在线MatLab,后台自己计算或者调用系统的matlab程序 包括 矩阵运算数值算法及 GWT 和 JNI的使用-Online MatLab, background, or call their own system of computing matlab numerical algorithm of procedures, including matrix operations and the use of GWT and the JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6539143
    • 提供者:张哲
  1. JNIDemoCdl-1

    0下载:
  2. JNI demo use for see how we can use JNI in netbeans
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8801
    • 提供者:Abolebaba
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com