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

搜索资源列表

  1. Jni

    0下载:
  2. 一个可用delphi来开发java的JNI开发包delphi接口,想用java来调用delphi开发的动态库就下载这个包就可以了。里面还包括了详细的调用实例和说明。有空联系我 QQ:81106348-one available to the developing java development kit delphi JNI interface, java to use Delphi to call for the development of the dynamic download the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:537521
    • 提供者:向天扬
  1. 动态链接库DLL

    0下载:
  2. 介绍动态链接库DLL的相关知识与编程实现-introduced DLL with the relevant knowledge Programming
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:175468
    • 提供者:陈宏
  1. Memory_industry_Lib

    0下载:
  2. 具有工业强度的内存池动态库,是学习各种内存操作的好资料
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22935
    • 提供者:hell
  1. JNative-1.3.2-src

    0下载:
  2. 一个开源的组件,通过它调用已有动态库中的方法就非常的方便,支持CallBack
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:722100
    • 提供者:王志强
  1. cpptasks-1.0b5

    0下载:
  2. ant的一个插件,可以用来进行c++/c的构建,编译各种可执行程序及静态库和动态库。 1. 下载JDK包到本地,进行默认安装 2. 将cpptasks-1.0b5.zip解压到本地如F:\tools\cpptasks-1.0b5,并在该目录下建立mylib子目录 3. 下载Xerces-J-bin.2.5.0.zip并解压,将里面的xercesImpl.jar等4个jar文件拷贝到F:\tools\cpptasks-1.0b5\mylib目录下 4. 将cpptask.jar
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2707762
    • 提供者:bear
  1. jna

    1下载:
  2. jna实现java调动态库的包文件,并有例子参考,很有价值的!-jna achieve dynamic library of package java file transfer, and has examples for reference, great value!
  3. 所属分类:Java Develop

    • 发布日期:2016-01-25
    • 文件大小:250880
    • 提供者:wangyong
  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. JNative

    0下载:
  2. jnative java 调用动态库需要的包和dll,及源码。-Call jnative java dynamic libraries needed packages and dll, and the source.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:950130
    • 提供者:mvpmascot
  1. samples

    0下载:
  2. android系统下用JAVA方式调用C++动态库的DEMO-JAVA under way with the android system called C++ dynamic libraries DEMO
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:61457
    • 提供者:huangxiaofeng
  1. jnademo

    1下载:
  2. 用jna调用动态库的一个例子,还算不错,值得参考 -Jna dynamic library calls with an example of fairly good, it is also useful
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:940295
    • 提供者:张文龙
  1. jni_S

    0下载:
  2. jni调用C++生成的动态库 包含JAVA和C++代码-jni call to the generated C++ dynamic library
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3702
    • 提供者:sunyue
  1. JNI-DEMO

    0下载:
  2. 本例子用java实现调用动态库的例子,JNI调用。-This example calls the dynamic library with java implementation examples.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:58739
    • 提供者:you wen zheng
  1. SerialDemo

    0下载:
  2. windows下的java串口编程示例,使用win32com.dll动态库-A java serial programming examples for windows, use dynamic libraries win32com.dll
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:27185
    • 提供者:liuweiyun
  1. Indus_Installation

    0下载:
  2. Indus 是一个开源的Java源代码分析工具,本文件提供了完整的Indus安装方法,带有所有源码、动态库的下载地址。-Indus is an open source Java source code analysis tool, this document provides a complete the Indus installation method, with all source code, the download address of the dynamic library.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:23778
    • 提供者:黄海
  1. java-jni

    0下载:
  2. JNI是JAVA标准平台中的一个重要功能,它弥补了JAVA的与平台无关这一重大优点的不足,在JAVA实现跨平台的同时,也能与其它语言(如C、C++)的动态库进行交互,给其它语言发挥优势的机会。 有了JAVA标准平台的支持,使JNI模式更加易于实现和使用-JNI is an important function in the JAVA standard platform, it makes up for the JAVA platform independent of the major ad
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:42796
    • 提供者:yue
  1. TestTTSPlayer

    0下载:
  2. 开发测试ttsplayer动态库,看看该动态库的调用方法以及声音效果。该demo需要安装语音包-Development and testing ttsplayer dynamic library, take a look at the dynamic library calls, and sound effects. The demo need to install the voice packets
  3. 所属分类:Applet

    • 发布日期:2017-11-05
    • 文件大小:183206
    • 提供者:蓝发旺
  1. ndkjni

    0下载:
  2. 基于 android 2.2 ,通过jni 调用 C 动态库-Based on android 2.2, the jni call the C dynamic library
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:15021
    • 提供者:clay
  1. java-video

    0下载:
  2. anychat简化版,可以进行音视频对话,界面完善,注意添加动态库-anychat simplified, audio and video can be dialogue, improve the interface, note that adding a dynamic library
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3178169
    • 提供者:hekai
  1. DelphiNoTest

    0下载:
  2. delphi读取华旭金卡二代证阅读器动态库调用实例-delphi read Hua Xu Gold second-generation card reader instance dynamic library calls
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:172699
    • 提供者:兰存福
  1. jna调用动态库示例

    0下载:
  2. 本文件介绍了一个简单的jna调用动态库的示例,能够使读者简单的了解到对动态库的引用(This document describes a simple JNA call dynamic library example, enabling readers to simply understand the reference to the dynamic librar)
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:1431552
    • 提供者:木每羊羽
« 12 3 4 5 6 »
搜珍网 www.dssz.com