Location:
Search - c call java
Search list
Description: program with c++ and java . call each other easyly.
Platform: |
Size: 20465 |
Author: 李地在 |
Hits:
Description: JAVA调用本地方法,NATIVE接口,可以调用C/C++函数,或被C/C++调用-JAVA, NATIVE interface, can call C / C functions or C / C call
Platform: |
Size: 5829 |
Author: 马艇 |
Hits:
Description: Source Insight Source Insight是一个革新的面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的源信息。就将Source Insight应用到你的项目开发过程中并切实感受它为你项目开发的效率带来的变化。
Platform: |
Size: 3920089 |
Author: river_side |
Hits:
Description: 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是QR算法-QR algorithm with C language
Platform: |
Size: 114688 |
Author: 常晓东 |
Hits:
Description: program with c++ and java . call each other easyly.
Platform: |
Size: 20480 |
Author: 李地在 |
Hits:
Description: JAVA调用本地方法,NATIVE接口,可以调用C/C++函数,或被C/C++调用-JAVA, NATIVE interface, can call C/C functions or C/C call
Platform: |
Size: 5120 |
Author: 马艇 |
Hits:
Description: java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class
-javax.swing.JOptionPane example import// call method class c (//definition names public static void main (String [] args) (//start method JOptionPane.showMessageDialog (null, "wrong")// Display a information System.exit (0)// closing procedures)// end method)// end cla
Platform: |
Size: 13224960 |
Author: 小旭 |
Hits:
Description: 在JAVA中实现C++代码的复用 如何在Java中调用dll JNI使用技巧点滴-in Java to achieve C code reuse in Java JNI call dll bit Skills
Platform: |
Size: 28672 |
Author: yanglei |
Hits:
Description: Source Insight Source Insight是一个革新的面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的源信息。就将Source Insight应用到你的项目开发过程中并切实感受它为你项目开发的效率带来的变化。-Source Insight Source Insight is an innovative project-oriented development program editor and code browser, it has a built-in on C/C++, C# And Java procedures such as analysis. Source Insight to analyze your source code and in your work at the same time the dynamic maintenance of its own symbols database, and automatically shows you the context of useful information. Source Insight is not only a powerful program editor, it can display reference trees, class inheritance diagrams and call trees. Source Insight provides the most rapid of the source code navigation and any program editor source of information. Source Insight will be applied to your project development process and practical experience it for your project development efficiency of the changes brought about.
Platform: |
Size: 3919872 |
Author: river_side |
Hits:
Description: 通过JNI在C/C++中调用Java函数-Through JNI in C/C++ Call Java function
Platform: |
Size: 26624 |
Author: wch |
Hits:
Description: C调用Java的一个例子程序,实现C和java的相互调用-C an example of calling Java procedures C and realize mutual java call
Platform: |
Size: 2192384 |
Author: weihua2000 |
Hits:
Description: 在Garbide c++中建立的Symbian程序。实现了安装后自动调用JAVA安装包(JAR,代码中是test1.jar)和线程暂停。-In Garbide c++ Created Symbian procedures. Achieved after the installation of automatic call JAVA installation package (JAR, the code is test1.jar) and thread suspended.
Platform: |
Size: 23552 |
Author: wuxy |
Hits:
Description: 利用c++ 呼叫java 使用mingw-method with c++ call java function (CNI)
Platform: |
Size: 3072 |
Author: hello_tony |
Hits:
Description: 可以在C++和Java里调用接口直接绘图,老外写的开源画图库,免费使用。-In the C++ and Java in the call interface directly drawing, painting gallery foreigner to write open source, free of charge.
Platform: |
Size: 1087488 |
Author: 挑灯看剑 |
Hits:
Description: 介绍了c++怎么调用java语言类,本资料对c++与java混合编程有很好的帮助。-Describes how invoke java c++ language class, the information on the c++ mixed programming with java a good help.
Platform: |
Size: 27648 |
Author: 王武承 |
Hits:
Description: 一个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 calling C++
C++ call JAVA
A more systematic introduction JNI/NDK is the development process
Platform: |
Size: 134144 |
Author: iesneaker |
Hits:
Description: jna调用dll省去烦人的JNI编写,并且实现了自定义接口事件,实现C回调java-jna call JNI dll eliminating annoying to write and implement a custom interface events, implement the C callback java
Platform: |
Size: 1432576 |
Author: 侯蛟 |
Hits:
Description: C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface
Platform: |
Size: 95232 |
Author: 张强 |
Hits:
Description: ndk development
jni 中的C代码调用java method-ndk development
jni java method call in
Platform: |
Size: 80896 |
Author: kiba |
Hits:
Description: c++ 调用java实例,JNI技术。已经经过自己运行。保证例子可用。-c++ call java funtion using jni.
Platform: |
Size: 1516544 |
Author: 刘鑫生 |
Hits: