搜索资源列表

  1. 1

    0下载:
  2. 某学校对教师每月工资的计算规定如下:固定工资+课时补贴。教授的固定工资为5000元,每个课时补贴50元。副教授的固定工资为3000元,每个课时补贴30元。讲师的固定工资为2000元,每个课时补贴20元。定义教师抽象类,派生不同职称的教师类,编写程序求若干个教师的月工资-Monthly wages of teachers in a school' s calculation as follows: fixed salary+ hou
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:221184
    • 提供者:王健
  1. program

    0下载:
  2. C++例程,通过两个简单的例子,说明了C++抽象类的概念。-C++ routines, through two simple examples of the C++ abstract class concept.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1025024
    • 提供者:周朝
  1. jichenghechongzai

    0下载:
  2. 1. 子类对父类的变量隐藏和方法覆盖 2.掌握抽象类和抽象函数的定义和使用。 3. 掌握抽象类继承的规则。 -1. Subclasses of the parent class variables and methods of hiding cover 2. Grasp the abstract class and abstract function definitions and use. 3. Grasp abstrac
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:zhangdandan
  1. javasort

    0下载:
  2. (1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。 (2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用) (3)写三个采用不同方法排序的A类的派生类A1,A2,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:467968
    • 提供者:陈新杰
  1. Mouse

    0下载:
  2. 创建Rodent(啮齿动物):Mouse(老鼠),Gerbil(沙鼠),Hamster(大颊鼠)等的一个继承分级结构。在基础类中,提供适用于所有Rodent的方法,并在衍生类中覆盖它们,从而根据不同类型的Rodent采取不同的行动。创建一个Rodent数组,在其中填充不同类型的Rodent,然后调用自己的基础类方法,看看会有什么情况发生。要求把Rodent定义成为抽象类。-Create Rodent (rodent): Mouse (m
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李澈海
  1. Example

    0下载:
  2. 实习生类,公司招聘实习生管理,STL容器和抽象类管理-Intern class, the company management intern recruitment, STL containers and abstract management
  3. 所属分类:STL

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zhangyong
  1. SymbianOSCCoeControl

    0下载:
  2. 首先调用SystemGc()获取图形上下文,SystemGc()是CCoeControl的一个成员函数;然后设置相应的图形上下文项;最后调用绘图函数DrawRect()画一个矩形。 所有的绘图都是通过图形上下文(graphics context,GC)来完成的。在Symbian OS中,定义了一个抽象类CGraphicsContext来统一图形上下文的接口,为设备无关的绘图提供了丰富的API。-First Call SystemGc
  3. 所属分类:Symbian

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:litao
  1. Dog

    0下载:
  2. 抽象类的运用,举了一个很典型的例子,希望能给大家有所启发-The use of abstract class, gave a typical example of hope that they can inspire
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:顾浩杰
  1. MAIN

    0下载:
  2. 1)写M类最后的参数,包括比较次数,开关频率,检测数量的属性,并重写构造和toString方法。 (2)写一个抽象类,它包括数据进行排序。最后提供了三种方法,分别比较,检测,交流在同一时间操作,有权改变的M类对象相关的属性的私有成员。并提供一个虚拟方法doSort,同时提供了最后一个方法排序(先设置初始值m对象,然后调用doSort方法返回一个对象引用男) (3)撰写三种不同的方法排序的A类的派生类格A1,A2,± 3 (4
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:天真
  1. TestPeople

    0下载:
  2. 通过继承编写客户和职工信息,代码共包含抽象类,最终类,静态属性,方法覆盖,方法重载-Customers and employees through the preparation of information inheritance, the code contains a total of abstract class, the final class, static properties, methods, coverage, me
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:蒙子
  1. com

    0下载:
  2. 1.理解抽象类的概念,抽象类与普通类的区别 2.理解接口的概念,掌握接口的定义以及implements关键字的用法 3. 理解抽象类与接口的区别,体会抽象类与接口在解决实际问题时的区别 -1. Understand the concept of abstract classes, abstract classes and the difference between an ordinary class 2. Understa
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:孙佳佳
  1. Advanced.vc.abstract.class.code

    0下载:
  2. vc高级编程设计抽象类经典代码Advanced Programming vc abstract class classic code -Advanced Programming vc abstract class classic code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:
  1. shape

    0下载:
  2. 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:赵莹莹
  1. 1

    0下载:
  2. 声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。-Declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetA
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dhw
  1. Question

    0下载:
  2. 接口和抽象类的简单演示,实现了在命令行模式下的Java答题程序-A simple interface and abstract class demonstration, achieved in the Java command line mode answer program
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:myway home
  1. QuestionDemo

    0下载:
  2. 演示接口和抽象类及其实现方式,实现了单选及多选的JAVA答题程序,有助于理解接口,抽象的概念-Presentation interfaces and abstract classes and their implementation, to achieve the radio and answer multiple choice of JAVA programs, help to understand interface, an abs
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:myway home
  1. abstract-classes

    0下载:
  2. 解释c++中的抽象类和虚函数的区别,及清楚的解释抽象类的定义-Explained in c++ virtual functions abstract classes and the difference, and clearly explain the definition of abstract class
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:linlin
  1. Book-sales-management

    0下载:
  2. 图书销售管理(抽象类实例),计算图书或杂志的销售记录-Book sales management (abstract class instance), calculation book or magazine sales record
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:或者
  1. phpscupgbk

    0下载:
  2. 1、 后台维护mysql数据库,学校数据库的四个基本表; 2、 前台PHP编程实现数据录入功能,查询系统功能; 3、 用类封装数据库对象,用到抽象类和接口、魔术方法思想。 -1, the background maintenance mysql database, the basic form of the four schools in the database 2, the front data entry funct
  3. 所属分类:WEB源码

    • 发布日期:2024-05-20
    • 文件大小:477184
    • 提供者:刘思慧
  1. Shape

    0下载:
  2. 定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法-Define abstract class Shape, abstract methods showArea (), find the area and showed that defin
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:胡迪
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »

源码中国 www.ymcn.org