-
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
-
driverstudio_tool
一个对driverstudio工具开发包的详细介绍(A tool kit driverstudio detailed introduction)
- 2008-07-16 10:16:28下载
- 积分:1
-
Matlab智能算法30个案例分析pdf
关于MATLAB实现智能算法的书籍,以案例为基础,容易理解(The realization of MATLAB intelligent algorithm books, based on a case, easy to understand)
- 2017-11-02 18:34:05下载
- 积分:1
-
Ruby.Programming.Language.Oreilly
本书的风格跟C语言的经典《The C Programming Language》相似,作者同样也是著名技术作家和语言缔造者的组合。本书与一般的Ruby语言图书相比,除了介绍如何使用Ruby语言外,还讲述了Ruby的实现原理及内部运作机制。堪称Ruby之经典之作(The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team:
• David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository.
• Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book.
• why the lucky stiff, artist and Ruby programmer extraordinaire.
This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules.
The book also includes a long and thorough introduction to the rich API of the R)
- 2011-02-10 07:33:27下载
- 积分:1
-
NURBS110707
高速切削加工技术是一种先进的制造技术,具有强大的生命力和广阔的应
用前景,已成为切削加工的主流。数控插补技术是数控系统实现轨迹运动控制
的基础,插补运算是CNC系统软件实现运动控制的核心模块,插补算法的优劣
将直接影响到CNC系统的性能。因此,实现一种高精度和高速度的插补方法是
插补的关键所在。
本文在分析传统基准脉冲插补、数据采样插补的算法的基础上,着重研究
了三次NURBS曲线实时插补技术,针对部分算法的不完整或效率低,提出了
一种简单快捷的插补算法。采用NURBS曲线的矩阵表达式,将整个插补过程
分解为插补预处理和实时插补。在插补预处理中完成了大量的计算,预处理的
计算结果直接应用于实时插补,使插补算法满足了NURBS曲线插补的实时性
要求,再辅以必要的轮廓误差控制,实现了加工速度自适应于加工路径的
NURBS曲线直接插补。
本文讨论的插补算法采用C++语言实现,并在VC++6.0的编程环境中实现
了插补算法的计算机仿真,验证了算法的正确性和可行性。(The high speed cutting is one of advanced manufacture technique,which has the powerful vitality and the broad application,and already became the mainstream of machining.The interpolation technology of NC is the foundation of path s control in the CNC system,and the interpolation operation is the core module of
CNC system software,which comes the motion control true.The interpolation
algorithm,whose function is good or bad,directly influences the performance of CNC system.So,a kind of interpolation method with the high accuracy and high speed is the key of interpolation.
Based on analyzing the traditional pulse interpolation and data sampling
interpolation,this paper emphasizes on the NURBS curve real-time interpolation
technology.In view of the partial algorithms which is incomplete and the low efficiency,this paper propose a simple and quick interpolation algorithm.Using the
matrix representation of NURBS curve,the whole interpolation process is divided into appropriate pretreat)
- 2011-07-07 11:46:17下载
- 积分:1
-
brainstormers-rc09-tdp.pdf.tar
Brainstomers 2D TDP 2009
- 2010-01-17 06:20:04下载
- 积分:1
-
HackerskillV1.0
详细描述各种环境下黑客攻击的各种手段的电子书(A detailed description of the various means of hacking e-book)
- 2010-01-05 16:48:54下载
- 积分:1
-
14230-1s
ISO14230-1 specification
- 2009-03-31 16:42:49下载
- 积分:1
-
OVERVIEW_NCS
networked system estimation dynamic systems
- 2017-05-21 16:24:26下载
- 积分:1
-
矩阵分析与应用习题解答.pdf
矩阵分析与应用(张贤达)的习题解答的答案,个人感觉还是比较详细的(The answer of matrix analysis and application (Zhang Xianda))
- 2018-06-11 22:36:24下载
- 积分:1