代码搜索:Inheritance

找到约 1,689 项符合「Inheritance」的源代码

代码结果 1,689
www.eeworm.com/read/253260/12234752

cpp studenti.cpp

// studenti.cpp -- Student class using private inheritance #include "studenti.h" using std::ostream; using std::endl; using std::istream; using std::string; // public methods double Student::
www.eeworm.com/read/253260/12235106

h dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;
www.eeworm.com/read/253260/12235475

cpp studenti.cpp

// studenti.cpp -- Student class using private inheritance #include "studenti.h" using std::ostream; using std::endl; using std::istream; using std::string; // public methods double Student::
www.eeworm.com/read/253260/12235800

h dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;
www.eeworm.com/read/337096/12391788

cpp studenti.cpp

// studenti.cpp -- Student class using private inheritance #include "studenti.h" using std::ostream; using std::endl; using std::istream; using std::string; // public methods double Student::
www.eeworm.com/read/337096/12392125

h dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;
www.eeworm.com/read/251035/4424384

tex classscalew.tex

\section{Scale\-W Class Reference} \label{classScaleW}\index{ScaleW@{Scale\-W}} {\tt \#include $$} Inheritance diagram for Scale\-W::\begin{figure}[H] \begin{center} \leavevmode \includegr
www.eeworm.com/read/251035/4424402

tex classmaingui.tex

\section{Main\-GUI Class Reference} \label{classMainGUI}\index{MainGUI@{Main\-GUI}} {\tt \#include $$} Inheritance diagram for Main\-GUI::\begin{figure}[H] \begin{center} \leavevmode \inclu
www.eeworm.com/read/247212/4483906

h tree_impl.h

/* * Implementations for our valuetypes. Note the inheritance for * BinaryTree_impl, which is both a valuetype and a servant. */ #ifndef __TREE_IMPL_H__ #define __TREE_IMPL_H__ #include "tree.h"
www.eeworm.com/read/245475/4503816

java person.java

package com.titan.domain; import javax.persistence.*; @Entity @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS) public class Person implements java.io.Serializable { private int id;