代码搜索:C01
找到约 476 项符合「C01」的源代码
代码结果 476
www.eeworm.com/read/140545/13076288
cpp auto_ptr.cpp
//: C01:Auto_ptr.cpp
// Illustrates the RAII nature of auto_ptr
#include
#include
using namespace std;
class TraceHeap {
int i;
public:
static void* operator new(size
www.eeworm.com/read/118155/14885207
py strings.py
#: c01:strings.py
print "That isn't a horse"
print 'You are not a "Viking"'
print """You're just pounding two
coconut halves together."""
print '''"Oh no!" He exclaimed.
"It's the blemange!"'''
www.eeworm.com/read/118155/14885239
py singletonmetaclass.py
#: c01:SingletonMetaClass.py
class SingletonMetaClass(type):
def __init__(cls,name,bases,dict):
super(SingletonMetaClass,cls)\
.__init__(name,bases,dict)
original_new = cls.__new_
www.eeworm.com/read/388174/8630060
java giftshop2.java
public class GiftShop2 {
public static void main(String[] arguments) {
Storefront2 store = new Storefront2();
store.addItem("C01", "MUG", "9.99", "150", "FALSE");
store.
www.eeworm.com/read/284998/8877603
makefile gcc.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C01
www.eeworm.com/read/284998/8877643
makefile microsoft.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C01
www.eeworm.com/read/284998/8877684
makefile all.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C01
www.eeworm.com/read/284998/8877712
makefile borland.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C01
www.eeworm.com/read/384084/8900697
dsp c01.dsp
# Microsoft Developer Studio Project File - Name="c01" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/281673/9142368
makefile gcc.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C01