DL : 6
嘒彼小星的笔记
http://blog.csdn.net/iamdbl/
1.1从Hello Qt开始
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本。
1 #include <QApplication>
2 #include <QLabel>
3 int main(int argc, char *argv[])
4 {
5 QApplication app(argc, argv);
6 QLabel *label = new QLabel("Hello Qt!");
7 label->show();
8 return app.exec();
9 }
Update : 2009-01-08
Size : 1.33mb
Publisher : liruixin0202
DL : 0
qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Update : 2025-02-17
Size : 3kb
Publisher : zww
DL : 0
t嵌入式图形开发实战篇
嵌入式应用的开发工作基本上是在工作站或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台,将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用到了Qt/Embedded 的库,所以我们还要将Qt/Embedded 库的源代码编译链接成为适合在这个硬件平台上使用的二进制目标代码库。当一个Qt/Embedded 应用被部署到小型设备上,并可靠的运行,这样一个开发过程才宣告结束。
介绍如何在一台装有Linux操作系统的机器上建立Qt/Embedded开发环境。
并教初学者认识Qt/Embedded 开发环境。-t embedded graphics development PART real embedded applications development work is basically in the workstation or PC End 10% of our work on the machine running debug embedded applications, results showed that output will be in a small simulation equipment display terminal on the simulator. Late in the development, we need to according to our choice of embedded hardware platforms, embedded applications will be compiled into a suitable link in the hardware platform running on the binary object code, As the application to use the Qt/Embedded libraries, So we need to Qt/Embedded for compiling the source code for the link as the hardware platform so the binary object code library. When a Qt/Embedded applications are deployed in small devices, and reliable operation, such a development p
Update : 2025-02-17
Size : 847kb
Publisher : 高颖峰
DL : 0
《用Python和Qt进行快速GUI编程》英文PDF + 源码
Update : 2025-02-17
Size : 5.24mb
Publisher : maybemay
DL : 0
QT做的PDA人机界面, QT做的PDA人机界面,-QT the PDA to do man-machine interface, QT do PDA man-machine interface, QT to do human-machine interface of the PDA,
Update : 2025-02-17
Size : 885kb
Publisher : wang
DL : 0
基于Qt4的网络聊天程序,Qt4的类库实现,Qt可实现跨平台,一次编写到处编译。-The Chat Program,which is based on the Qt4 Class Library.
Update : 2025-02-17
Size : 95kb
Publisher : RoyNee
DL : 0
QT中文白皮书,简单讲解了各个模块的用法,适合各个QT初学者-QT Chinese white paper, I will briefly mention the use of various modules, suitable for beginners all QT
Update : 2025-02-17
Size : 1.66mb
Publisher : 欧阳
DL : 0
为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视
点下的多幅深度图像, 根据它们之间颜色和纹理的相关性, 通过逆投影变换, 可将图像中象素点映射到三维空间中的正
确位置. 然后再经模型重建和重投影, 可获取实体在任意视点下的图像. 实验结果表明, 这种建模方法具有复杂度恒定、
获取图像真实感强等优点, 适用于形状、 结构复杂的物体的重建.-: In o rder to reconst ruct th ree di mensi on model of an object, a new method of hybr id modeling is p resented .
Th is method use mut i p le range i mage of different viewpo int, acco rding to the co lo r and texture, the p ixel po int can be
mapped to co r rect po sit i on in th ree di mensi on space by the backp ro ject t ransfo rmat i on. Then the i mage can be go t in
any viewpo int by modeling reconst ruct i on and rep ro ject i on. Exper i ments has p roved that th is method can acquire h igh
realist ic i mage and has stat ic comp lexit i on. It can be used to reconst ruct some objects w ith comp licated shape and
topo logies
Update : 2025-02-17
Size : 126kb
Publisher : christine
DL : 0
PDA 界面这个一个简单的PDA开发界面,包含一些功能按钮。经过QT/E 4.5.3编译可以运行。-pda interface
Update : 2025-02-17
Size : 8.07mb
Publisher : 王先生
DL : 1
一个QT的PPT教程,简单易学,是QT入门非常好的资料。-A QT-PPT tutorials, easy to learn, is a very good entry-QT data.
Update : 2025-02-17
Size : 400kb
Publisher : jiang wei
DL : 0
QT4中文手册从Helloworld经典程序带领你从入门到精通QT.压缩包里是一个PDF文档-QT4 Chinese Manual classic program from a Helloworld lead you from entry to the master QT. Compressed bundle is a PDF document
Update : 2025-02-17
Size : 3.43mb
Publisher : free
DL : 0
用QT写的P2P的QQ。可以实现简单的P2PQQ通讯。在windows下写的。用的QT4+creator-qt+creator p2p qq sfotware
Update : 2025-02-17
Size : 4.93mb
Publisher : 周远彬
DL : 0
C++GUI+Programming+with+Qt+4+中文版(第一章至第十章).doc-C+++ GUI+ Programming+ with+ Qt+4+ Chinese (the first chapter to chapter X). Doc
Update : 2025-02-17
Size : 1.55mb
Publisher : 杨乾隆
DL : 0
个人感觉是目前市场上比较详细介绍QT的教材,适合初学者自学。-Personal feeling is that a more detailed introduction on the market QT materials, suitable for beginners learning.
Update : 2025-02-17
Size : 20.95mb
Publisher : 王飞
DL : 0
c++开发qt界面的书籍,适用于开发qt界面-c++ books, development qt interface for developers qt interface
Update : 2025-02-17
Size : 1.48mb
Publisher : 林浩
DL : 0
第1 章走近Qt
第2 章Qt 的安装与配置
第3 章Qt 编程基础
第4 章Qt 4 集成开发环境
第5 章使用Qt4 基本GUI 工具
第6 章Qt 4 程序开发方法和流程
第7 章对话框
第8 章主窗口
第9 章Qt 样式表与应用程序观感
第10 章在程序中使用.ui 文件
第11 章布局管理
第12 章使用Qt Creator
第13 章Qt 核心机制与原理-Chapter 1 approached Qt
Chapter 2 Installation and configuration of Qt
Chapter 3 Qt Programming Basics
Chapter 4 Qt 4 Integrated Development Environment
Chapter 5 Using the basic Qt4 GUI tool
Chapter 6 Qt 4 application development methods and processes
Chapter 7 Dialog
Chapter 8 of the main window
Chapter 9 Qt Style Sheets with the application look and feel
Chapter 10. Using .ui file in the program
Chapter 11 layout manager
Chapter 12 using Qt Creator
Chapter 13 Qt core mechanism and principle
Update : 2025-02-17
Size : 7.73mb
Publisher : liu
DL : 0
这是一本介绍Qt4下使用sqlite数据库的书籍!-this is a book for the sqlite in Qt !
Update : 2025-02-17
Size : 2.64mb
Publisher : 张双宝
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.