搜索资源列表
Book.sjmskfy.oop.base
- 设计模式可复用面向对象软件的基础
OOP&Win32
- SDK編寫多個圖像在視窗移動: 每按下enter鍵,多出一副圖象隨機踫撞運\動。 按下任意一幅圖像(左鍵),提示出圖像名稱。 按右鍵,所有圖片都向鼠標點擊出移動,鬆開,則恢復之前的運\動狀態。
ADONET_OleDbDataReader_class
- ADO.NET is the .NET enhanced version of ADO that we all know and love. ADO.NET aims to address some of the deficiencies of traditional ADO and present a model that provides type safety, OOP, and efficiency. This class can achieve the most common
Dormitory_class
- 用VC++实现的学生宿舍管理系统,采用oop技术和ADO技术,工厂方法,代码完整。-with VC student hostel management system that oop technology and ADO, factories, code integrity.
set2
- this an OOP file which is very easy to understand. So, it is very suitable for the beginner to read.
GenericThunk_source_sample
- 许多库需要我们提供一个函数作为回调,这使得使用 “面向对象编程”(OOP) 出现了麻烦。因为普通的C函数没有成员函数需要的this指针。Thunk技术是一种快速但是平台相关的解决此问题的方法。作者设计了一组类,来提供一种通用的解决方案
lexical_analysis(CSharp)
- CSharp编写的类C语言词法分析程序。采用OOP思想设计,具有基本词法分析功能,单独用一个类封装,拓展性好。
001
- 第1章 对象的演化 1 1.1 基本概念 1 1.1.1 对象:特性+行为 1 1.1.2 继承:类型关系 1 1.1.3 多态性 2 1.1.4 操作概念:OOP程序像什么 3 1.2 为什么C++会成功 3 1.2.1 较好的C 3 1.2.2 采用渐进的学习方式 4 1.2.3 运行效率 4 1.2.4 系统更容易表达和理解 4 1.2.5 “库”使你事半功倍 4 1.2.6 错误处理 5 1.2.7 大程序设计 5 1.3 方法学介
OOP
- This project is about implementing a world model that allows the path planning algorithm to query if a certain point in space is free from obstacles. -Planning a path from one point of the environment to another while avoiding collisions with the env
OOP-lab-3
- lab 3 OOP project database... information for worker~
Files08---OOP-Part-1
- In this program discusses the topics Object Oriented Programming (OOP), namely: Class, Object, Access Modifier, Class Member, Encapsulation, Constructor, Object Initializer, and Inheritance.
Files09---OOP-Part-2
- In this program discusses the topics Object Oriented Programming (OOP), namely: Polymorphism, keywords Virtual, Override and New.
OOP
- C++ OOP good book with lots of examples. Language: Lithuanian
oop-thing
- homework for oop a good one
oop
- it is an oop code may help any one who want to learn object oriented
C-language-OOP
- C语言实现面向对象OOP编程,本人在网上找了很久-C language object-oriented OOP programming, I find online for a long time
chuanzhiboke-oop
- 传智播客让子弹飞的代码 oop的学习关键点-Chuan Chi podcast Let the bullets fly code oop learning key points
VC-OOP
- 一个实际的例子,介绍一下如何对实际问题进行OOP的分析和设计.-VC OOP
OOPProject
- done OOP asiggnemtn solution
The second experiments(2018.3.15)
- oop BIT第二周作业 #include <iostream> using namespace std; void main() { cout << "Hello World!\n"; } Add some codes and get the results as follows: Initialize Hello World! Clear up(OOP BIT second week operation)