代码搜索:IMPLEMENTATION
找到约 10,000 项符合「IMPLEMENTATION」的源代码
代码结果 10,000
www.eeworm.com/read/126184/14439562
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/222743/14677379
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/209853/15213260
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/335542/12517850
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/300492/13910377
cpp proxydemo.cpp
//: C10:ProxyDemo.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/465716/7052453
py proxydemo2.py
#: c04:ProxyDemo2.py
# Simple demonstration of the Proxy pattern.
class Implementation2:
def f(self):
print "Implementation.f()"
def g(self):
print "Implementation.g()"
def h
www.eeworm.com/read/465716/7052455
py statedemo.py
#: c04:StateDemo.py
# Simple demonstration of the State pattern.
class State_d:
def __init__(self, imp):
self.__implementation = imp
def changeImp(self, newImp):
self.__implement
www.eeworm.com/read/345086/11840562
rss 2000a305.rss
// 2000A305.RSS
//
// Copyright (c) 2003 Symbian Ltd. All rights reserved.
//
//
#include "RegistryInfo.rh"
RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x2000A305; // SMSDatagramService.d
www.eeworm.com/read/118155/14885168
py proxydemo2.py
#: c04:ProxyDemo2.py
# Simple demonstration of the Proxy pattern.
class Implementation2:
def f(self):
print "Implementation.f()"
def g(self):
print "Implementation.g()"
def h