
progress
kaixwangwei
AIOT
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
QT学习记录-进度条:
QT学习记录-进度条:在QT中可以用QProgressBar或着QProgressDialog来实现进度条。 QProgressDialog:QProgressBar: // progress.h#ifndefPROGRESS_H#definePROGRESS_H#include#include#include#include#includeclassp原创 2013-01-30 10:11:49 · 2162 阅读 · 0 评论 -
Android中C/C++打印堆栈的方法
Java可以方便的打印函数的调用栈。C/C++也可以为了显示在vm/Misc.cpp中谁调用了函数dvmAllocRegion,在这个函数中加入下面红色代码:点击(此处)折叠或打开#include ...void *dvmAllocRegion(size_t byteCount,int prot, const char *name){..转载 2013-12-10 22:33:44 · 8434 阅读 · 0 评论