搜索资源列表
OBJECT.rar
- OBJECT C++面向对象编程源代码集!
c++primeranswer
- C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
vc_jiqiaoshili_part10_11_12
- Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyO
c++codes
- 清华大学 C++面向对象程序设计 谭浩强主编 一书的源码,好不容易才弄到。-C + + object-oriented program design Hao-editor of a book source, prompting eyebrows.
oopc
- c语言是面向过程的程序语言,可是用它也能实现面向对象,该代码给出实现面向对象的c源码-c language is process-oriented programming language, but to use it is possible to achieve object-oriented, The code is given to achieve the object-oriented c FOSS
lab_exam_c++
- c plus for multiclasses pointer and object builder
et3b4
- ET++ is a portable and homogenous object-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications with co
CPPOOP
- 有关C++面向对象的源代码-the C object-oriented source code
OBJECT
- 数十个C语言的代码- Dozens of C language code
C++openoutput
- 在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等)-In the C++ In open an output file in two ways, one is to
7891012
- 面向对象程序设计与Visual C++6.0教程 chap7,8,9,10,12源代码,适合c++初学者-Object-Oriented Programming with Visual C++6.0 Guide chap7, 8,9,10,12 the source code is for c++ beginners
C
- C++入门常识,可以为学习面向对象的语言打下一定的基础,比较适合于自学,但是要是深入研究,还要看更多的东西,这个是不够的-Introduction to C++ knowledge, can learn object-oriented language provides a foundation and is suitable for self-study, but if the in-depth study, depends on something more, this is not eno
main1
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。-1, rectangular Write a c++ program to complete the fo
2
- C++面向对象程序设计(第6版) (美)萨维奇 著,周靖 译-C++ object-oriented programming (6th Edition) (U.S.) Savage a, ZHOU Jing Translation
Object-C
- objective-c的开发教程,是入门级的介绍。-objective-c developer tutorial, entry-level introduction.
fastJSON
- JSON (Javascr ipt Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the Javascr ipt Programming Language, Standard ECMA-262 3r
CPP_experience
- 个人的C++总结 主要是针对面向对象的 类 继承 多态 异常处理。很基础,适合刚开始接触C++的人。-Personal C++ summary for object-oriented class inheritance polymorphic exception handling. Basis, suitable for people just getting started with C++.
C++语言和面向对象有限元程序设计
- C++语言和面向对象有限元程序设计书籍,书中有源码(C++ language and object oriented finite element program design books with source code)
Camshift
- 平台VS2015+opencv3,进行Camshift视觉跟踪(By VS2015+opencv3,with camshift to object tracking)