代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/131171/5947887
3 algorithm.3
.TH algorithm 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
algorithm \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
.
www.eeworm.com/read/131171/5947891
3 complex.3
.TH complex.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
complex.cc \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
www.eeworm.com/read/131171/5947894
3 locale.3
.TH locale.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
locale.cc \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
.
www.eeworm.com/read/131171/5947903
3 valarray.3
.TH valarray.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
valarray.cc \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -
www.eeworm.com/read/131171/5947915
3 streambuf.3
.TH streambuf.cc 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
streambuf.cc \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in
www.eeworm.com/read/118194/14882369
py test1.py
#!/usr/bin/python
from xml.sax.handler import ContentHandler
from xml.sax.saxutils import XMLFilterBase
from xml.sax.saxutils import XMLGenerator
class Simple(XMLFilterBase):
def startElement(sel
www.eeworm.com/read/473001/6853972
cpp numlimit.cpp
// numeric_limits class
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
double e = numeric_limits::epsilon();
return 0;
}
www.eeworm.com/read/473001/6854001
cpp stl.cpp
#include
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
list x;
x.push_back(5);
x.push_back(10);
int sum = 0;
for
www.eeworm.com/read/109232/15561254
win makefile.win
# Project: Namespaces2
# Makefile created by Dev-C++ 4.9.4.1
CC = g++.exe
WINDRES = windres.exe
RES =
OBJ = main.o $(RES)
LIBS = -L"C:\dev\DevCPP5b4-full\lib"
INCS = -I"C:\dev\DevCPP5
www.eeworm.com/read/109232/15561264
win makefile.win
# Project: Namespaces
# Makefile created by Dev-C++ 4.9.4.1
CC = g++.exe
WINDRES = windres.exe
RES =
OBJ = main.o $(RES)
LIBS = -L"C:\dev\DevCPP5b4-full\lib"
INCS = -I"C:\dev\DevCPP5b