-
Java Call C++ DLL
In JAVA coding, we can call c++ functions.
Example, System.loadLibrary("good"); // good is c++ dll name
That dll includes two API functions:
JNIEXPORT jint JNICALL Java_TestDLL_get(JNIEnv *, jclass);
JNIEXPORT void JNICALL Java_TestDLL_set(JNIEnv *, jclass, jint j);
- 2022-05-31 01:31:47下载
- 积分:1
-
andrid---Networking
Android从入门到精通.
网络编程部分原代码以及文档。(android programming for networking)
- 2011-12-29 00:15:02下载
- 积分:1
-
基于JSP+Servlet的简单的计算税额的案例源代码
这是本人自己编写的一个简单的计算税额的软件,使用了Myeclipse编写的,基于JSP+Servlet的,但是没有使用连接数据库,有可视化的简单的页面。
- 2023-01-07 23:05:03下载
- 积分:1
-
android 照片拍摄 录音等功能
android 照片拍摄 录音等功能
- 2013-10-31下载
- 积分:1
-
android陀螺仪应用
用于android手机中陀螺仪姿态角检测,包含了KF算法。
可以用于各种手机姿态、倾角检测。
// Integrate around this axis with the angular speed by the timestep
// in order to get a delta rotation from this sample over the timestep
// We will convert this axis-angle representation of the delta rotation
// into a quaternion before turning it into the rotation matrix.
- 2022-03-04 23:31:56下载
- 积分:1
-
webRTC开发
资源描述可以基于ICE框架,升级为广域网;可以一对一,一对多,多对多音视频对讲聊天
- 2023-04-15 21:25:04下载
- 积分:1
-
购书系统struts+hibernate
网上购书系统,struts+hibernate架构~内涵数据库sql文件~在sqlserver2000上配置运行~
- 2023-09-04 12:15:04下载
- 积分:1
-
android SDCard存储 示例源码
android SDCard存储 示例源码
- 2014-03-14下载
- 积分:1
-
Thgs
This is a good example of a ListBox to learn from Symbian.
- 2018-09-27 11:06:26下载
- 积分:1
-
S212_Camera
android 手机摄像头演示程序,android 手机摄像头演示程序,android 手机摄像头演示程序(android phone camera demo)
- 2013-11-21 19:41:05下载
- 积分:1