搜索资源列表
类的学习
- C++学习重点是实现面向对象的设计,抽象出一个类,这是学习类的一些好例子,敬请关注-C study is focused on object-oriented design, from an abstract category, which is kind of learning some good examples, please concerns
treetable
- 用java写得一个treetable实现,可以携带用户自己的数据类。本例带有一个简单得使用例子: 1、导入到Eclipse,把package换成你自己得package 2、运行TreetableMain.java即可 这是本人参考sun公司给出得那个treetable例子写得。重大改进如下: 1、sun公司的例子可能是由于写得较早,里面重写了TreeModel和AbstractTableModel的很多方法。本人改进了它里面的TreeTableModel和TreeTable
DEMO_3
- 抽象类实现多态 C#版 抽象类实现多态 C#版-abstract class multi-state version of C# abstract multi-state Class C# version of the abstract category of multi-state version of C# abstract multi-state Class C# version of the abstract category of multi-state version of C
csharptrail
- 使用多种几何图形,如圆、矩形和三角形等,其中要包括计算面积的方法Area。请声明一个抽象类Shape,在Shape类中统一声明一个抽象方法Area-use a variety of geometric shapes, such as circular, triangular and rectangular, which would include the area of the calculation method Area. Please statement an abstract class
IDCAPI
- 文件读写的抽象类,主要用于保存数据的一些公用函数接口
Visual_C_Sharp2005_Kai_fa_Technology
- 总共十章:第01章 C#与.NET Framework简介.pdf 第02章 C#程序设计基础.pdf 第03章 与用户交互.pdf 第04章 常用控件.pdf 第05章 类.pdf 第06章 抽象类、多态及接口.pdf 第07章 处理异常和错误.pdf 第08章 XML编程.pdf 第09章 应用程序部署.pdf 第10章 时间跟踪系统.pdf
定义抽象基类Shape
- 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
shape
- 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPeri
Visual2005
- Visual C#2005开发技术 第一章:C#与.NET Framework简介 第二章:C#程序设计基础 第三章:与用户交换 第四章:常用控件 第五章:类 第六章:抽象类、多态及接口 第七章:处理异常和错误 第八章:XML编程 第九章:应用程序部署 第十章:时间跟踪系统-Visual C# 2005 Developer chapter: C# With. NET Framework Introduction Chapter II: C# Program
ExpressTest
- 设计了表达式解析和计算类(通过递归迭代和抽象类的方法),并利用DataGridTab地应用演示(在输入窗口中输入“x=1 y=2 z=3 w=x+y*2.9-z”) -Design analysis and calculation of the expression of type (through recursive iteration and abstract class methods), and the use of application DataGridTab demonstra
chongzai
- c++学习中的作业:第7题抽象类的重载!-c++ homework in the study: Article 7 of title abstract class overloaded!
ScreenDemo
- 设备的显示器用于显示用户名的文本域 ,重载抽象类MIDlet,创建滚动条,为表单加上登录命令. -equipment display by show user name s text,burden abstract class midlet,set up scroll bar ,adding enter order for list.
abstract
- 实现抽象类的应用--应用抽象类,求圆、圆内切正方形和圆外切正方形的面积和周长。定义一个抽象类shape,在其中作虚拟函数area()和porimeter()-Application of the realization of abstract class
photo
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性 (6)用文件保存图形信息,且能够从文件中读取并作相应处理-(1) the definition of an abstract base class Shape, with its d
Class1
- 一个抽象类的实例,通用数据访问的实现。数据永久层设计案例-An instance of abstract class,Realization of Universal Data Access.Permanent case of the data layer design
fig16_09_10_synchronized
- 生产者消费者线程同步问题,运用了接口,以及抽象类,线程同步来实现。-consumer and producer
1
- 定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the ar
czzy
- 已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式: 声明一个抽象类Med作为基类-Known to a rational number class Zrf_Ratio, operator overloading to achieve the following form: declare an abstract class Med as a base class ... ...
AbstractFactory
- 设计模式中的抽象工厂用接口和抽象类实现了-The abstract factory design pattern to use interface and abstract class implements the
CppExp1
- 了解为何使用抽象类,学习通过继承实现代码重用的机制和方法 掌握如何声明函数为纯虚函数 掌握如何利用纯虚函数,编写派生类的覆盖函数(Understand why you use abstract classes and learn how and how to implement code reuse by inheritance Master how to declare a function as a pure virtual function Master how to use th