搜索资源列表
C++ Primer的随书源代码
- C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer
C++_tushuguangdetushu
- 假设图书馆的图书包含书名、编号和作者属性,读者包含姓名和借书证属性,每们读者最多可借5本书。设计一个类object,从它派生出图书类book和读者类reader,在reader类中有一个rentbook()成员函数用于借阅图书。-The assumption that the library contains books title, number and author attributions, readers contain the name and library card attribu
cinemac
- Project from C++, simple database of cinema with using object
object-tracking
- This is source code about particle fitler tracking. This is written by c++.-This is source code about particle fitler tracking. This is written by c++.
kalman_filter
- 应用于在地面有起始运动的卡尔曼滤波器。物体运动检测识别。-The filter was applied to trajectory of body that start motion on the ground with velocity start at angle 40 degrees. First part of the code generate this motion. Nose added to simulate nose of measurement or nose of obje
prjconverter8
- VC7到VC6工程的转换工具 VC7到VC6工程的转换工具-//----------------------------------------------------------------- // Game Engine Object // C++ Source- GameEngine.cpp //----------------------------------------------------------------- //--------------------
c
- c++面向对象编程实例,模仿并实现电梯系统的运行-c++ object-oriented programming examples to imitate and implement the operation of elevator systems
objective21
- object c 的一个关于cycle的实现及其他一些内容,详见压缩包-cycle
CoverFlow
- objective—c的coverflow,相信很多人都需要-objective-c of coverflow, I believe many people need
ObjectProgramming-with-C
- 本资料为英文版,有一定难度。 本资料较详细地介绍了用面向对象方法进行C编程,对于有一定复杂度的嵌入式编程很有启发性。-This information is in English, there is a certain degree of difficulty. This information is a more detailed descr iption of the method of C with object-oriented programming, for a certain
C-Object-Oriented
- 用C语言实现面向对象的例子,给大家灵感,欢迎讨论。-Examples of object-oriented C language, and inspiration to everyone, and welcome discussion.
TouchXml_Test
- Object-C软件开发中的xml解析-Object-C XML analysis
Object-combination-
- 对刚入门C++的人学习对象组合思想很有帮助-Just getting started on the C++ learning object combination thought helpful
C语言实现面向对象
- C语言是面向过程的语言,编写的程序干净利落,但是有时候我们还是需要面向对象的,又不想使用C++这种冗杂的语言,可以使用C语言实现面向对象框架(C language is a process oriented programming language, but sometimes we still need to be smooth and clean, object oriented, and do not want to use C++ this miscellaneous language,
6-15
- C++面向对象编程习题6-15练习与标准答案不同,测试通过(practice 6-15 C++ object oriented programming exercises 6-15 exercises, and the standard answer is different, the test passed)
深度探索C 对象模型.pdf
- 对研究C底层对象的 开发特别有帮助,对研究底从开发学习有壹(It's especially helpful for researching the underlying object development of C)
C++Primer3rdEdition
- 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based(The changes between the second and third editions of this book are very large. One o
C++语言程序设计(郑莉清华大学)第4版
- 面向对象程序设计,pdf电子书,第四版清华大学 郑莉著(Object oriented programming, PDF e-book, fourth edition of Zheng Li, Tsinghua University)
Objective-C基础教程(第2版)
- Object-C基础教程,适合于刚入门的程序员学习使用,涵盖了OC开发的主要技术(Object-C basic tutorials, suitable for beginners to learn and use, cover the main technologies of OC development)
198个经典C#WinForm实例源码(超赞)
- c#基础学习实例,C# 是一种面向对象的编程语言。在面向对象的程序设计方法中,程序由各种相互交互的对象组成。相同种类的对象通常具有相同的类型,或者说,是在相同的 class 中。(C# basic learning example, C# is an object oriented programming language. In the object oriented programming method, the program consists of various interacted