登录
首页 » QT » The-road-of-QT-learning

The-road-of-QT-learning

于 2016-09-13 发布 文件大小:4278KB
0 283
下载积分: 1 下载次数: 1

代码说明:

   Qt,和 wxWidget 一样,它也是一个标准的 C++库。但是它的语法很类似于 Java 的 Swing,十分清晰,而 且 SIGNAL/SLOT 机制使得程序看起来很明白——这也是我首先选 择 Qt 的一个很重要的方面,因为我是学 Java 出身的 :) 。不过,所谓“成也萧何,败也萧 何”,这种机制虽然很清楚,但是它所带来的后果是你需要使用 Qt 的 qmake 对程序进行预 处理,才能够再使用 make 或者 nmake 进行编译。并且它的界面也不是原生风格的,尽管 Qt 使用 style 机制十分巧妙的模拟了本地界面。另外值得一提的是,Qt 不仅仅运行在桌面环境 中,Qt 已经被 Nokia 收购,它现在已经会成为 Symbian 系列的主要界面技术——Qt 是能够 运行于嵌入式平台的。(Qt, and wxWidget, it is also a standard C++ library. But its syntax is very similar to Java' s Swing, very clear, and SIGNAL/SLOT mechanism makes the program seem to understand- and this is my first choice is a very important aspect of Qt, because I was born to learn Java :). However, the so-called " as also Xiao, also lost" , although this mechanism is clear, but its consequences is that you need to use Qt' s qmake program is preprocessed, it can be reused make or nmake to compile. And its interface is not the native style, despite the use of Qt style very clever mechanism to simulate the local interface. Also worth mentioning is that, Qt only run in the desktop environment, Qt has been acquired by Nokia, it has now become the main interface technology Qt Symbian series is the ability to run on embedded platforms.)

文件列表:

Qtѧϰ֮·(1-60).pdf,4605587,2014-02-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Python核心编程 第3版 中文版
    本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。 第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。 第 2 部分 讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。 本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts. Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on. Part 2 Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents. This book is suitable for Python developers with some experience.)
    2020-06-17 10:40:02下载
    积分:1
  • 练习
    python编程约40例,有词频统计、读写文件、有网络爬虫、绘制图像等例程(Python programming about 40 examples, including word frequency statistics, reading and writing files, network crawlers, drawing images and other routines)
    2019-05-17 13:30:24下载
    积分:1
  • Wavelets For Kids A
    说明:  小波分解的入门级教材,内容不多,但讲解平实,简单易懂,可以作为刚开始学习小波的同学的阅读材料(wavelet decomposition of the entry-level teaching materials, as small, but on the down-to-earth, simple, as it has just begun to study wavelet students reading material)
    2005-09-22 19:54:13下载
    积分:1
  • houheixue
    说明:  厚黑学,一本非常好的书。对于您的成功将起来很大的帮助(Thick black school, a very good book. For your success will be of great help to them)
    2008-09-02 17:02:34下载
    积分:1
  • sfun
    自己写的文章,总结了s函数的使用方法,并且实现了风速与风机的模拟,希望对相关的人有启示(Write your own article, summed up the s function to use, and to achieve a simulated wind speed and fan, I hope the relevant people have inspiration)
    2011-06-24 15:50:00下载
    积分:1
  • 计算机网络自顶向下方法第五版
    计算机网络自自顶向下的方法 第五版原版 英文书籍。Computer Networking A Top-Down Approach 5th Edition(Computer Networking A Top-Down Approach 5th Edition)
    2020-11-12 00:29:44下载
    积分:1
  • TCPIPVolume1
    《TCP/IP详解,卷1:协议》是一本完整而详细的TCP/IP协议指南。描述了属于每一层的各个协议以及它们如何在不同操作系统中运行。作者用Lawrence Berkeley实验室的tcpdump程序来捕获不同操作系统和TCP/IP实现之间传输的不同分组。对tcpdump输出的研究可以帮助理解不同协议如何工作。 本书适合作为计算机专业学生学习网络的教材和教师参考书。也适用于研究网络的技术人员。 (" TCP/IP Detailed, Volume 1: The agreement" is a complete and detailed TCP/IP protocol guidelines. Describe each level belonging to the various agreements and how they run on different operating systems. Author Lawrence Berkeley Laboratory with the tcpdump program to capture the different operating systems and TCP/IP to achieve the different between the sub-transmission. Tcpdump output of research can help understand how different protocols work. This book suitable for students learning computer network reference materials and teachers. Research network also applies to technical staff.)
    2009-06-08 22:46:12下载
    积分:1
  • Three-phase
    三相辐射型配电网络的相分量潮流计算Three-phase radial distribution network load flow calculation of phase component(Three-phase radial distribution network load flow calculation of phase component)
    2009-10-19 12:26:47下载
    积分:1
  • fsvm
    说明:  支持向量机的快速分类方法,是一篇论文要的可以看看。(Fast Support Vector Machine classification method is a paper that can look to.)
    2009-08-31 18:12:43下载
    积分:1
  • 14230-1s
    ISO14230-1 specification
    2009-03-31 16:42:49下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载