Welcome![Sign In][Sign Up]
Location:
Search - jni api

Search list

[JSP/Javajpcap-0.6

Description: java网络编程的API包,应用JNI技术,包里包括了C代码
Platform: | Size: 1419787 | Author: 肖梁 | Hits:

[JSP/Javaskype_1.0

Description: 基于SKYPE API 控件的开发示例 JSkype is an JNI implementation which enables Java clients to use the Skyp API
Platform: | Size: 11898790 | Author: ying0511 | Hits:

[JSP/Javajava4cpp

Description: \"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.
Platform: | Size: 103209 | Author: 彭伟才 | Hits:

[JSP/Javajamvm-1.5.1.tar

Description: JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。
Platform: | Size: 599084 | Author: xiaogang | Hits:

[SMSjni_sms

Description: 用JNI封装的一个联通短信SGIP协议 API的java接口-JNI package with an agreement SGIP Unicom SMS API of java interface
Platform: | Size: 135168 | Author: 站长 | Hits:

[JSP/Javajpcap-0.6

Description: java网络编程的API包,应用JNI技术,包里包括了C代码
Platform: | Size: 1419264 | Author: 肖梁 | Hits:

[JSP/Javaskype_1.0

Description: 基于SKYPE API 控件的开发示例 JSkype is an JNI implementation which enables Java clients to use the Skyp API
Platform: | Size: 14590976 | Author: ying0511 | Hits:

[JSP/Javajava4cpp

Description: "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.
Platform: | Size: 103424 | Author: 彭伟才 | Hits:

[JSP/Javajamvm-1.5.1.tar

Description: JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。-err
Platform: | Size: 599040 | Author: xiaogang | Hits:

[RFIDRFIDReader_JavaSample

Description: RFID读写器调用实例程序。RFID读写器是远望谷804系列。通过JNI调用远望谷API。 提供读,写,查功能。支持循环读写。 支持对EPC,TID,UserData三个数据区域的操作。-RFID reader examples of the procedure call. RFID reader is Yuanwang Valley 804 series. Yuanwang Valley through the JNI to call API. Provide reading, writing and search functions. Support the cycle of reading and writing. Support for the EPC, TID, UserData three data operation.
Platform: | Size: 180224 | Author: 张怡远 | Hits:

[JSPJNA3.09API

Description: jni api文档 实现java调用c-java files to achieve jni api call c++
Platform: | Size: 922624 | Author: miaoxin | Hits:

[JSP/JavaWinApi

Description: 利用JNI来调用Windows API,已经实现窗口类的一些方法。 开发环境VC6,Java 1.4及以上版本 -Use JNI to call the Windows API, has achieved some of the ways the window class. Development environment: VC6, Java 1.4 and above
Platform: | Size: 2200576 | Author: magicliao | Hits:

[JSP/JavaJNISample

Description: 通过jni实现java调用Windows API的例子-call Windows s API through JNI
Platform: | Size: 2470912 | Author: 方琪 | Hits:

[JSP/JavasetWall

Description: 这两天写了一个小程序,可以定时从网上下载图片来设置为电脑的桌面。程序主要是用java实现的,采用了正则表达式来从网页文件中分析得到图片地址。因为设置图片为桌面必须使用windows api,设置图片为桌面的代码采用了C代码,使用jni(javaa本地接口)来和java程序集成。 程序获取图片的网址和时间间隔都可以设置,现在我使用的是百度的图片搜索来查找图片,每半个小时更换一次桌面,再也不用面对一成不变不变的桌面了,百度会替我查找最漂亮的图片设置为桌面。-Two days to write a small program that can regularly download pictures from the Internet to set the computer desktop. Process is mainly achieved with java, using regular expressions to analyze the document from the website get the picture address. Set picture as desktop must use windows api, set the picture as desktop code using C code, use the jni (javaa local interfaces) to integrate and java program. Procedures for obtaining images of the site and time interval can be set, and now I' m using Baidu' s image search to find the picture, each half-hour to replace a desktop, and no longer have to change the face of static desktop, and Baidu will for me to find The most beautiful pictures set to your desktop.
Platform: | Size: 96256 | Author: ck | Hits:

[JSP/Javapi

Description: 利用JNI技术实现java对window API的调用进而得到windows操作系统的所有进程信息。-Java using JNI technology and then on the window API calls to get all the windows operating system process information.
Platform: | Size: 2646016 | Author: 大麦哥 | Hits:

[JSP/JavaJNI-presentation

Description: The information in this section reflects the native method API in JDK 1.1 called the Java Native Interface (JNI). The API in JDK 1.0.2 is different. Microsoft uses a their own API in their Java interpreter.
Platform: | Size: 43008 | Author: Kyoung Rok, Hwang | Hits:

[JSP/JavaJNI_API

Description: JNI开发中使用的API文档,此文档为CHM格式,非PDF格式-JNI API documentation used in developing this document for the CHM format, non-PDF format
Platform: | Size: 90112 | Author: mr_xs | Hits:

[Windows DevelopJjammvm-151taa

Description: JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包含支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JaaamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显的非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器 -JamVM is a new Java Virtual Machine, JVM specification version. Although it is small, but support the complete specification contains the ending of support for object calls the object times, weak, virtual reference, the class uninstall Java local interface (JNI) and the reflection API. JaaamVM There are two main characteristics of a minimal binary code, and other virtual machine (either free or commercial) compared to very small (PowerPC, 35K, while the Intel 100K). Another is the high efficiency of the Java interpreter
Platform: | Size: 706560 | Author: jianj | Hits:

[Linux-Unixandroid_permission_cts_FileUtils

Description: Copied from hidden API: frameworks/base/core/jni/android_os_FileUtils.cpp.
Platform: | Size: 1024 | Author: tongwinho | Hits:

[androidJNI_AudioTrack-

Description: c/c++ native层通过JNI API调用java层的AudioTrack 来播放音频文件-c/c++ native layer through JNI API call java layer AudioTrack to play audio files
Platform: | Size: 11314176 | Author: liucunwei | Hits:
« 12 »

CodeBus www.codebus.net