代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/456533/7346082
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/7346184
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/7346227
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/456367/7350629
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/456367/7350634
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/456367/7350725
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/456367/7350768
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/456367/7350913
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/456367/7350918
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/456367/7351009
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;