代码搜索:Creational
找到约 73 项符合「Creational」的源代码
代码结果 73
www.eeworm.com/read/167515/9966856
makefile
C++ = /pub/hpcenterline/bin/CC -D__cfront21 -I. -I..
C++FLAGS=
.SUFFIXES: .tex .C .o
.tex.o:
-mv -f $*.C $*.C.bak
tex2CC ../$*.tex > $*.C
$(C++) $(C++FLAGS) -c $*.C
#.C.o:
# $(C++) $(C++FLAGS
www.eeworm.com/read/245905/12772820
makefile
C++ = /pub/hpcenterline/bin/CC -D__cfront21 -I. -I..
C++FLAGS=
.SUFFIXES: .tex .C .o
.tex.o:
-mv -f $*.C $*.C.bak
tex2CC ../$*.tex > $*.C
$(C++) $(C++FLAGS) -c $*.C
#.C.o:
# $(C++) $(C++FLAGS
www.eeworm.com/read/241496/13139163
makefile
C++ = /pub/hpcenterline/bin/CC -D__cfront21 -I. -I..
C++FLAGS=
.SUFFIXES: .tex .C .o
.tex.o:
-mv -f $*.C $*.C.bak
tex2CC ../$*.tex > $*.C
$(C++) $(C++FLAGS) -c $*.C
#.C.o:
# $(C++) $(C++FLAGS
www.eeworm.com/read/403957/11493722
htm chap3-0.htm
Creational Patterns
Creational design patterns abstract the instantiation process.
www.eeworm.com/read/403957/11494328
htm chap3-0.htm
Creational Patterns
Creational design patterns abstract the instantiation process.