代码搜索:Abstract
找到约 10,000 项符合「Abstract」的源代码
代码结果 10,000
www.eeworm.com/read/213563/15130484
java abstracttest.java
package ch01.section05;
//实现一个抽象类AbstractTest
public abstract class AbstractTest
implements InterfaceTest {
int i;
//有方法没有方法体,故为抽象类
public abstract void play();
//实现接口中的一个方法
www.eeworm.com/read/207777/15262425
c s_mod_plain.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/172718/5382826
java frontform.java
package dark.web.frame.form;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company: DIS
* Create Time:
www.eeworm.com/read/172718/5382839
java frontcommand.java
package dark.web.frame.command;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company: DIS
* Create Time:
www.eeworm.com/read/172718/5382843
java frontpage.java
package dark.web.frame.page;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company: DIS
* Create Time:
www.eeworm.com/read/171026/5399894
h callbackhandler.h
//---------------------------------------------------------------------------
//
// CallbackHandler.h
//
// SUBSYSTEM:
// Monitoring process creation and termination
//
//
www.eeworm.com/read/171026/5400497
h callbackhandler.h
//---------------------------------------------------------------------------
//
// CallbackHandler.h
//
// SUBSYSTEM:
// Monitoring process creation and termination
//
//
www.eeworm.com/read/168845/5435425
cpp virtual_functions.cpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#inclu
www.eeworm.com/read/168845/5435480
py virtual_functions.py
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
'''
>>> from