代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/313261/13591221
h serialport.h
/*
Module : SERIALPORT.H
Purpose: Declaration for an MFC wrapper class for serial ports
Created: PJN / 31-05-1999
Copyright (c) 1999 - 2002 by PJ Naughter.
All rights reserved.
*/
/
www.eeworm.com/read/313151/13595167
java showmethods18.java
// typeinfo/ShowMethods18.java
// TIJ4 Chapter Typeinfo, Exercise 18, page593
// Make ShowMethods a non-public class and verify that the synthesized default
// constructor no longer shows up in the
www.eeworm.com/read/313151/13595177
java showmethods17.java
// typeinfo/ShowMethods17.java
// TIJ4 Chapter Typeinfo, Exercise 17, page 593
// Modify the regular expression in ShowMethods.java to additionally
// strip off the keywords native and final (hint:
www.eeworm.com/read/313151/13595267
java frog.java
// reusing/Frog.java
// TIJ4, Chapter Reusing, Exercise 16, page 262
/* Create a class called Amphibian. From this, inherit a class called Frog.
* Put appropriate methods in the base class. In mai
www.eeworm.com/read/313151/13595379
java ex14.java
// interfaces/Ex14.java
// TIJ4 Chapter Interfaces, Exercise 14, page 330
/* Create three interfaces, each with two methods. Inherit a new interface
* that combines the three, adding a new method.
www.eeworm.com/read/313005/13599184
java cadsymbol.java
package com.javapatterns.prototype.cad;
import java.awt.*;
import java.io.*;
public abstract class CadSymbol implements CadSymbolIF
{
// methods for Cloneable interface
public Object c
www.eeworm.com/read/312544/13609836
cpp interface.cpp
#include
#include
#include
#include "Interface.h"
using namespace std;
Interface::Interface() {
//variable initialization
init();
}
void Interface::ini
www.eeworm.com/read/312169/13616884
cpp simpleinherit.cpp
//Listing 16.1 Simple inheritance
#include
enum BREED { YORKIE, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal
www.eeworm.com/read/311582/13629244
h mpcontainer.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/311266/13633027
h _tomfmt.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem