CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 类的继承

搜索资源列表

  1. MyCalcApp

    0下载:
  2. 用C#实现的一个不错的计算器,包含了自己写的一个继承TEXTBOX类的控件 -C# a good calculator, includes himself in a succession of such controls TEXTBOX
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.15kb
    • 提供者:张洪强
  1. DEMO_2b

    0下载:
  2. 类的继承体系可以用\"堆积木\"来解释?嗟募坛刑逑悼梢杂?堆积木\"来解释类的继承体系可以用\"堆积木\"来解释-kind of inheritance system can be used "Stacking wood" to explain the types o f inheritance system can be used "Stacking wood" to explain the types of inheritance system can
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:asdf
  1. assignment2

    0下载:
  2. c#继承类的练习-inherited type of exercises
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.47kb
    • 提供者:杜妍
  1. assignment3

    0下载:
  2. c#继承类的小练习-succession of small practice category
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:杜妍
  1. LG3-Source

    0下载:
  2. C#中的继承联系 关于坐标 薪水的 类的继承
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:34.96kb
    • 提供者:Tmac
  1. jicheng

    0下载:
  2. 一个关于继承的实例,你可以很好的学习派生类与继承类-A succession of examples, you can learn a good type of derived classes with inheritance
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:822byte
    • 提供者:sd
  1. class

    0下载:
  2. 通过定义类和基类实现类的继承的一个实例窗体应用程序-class
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3.73kb
    • 提供者:王波
  1. jicheng

    0下载:
  2. 掌握类的继承与派生; 学会类的虚拟继承避免多重派生的歧义性; 掌握通过虚函数实现多态性的方法; 掌握动态绑定的技术。 -Master class, inheritance and derived Institute of class to avoid multiple virtual inheritance derived ambiguity control through virtual functions to achieve polymorphism method m
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:683.39kb
    • 提供者:侯丹
  1. 1

    0下载:
  2. 面向对象 类的继承与派生 适合初学C++语言的人-class
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:994byte
    • 提供者:
  1. csharp

    0下载:
  2. C#高级编程 第2版 本书为一本综合性C#的图书,第一章 .NET结构, 第二章 c#简介,第三章 c#基础,第四章 类和继承,第五章 面向对象的c#语言,第六章 C#的高级论题,第七章 c#和基类, 第八章 在.NET环境中编程,第九章 windows应用程序,第十章 装配件,第十一章 .NET的数据访问,第十二章 查看.NET的数据,第十三章 XML,第十四章 文件和注册表制作,第十五章 使用Active Directory,第十六章 ASP.NET页面,第十七章 Web服务 第十八章
  3. 所属分类:CSharp

    • 发布日期:2017-06-21
    • 文件大小:33.56mb
    • 提供者:fangwei
  1. Point_Circle

    0下载:
  2. 类的应用,继承,派生,虚基类,大学基础课程题目代码-The application of the class, inheritance, derived virtual base class, University Foundation Course topics code
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:1.06kb
    • 提供者:胡殿波
  1. leijicheng

    0下载:
  2. 应用多继承中虚拟基类的应用,掌握虚拟函数在多态性中的应用,掌握虚函数、纯虚函数、抽象类的概念,并能应用抽象类解决实际问题。-The application of multiple inheritance in virtual base class to master virtual function polymorphism in the master virtual function, the concept of pure virtual functions, abstract classe
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:2.52kb
    • 提供者:yfz
  1. salary-system

    0下载:
  2. 定义员工类Employee以及它的继承类Manager和Director,里面包含员工相应的信息以及修改信息和获得信息的函数。定义一个抽象类Payment,工资Salary、奖金Bonus、股票分红Option均为Payment的子类。-Define the Employee class Employee and its inherited classes Manager and Director, which contains the corresponding information of
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:185.02kb
    • 提供者:tyj
  1. rar

    0下载:
  2. 现在假设我们想要获得多个订阅者的返回值,以List<string>的形式返回,该如何做呢?我们应该记得委托定义在编译时会生成一个继承自MulticastDelegate的类,而这个MulticastDelegate又继承自Delegate,在Delegate内部,维护了一个委托链表,链表上的每一个元素,为一个只包含一个目标方法的委托对象。而通过Delegate基类的GetInvocationList()静态方法,可以获得这个委托链表。随后我们遍历这个链表,通过链表中的每个委托对象来调
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:1.08kb
    • 提供者:刘铭杰
  1. CPP_parent

    0下载:
  2. 父类与子类的基本应用示范。父类是车类,子类是自行车,摩托车,汽车等。元素有重量,速度等等。适合于初学者理解父类与子类的继承问题。-Parent class and subclass of the basic application demonstration. Parent class is the car class, subclass is bicycles, motorcycles, cars and so on. Element has a weight, speed and so on
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:737byte
    • 提供者:黄旭文
  1. 1

    0下载:
  2. 首先定义类Point,然后定义类Point的公有派生类Circle,在定义类Circle的公有派生类Cylinder。 类Point的数据成员int型的x和y,用于表示点的坐标位置,有成员函数p_show()、构造函数和析构函数、p_set(),p_show()用于娴熟输出点的坐标,p_set()用于设置x和y的值。 类Circle有新增私有数据成员float型的h和double型的s,表示圆的半径和面积,有成员函数c_area用于计算圆的面积并对s赋值,有成员函数c_set(
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:231.43kb
    • 提供者:
  1. Transfer

    0下载:
  2. 1.功能少,内容多。 2.利用了类的继承,虚函数等来实现单位的转换; 3.设计模式为类工厂-1 small features, content and more. (2) use of inheritance, virtual functions, such as to achieve the kind of conversion units 3 design patterns for the class factory
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.26mb
    • 提供者:niu bin
  1. shape

    0下载:
  2. 采用c++语言编写,主要是求圆形和矩形的面积和体积,里面涉及了类的继承和虚函数的重载,其他还编写了求面积函数和输出函数,最后运用到主函数里面。- Using c++ language, mainly of circular and rectangular area and volume, which involves a heavy-duty class inheritance and virtual functions, the other also prepared a request
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:朱琳艳
  1. dotnet接口继承等基本操作

    0下载:
  2. C#基础知识入门,涉及异常语句的使用,类的属性访问,构造函数的使用,方法的覆盖,接口实现(basic knowledge of C#)
  3. 所属分类:C#编程

    • 发布日期:
    • 文件大小:125kb
    • 提供者:DCShepherd
  1. 003

    1下载:
  2. 第三题 分别用类的继承、虚函数、抽象类继承、接口实现计算球、圆柱、圆锥的表面积和体积。(Third questions The surface area and volume of sphere, cylinder and cone are calculated by class inheritance, virtual function, abstract class inheritance and interface.)
  3. 所属分类:C#编程

    • 发布日期:2020-10-02
    • 文件大小:145kb
    • 提供者:拭驿
« 12 3 »
搜珍网 www.dssz.com