代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/464813/7060388
frm foxtools.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form form1
BorderStyle
www.eeworm.com/read/154303/7107032
txt ex7_25.txt
Example 7.25 SkillSet-dependent object implements DirtyMarker interface
public class SkillSetTO
implements DirtyMarker, java.io.Serializable {
private String skillName;
private String expertis
www.eeworm.com/read/140893/7117196
java showmethods.java
//: c10:ShowMethods.java
// Using reflection to show all the methods of a class,
// even if the methods are defined in the base class.
// {Args: ShowMethods}
// From 'Thinking in Java, 3rd ed.' (c
www.eeworm.com/read/247325/7124917
h list.h
/*
* Copyright (c) 2007, beijing
* All right reserved.
* list.c
* author: chengliang
* date: May, 26, 07
*/
#ifndef _LIST_H
#define _LIST_H
#include "node.h"
#include
#i
www.eeworm.com/read/332978/7141942
java showmethods.java
//: typeinfo/ShowMethods.java
// Using reflection to show all the methods of a class,
// even if the methods are defined in the base class.
// {Args: ShowMethods}
import java.lang.reflect.*;
impo
www.eeworm.com/read/456533/7345772
cpp workermi.cpp
// workermi.cpp -- working class methods with MI
#include "workermi.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
Worker::~Worker() { }
// protec
www.eeworm.com/read/456533/7345777
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/456533/7345887
cpp tv.cpp
// tv.cpp -- methods for the Tv class (Remote methods are inline)
#include
#include "tv.h"
bool Tv::volup()
{
if (volume < MaxVal)
{
volume++;
return true;
www.eeworm.com/read/456533/7345930
cpp tabtenn1.cpp
// tabtenn1.cpp -- base-class methods and derived-class methods
#include "tabtenn1.h"
#include
#include
// TableTennisPlayer methods
TableTennisPlayer::TableTennisPlayer (c
www.eeworm.com/read/456533/7346077
cpp workermi.cpp
// workermi.cpp -- working class methods with MI
#include "workermi.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
Worker::~Worker() { }
// protec