码迷,mamicode.com
首页 >  
搜索关键字:a robot has been pro    ( 18579个结果
QT内label控件通过opencv显示图像
1.对pro进行配置,使其能够理解opencv。INCLUDEPATH+=d:\opencv249\include\opencv d:\opencv249\include\opencv2 d:\opencv249\include LIBS+=d:\opencv249\lib\libopencv_calib3d24...
分类:其他好文   时间:2014-05-22 10:29:14    阅读次数:373
Windows下 修改GRUB背景图片(xpm.gz)
Windows下 修改GRUB背景图片(xpm.gz)By Jairkung @2014.05.11核心提示:所需软件:1.Paint Shop Pro 6(图片编辑)http://upan.cc/tools/others/2009/youpan_218.html 2.xnview(格式转换)htt...
分类:Windows程序   时间:2014-05-22 05:15:16    阅读次数:435
Uniblue PowerSuite Pro 2014 v4.1.9.0 注册汉化版|系统优化加速
Uniblue PowerSuite 是一个功能强大的系统优化软件套装,其整合了系统加速 Speed Tool、系统优化 SystemOptimization和磁盘优化 DiskOptimization三个软件版块。 功能说明1、Speed Tool 专门用于提升系统性能,加快系统运行速度; Spe...
分类:其他好文   时间:2014-05-22 04:51:25    阅读次数:314
#ifdef #endif #if #endif
c语言里所有以#开头的都是预编译指令,就是在正式编译之前,让编译器做一些预处理的工作。 #ifdef DEBUG printf("variable x has value = %d\n",x); #endif#if和#endif是配对的,叫做条件编译指令,如果满足#if后面的条件,就编译#if和#....
分类:其他好文   时间:2014-05-22 04:37:10    阅读次数:251
JavaScript Patterns 2.5 (Not) Augmenting Build-in Prototypes
Other developers using your code will probably expect the built-in JavaScript methods to work consistently and will not expect your additions. And pro...
分类:编程语言   时间:2014-05-22 02:21:49    阅读次数:298
杭电1085(多重背包求解)
题目:We all know that Bin-Laden is a notorious terrorist, and he has disappeared for a long time. But recently, it is reported that he hides in Hang Zho...
分类:其他好文   时间:2014-05-22 01:09:55    阅读次数:328
走向视网膜(Retina)的Web时代
维基百科将Retina译为“视网膜”。"Retina"一词,原意是“视网膜”的意思,指显示屏的分辨率极高,使得肉眼无法分辨单个像素。苹果的“iPhone4”和"new iPad"以及“Macbook Pro”中已经使用了Retina(视网膜)技术。这是一种新的屏幕的显示技术。苹果表示,Retina屏...
分类:Web程序   时间:2014-05-21 22:34:01    阅读次数:592
hdu 1171 Big Event in HDU 多重背包
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ever been split into Comp...
分类:其他好文   时间:2014-05-21 10:51:55    阅读次数:300
[ACM] hdu 2717 Catch That Cow (BFS)
Catch That Cow Problem Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number li...
分类:其他好文   时间:2014-05-21 07:02:40    阅读次数:312
使用Qtcreator开发嵌入式linux程序
http://qt-project.org/doc/qtcreator-3.0/creator-project-cmake.html方法1:使用qmake编辑工程文件xxxx.pro添加equals(QT_ARCH,"arm"){target.path=/tmp/$${TARGET}/binINSTALLS+=target}CONFIG(debug,debug|release){message(thisisdebugversion)}else{DEFINES+=QT_NO_DEBUG_..
分类:系统相关   时间:2014-05-20 18:15:36    阅读次数:478
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!