NDK编程
llzz1985
android开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NDK学习之helloworld
#include #include #include #include /* V void void Z jboolean boolean I jint int J jlong long D jdouble double F jfl原创 2014-12-05 09:43:32 · 573 阅读 · 0 评论 -
NDK编程之SDL(2.0)线程练习
函数API http://www.ginkgobitter.org/sdl/?SDL_TLSSet #include #include #include #include "SDL.h" #include "SDL_thread.h" static SDL_TLSID tls; static int alive = 0; /* Call this instead of exit(),翻译 2014-12-07 10:29:21 · 802 阅读 · 0 评论
分享