CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 多态

搜索资源列表

  1. Data_types_and_their_polymorphic_VI_Summary

    0下载:
  2. 是关于数据类型和多态VI的两篇文档,自己用时总结的-On data type and polymorphic VI of the two documents, when they used the summary
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:123268
    • 提供者:Erin
  1. coe

    0下载:
  2. 单核苷酸多态性(SNPs)数据与全基因组关联研究 COE:凸优化的上位性检测算法 -Single nucleotide polymorphisms (SNPs) data and genome-wide association study COE: convex optimization epistasis detection algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:814635
    • 提供者:yaojunjie
  1. 5

    0下载:
  2. 应用多态设计学生类,了解基类成员在派生类中的访问控制,了解虚函数对多态性的支持。 -Application of design of students, understand the base class members in a derived class of access control, understanding of polymorphism virtual function of support.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:723
    • 提供者:刘文杰
  1. ning

    0下载:
  2. 1.掌握面向对象的多态性:方法重载和方法覆盖的区别 2.掌握this、super、final、static等关键字的用法 -1. Grasp the object-oriented polymorphism: method overloading and method of covering the difference between 2. Grasp this, super, final, static, etc. the use of keywords
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:972
    • 提供者:孙佳佳
  1. VC-language

    0下载:
  2. 本资料中包含VC语言的应用:建立WORD文件和实际工程上游戏软件的设计,内部重要的理论研究:多线程和继承与多态,另有关于VC的注意事项和异常处理方法。-The information contained the application of VC: to establish a WORD document and designactual engineering game software , internal important theoretical research: multithrea
  3. 所属分类:软件工程

    • 发布日期:2012-12-24
    • 文件大小:689105
    • 提供者:艳华
  1. Polymorphism--

    0下载:
  2. 多态性是面向对象程序设计的关键技术之一。若程序设计语言不支持多态性,不能称为面向对象的语言。利用多态性技术,可以调用同一个函数名的函数,实现完全不同的功能。 -Polymorphism of object-oriented programming is one of key technologies. If the programming language does not support polymorphism can not be called object-oriented lang
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:469042
    • 提供者:linlin
  1. 3

    0下载:
  2. 中国西藏藏族人群HLA_A_B_DRB1座位基因遗传多态性和单体型分析-China' s Tibet Tibetan people HLA_A_B_DRB1 seat genetic polymorphism and haplotype analysis
  3. 所属分类:File Formats

    • 发布日期:2017-05-01
    • 文件大小:960581
    • 提供者:数虫
  1. duotai

    0下载:
  2. 在面向对象程序设计中多态性的作用与实现,-The role of polymorphism in object-oriented programming and Implementation
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:94113
    • 提供者:ice
  1. Sort

    0下载:
  2. 如何用jsva编写类,实现继承,借口,以及多态-how to use java
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:16486
    • 提供者:夏伽蓝
  1. the-CPP-of-summary

    0下载:
  2. 别人写的C++总结,感觉很好,拿来跟大家分享分享,主要是针对面向对象的类、继承、多态、 异常处理。-Others write the C++ of summary, I feel good, and brought to share with you to share, mainly for object-oriented classes, inheritance, polymorphism, exception handling.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:12345
    • 提供者:孙超
  1. varity-of-class

    0下载:
  2. 介绍VC++中面向对象程序设计中的类的多态性-introduction of class
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:33485
    • 提供者:
  1. object-oriented

    0下载:
  2. 关于面向对象的一些概念说明,封装继承多态-About some of the concepts of object-oriented descr iption of package inheritance of polymorphic
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:432213
    • 提供者:夜先眠
  1. CPP123

    0下载:
  2. C++中多态性的教学研究,一个关于多态性的研究-C++ polymorphism in teaching and research, a study on polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:8438
    • 提供者:李俊浩
  1. Java-inheritanceencapsulation

    0下载:
  2. 面向对象方法是一种运用对象、类、继承、封装、聚合、消息传递、多态性等概念来构造系统的软件开发方法inheritance encapsulation -Object-oriented method is a kind of use of objects, classes, inheritance, encapsulation, aggregation, messaging, polymorphism concept to construct a system of software devel
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:57891
    • 提供者:张华
  1. design-mode-in-c

    0下载:
  2. 面向对象C语言(Object Oriented C)只是运用单纯的C的宏(Macro)技巧,实现面向对象的基本技术。借用OOC.H 文件的宏,就可以实现类的封装、继承、多态-Object-oriented C language (Object Oriented C) just use pure C macro (Macro) skills, the basic object-oriented technology. Macro borrow OOC.H file, you can achieve
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:26634
    • 提供者:wu
  1. dnasp5

    1下载:
  2. DNA序列单核苷酸多态性分析综合软件,功能强大-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:4426209
    • 提供者:历史
  1. 1122196

    0下载:
  2. 动态多态,C++编写的一个工资管理程序,以雇员类为基类公有派生出经理类、计件工类和小时工类。经理享有固定的底薪和业绩奖励,销售员的收入是一小部分的基本工资加上销售额的提成,计件工的收入完全取决于其生产的工件数量,小时工的收入以小时计算,再加上按时计算的加班费。运用基类指针显示输出各类对象的薪水值。-Dynamic polymorphism, write a payroll program to employees classified as managers derived base class
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:147932
    • 提供者:龙常
  1. Think

    0下载:
  2. C++思考题,用于加强对C++中的继承、多态和模板的理解-C++ thinking questions, used to enhance the understanding of C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:53594
    • 提供者:在于
  1. Lesson2Code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Learni
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:36705
    • 提供者:jack
  1. Java-curriculum-design-report

    0下载:
  2. Java课程设计实验报告 包含类和对象的应用、继承与多态的应用、接口的使用 附带源码 适用于本科生java课程设计作业-Java curriculum design report contains the application classes and objects, inheritance and polymorphism application interface using the included source code for java undergraduate curriculu
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:20380
    • 提供者:李柳瑞
« 1 23 4 5 »
搜珍网 www.dssz.com