码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-07-22 23:11:32    阅读次数:388
qpainter qpixmap
qt中控件在预编译过程中就已经加载,不能使用带参数的宏或者函数指针代替,必须要保证 预处理后 控件名字存在
分类:其他好文   时间:2014-07-22 23:09:55    阅读次数:241
Bootstrap 网格系统
自版本 2.3.2 起,Bootstrap 提供了两种类型的网格,默认网格系统和流动网格系统。默认的网格系统是 940px 宽和 12 列。本文主要讲解第一种。首先让我们看,怎么来应用默认网格系统 Fixed layout example with Bootstrap ...
分类:其他好文   时间:2014-07-22 23:09:54    阅读次数:338
H.264转码加速:NVENC大战Quick Sync
GPU加速技术对普通消费者最直观的影响就是视频转码应用上了,NVIDIA.、AMD以及Intel都有自己的加速技术,而在新一代CPU和GPU架构上,三方都有更新的技术方案。 NVIDIA在Kepler架构上引入了NVENC编码单元,实测画质与CUDA相当,但是速度更快,只不过在速度和功耗上依然...
分类:其他好文   时间:2014-07-22 23:08:34    阅读次数:431
Palindrome Partitioning
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:其他好文   时间:2014-07-22 23:08:15    阅读次数:446
Qt入门 - QTextEdit
QTextEdit *textedit = new QTextEdit();获取文本框内容:QStringqstring = textedit->toPlainText();设置文本框内容:textedit->setPlainText(qstring);自动跳到最后一行:QTextCursor tc...
分类:其他好文   时间:2014-07-22 23:07:54    阅读次数:2395
Bootstrap 表格
Bootstrap 的简单表格实例 Example of Table with twitter bootstrap Student-ID First Name Last Name ...
分类:其他好文   时间:2014-07-22 23:06:56    阅读次数:327
Bootstrap 排版
Bootstrap 排版实例 Example of Typography with bootstrap This is heading 1 / H1This is heading 2 / H2This is heading 3 / H3This is heading 4 / H4This ...
分类:其他好文   时间:2014-07-22 23:06:56    阅读次数:351
Bootstrap 布局
bootstrap提供的布局主要有两种,固定布局和流动布局。Bootstrap 固定布局用法 ... 实例:Example of Fixed Layout with Bootstrap version 2.0 from w3cschool.ccHomeAboutContactw3csch...
分类:其他好文   时间:2014-07-22 23:06:55    阅读次数:812
C++ Project 积累(四)
1. 指针使用2. 在循环体内使用 return 的坏处3. quick and dirty, performance and design strategy
分类:编程语言   时间:2014-07-22 23:06:33    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!