11 2015 档案

摘要:md5.h文件//// Created by Alex on 2015/11/24.//#ifndef CLION_WORK_MD5_H#define CLION_WORK_MD5_Htypedef struct { unsigned int count[2]; unsigned int... 阅读全文
posted @ 2015-11-24 10:55 Alex_the_coder 阅读(3370) 评论(0) 推荐(0)
摘要:JNI和Java中的数据类型对应如下:Java类签名关系如下:查看Java类签名方法如下:JNIEnv中方法列表如下:具体见ndk目录下 阅读全文
posted @ 2015-11-20 16:58 Alex_the_coder 阅读(149) 评论(0) 推荐(0)