码迷,mamicode.com
首页 >  
搜索关键字:jni cc++    ( 6386个结果
学习网站
js 在线学习手册http://javascript.jz123.cn/http://www.w3school.com.cn/js/http://www.itlearner.com/code/js_ref/contents.htmhttp://www.w3cschool.cc/jquery/jque...
分类:Web程序   时间:2014-05-10 20:20:07    阅读次数:505
Dangling pointer(悬垂指针、迷途指针)和 Wild pointer(野指针)
在...
分类:其他好文   时间:2014-05-05 21:22:14    阅读次数:295
[转]delphi xe6 android屏幕操持常亮
1) setting the Project Options, Uses Permissions, Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call: AcquireWakeLock; // at...
分类:移动开发   时间:2014-05-05 11:29:06    阅读次数:501
jQuery顺序加载图片(终版)
这一篇是对上一篇(jQuery顺序加载图片(初版)--http://www.cnblogs.com/newbie-cc/p/3707504.html)的改进.function loadImage(imgList,callback){ if(!$.isArray(imgList) || !$.isF....
分类:Web程序   时间:2014-05-05 10:18:16    阅读次数:344
JNI学习之Invocation API
JNI Invocation API资料的学习笔记。...
分类:Windows程序   时间:2014-05-04 08:50:17    阅读次数:1964
android JNI调用
android JNI...
分类:移动开发   时间:2014-05-03 16:14:05    阅读次数:250
Cocos2d-x3.0 RenderTexture(一) 保存
.h #include "cocos2d.h" #include "cocos-ext.h" #include "ui/CocosGUI.h" #include "cocostudio/CocoStudio.h" USING_NS_CC; USING_NS_CC_EXT; using namespace ui; RenderTexture* _target; Vector _...
分类:其他好文   时间:2014-05-02 20:33:15    阅读次数:370
vim c++补全
弄了个vim对c++的补全,主要参考自:http://vim.wikia.com/wiki/C%2B%2B_code_completion首先确定vim编辑.cc或者.cpp文件时当前自动补全函数,在命令模式下输入:set omnifunc?如果得到的结果为:omnifunc=ccomplete#C...
分类:编程语言   时间:2014-05-02 11:38:09    阅读次数:373
机器学习(ML)中文视频教程
本节是李政軒Cheng-Hsuan Li的关于机器学习一些算法的中文视频教程。讲得很好不错。这里非常感谢他的分享:http://www.powercam.cc/chli。也贴到这里,和大家共同学习。...
分类:其他好文   时间:2014-05-02 05:25:33    阅读次数:569
Cocos2d-x3.0 RenderTexture(三)
.h #include "cocos2d.h" #include "cocos-ext.h" #include "ui/CocosGUI.h" #include "cocostudio/CocoStudio.h" USING_NS_CC; USING_NS_CC_EXT; using namespace ui; private: cocos2d::SpriteBatchNode *...
分类:其他好文   时间:2014-05-02 04:59:30    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!