-
ThinkingC++
Thinking C++ 中文版,学习VC++的好书,用简单的例子和简练的叙述讲解C++编程,别具特色。
全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。(Thinking C++ Chinese version, learning VC++ The book, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into eighteen chapters, covering the evolution of object, data abstraction, hidden realize, initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable.)
- 2008-08-08 09:32:45下载
- 积分:1
-
VCMFCteach_road
MFC学习资料,介绍MFC的各个方面,这个资料相当好(MFC study,introuduce MFC)
- 2010-01-29 16:18:07下载
- 积分:1
-
HACKprogramming
HACK编程精讲
黑客手册图书额
解压缩密码 www.xiakezhu.com
电子书密码:www.nohack.cn
(HACK Programming Manual Book精讲hackers extract the amount of e-book password www.xiakezhu.com password: www.nohack.cn)
- 2008-12-27 20:04:49下载
- 积分:1
-
EMD-cPP
说明: EMD分解c语言描述,循环过程说明,大家可以参考 (C language to describe the EMD decomposition, cycle instructions,)
- 2021-02-03 01:10:00下载
- 积分:1
-
如何获取某个进程的主窗口以及创建进程的程序名?
如何在windows内存中获取进程,对于软件的破解,有帮助。可以对正在执行EXE文件进行操作(windows in the process of memory access, the software decoded and help. It is the implementation of EXE files operation)
- 2005-07-16 13:55:35下载
- 积分:1
-
Essence-Simplified-of-com
这是一本专门介绍com的电子书,对com的诠释的非常透彻(This is a devoted com e-books on the interpretation of a very thorough com)
- 2009-09-05 20:00:45下载
- 积分:1
-
TheCPLcn
序自从1978年《C程序设计语言》出版以来,计算机界经历了一场革命。大型计算机变得更大;而个人计算机的能力可以和十年前的主流计算机相媲美。在这段时间中,C语言也在悄悄地改变,并且早已超出了仅仅作为UNIX操作系统的语言的范畴。(sequence since 1978 "C Programming Language" has been published, the computer industry has undergone a revolution. Large computers become bigger; But the personal computer and the ability to mainstream a decade ago comparable computer. During this period of time, C language is also quietly change, and already in excess of the UNIX operating system only as the language of the area.)
- 2006-07-25 16:20:22下载
- 积分:1
-
C
说明: C语言大全,包含c的库函数和100个经典的c语言源程序。(C Language Book, including the c library function and the 100 classic c language source code.)
- 2009-06-15 22:45:38下载
- 积分: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
-
C_Primercode
我收藏了好久的资料!C++ Primer的随书源代码(I am a long time data collection! C++ Primer of source code with the book)
- 2010-05-12 12:49:55下载
- 积分:1