摘要:
1. https://wiki.termux.com/wiki/User_Interface There are three additional interface elements available: A context menu, navigation drawer and notifica 阅读全文
摘要:
[原创,未经许可,请勿转载] 1. Porting 2. Coding 3. Survy 4. Debug and Investigate 5. Prototyping 阅读全文
摘要:
1. smart_ptr, weak_ptr 2. 阅读全文
摘要:
1.Android使用的不是libc? 2.Android.mk的写法,CXX FLAG, C FLAG的选择与兼容 3.是否需要写Android.bp 4.库的生成位置 5.库的权限问题 6. 那些库不需要移植? 阅读全文
摘要:
Introduction to Pulse Width Modulation (PWM) Barr Group PWM(脉宽调制)的基本原理 及其 应用实例 - 快乐&&平凡 - 博客频道 - CSDN.NET 01 - What is PWM? | Member Robot Tutorials A 阅读全文
摘要:
https://gcc.gnu.org/wiki/Atomic/GCCMM 阅读全文
摘要:
同步、更新、下载Android Source & SDK from 国内镜像站 http://www.cnblogs.com/baizx/p/4442723.html Android 的 so 文件加载机制 https://www.cnblogs.com/dasusu/p/9810673.html 阅读全文
摘要:
http://www.cnblogs.com/zhangpengshou/p/3537619.html 修改用户环境变量 用户环境变量通常被存储在下面的文件中: ~/.profile ~/.bash_profile 或者 ~./bash_login ~/.bashrc https://www.lin 阅读全文
摘要:
1.doxygen不run 原因是没有选择工作目录,或者工作目录的斜杠不是"/",而是"\"。 2. enable eclipse indexer (but still not good, can not find some symbol) select the folder you choose 阅读全文
摘要:
- makefile syntax 'ifneq' https://www.gnu.org/software/make/manual/html_node/Conditional-Example.html - [CMake] undef a symbol https://cmake.org/piper 阅读全文