-
The-road-of-QT-learning
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.)
- 2016-09-13 20:40:22下载
- 积分:1
-
python二级复习策略
Python是一种计算机程序设计语言。是一种面向对象的动态类型语言,最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越来越多被用于独立的、大型项目的开发。(Python is a computer programming language. As an object-oriented dynamic typed language, it was originally designed to write automated scripts (shells). With the updating of versions and the addition of new language functions, it is increasingly used in the development of independent, large-scale projects.)
- 2020-06-25 05:40:02下载
- 积分:1
-
opengl
Nehe的opengl全部教程,适用于c++语言,适合初学者。(All Nehe' s opengl tutorials for c++ language, suitable for beginners.)
- 2014-05-05 17:28:47下载
- 积分:1
-
Book
说明: Optical communication system book for Matlab
- 2020-06-19 10:00:02下载
- 积分:1
-
book1
Solving NP-hard discrete optimization problems to optimality is often an immense
job requiring very ecient algorithms, and the B&B paradigm is one of
the main tools in construction of these. A B&B algorithm searches the complete
space of solutions for a given problem for the best solution. However, explicit
enumeration is normally impossible due to the exponentially increasing number
of potential solutions. The use of bounds for the function to be optimized combined
with the value of the current best solution enables the algorithm to search
parts of the solution space only implicitly.
- 2010-12-14 03:52:40下载
- 积分:1
-
ZOJ-1000-3046
ZOJ的测试源码,绝对是AC编程党的福利。(ZOJ test source code, the programming of the party s welfare.)
- 2014-10-24 09:31:16下载
- 积分:1
-
EMIEMC3
EMIEMC 设计讲座3,值得学习的好资料(emi)
- 2010-01-24 22:35:46下载
- 积分:1
-
1
说明: 结构随机振动,很经典的英文原版课本。Random Vibrations Analysis of Structural and Mechanical Systems(Random Vibrations Analysis of Structural and Mechanical Systems)
- 2016-07-26 12:31:15下载
- 积分:1
-
S7-1200使用手册
说明: 这是一本关于西门子S7-1200控制器的编程手册(Siemens s7-1200 programming manual)
- 2020-06-17 05:00:02下载
- 积分:1
-
Machine-Learning
基于高斯过程的机器学习,其中包括回归问题和分类问题(machine learning)
- 2016-07-02 16:42:35下载
- 积分:1