代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/473001/6853665
cpp outer.cpp
/*****************************************************************************
* outer.cpp Blitz++ outer product (tensor notation) example
*
* $Id: outer.cpp,v 1.1 1997/07/16 19:38:23 tve
www.eeworm.com/read/473001/6853673
cpp simple.cpp
/*****************************************************************************
* simple.cpp Some simple vector operations
*
* $Id: simple.cpp,v 1.1 1997/07/16 19:38:23 tveldhui Exp $
*
www.eeworm.com/read/473001/6853688
cpp cast.cpp
/*****************************************************************************
* cast.cpp Illustration of the cast() function
*
* $Id: cast.cpp,v 1.1 1997/07/16 19:38:23 tveldhui Exp $
www.eeworm.com/read/473001/6853989
cpp complex.cpp
// complex class
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
complex a;
complex b;
return 0;
}
www.eeworm.com/read/473001/6854002
cpp valarray.cpp
// valarray class
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
valarray x(100);
return 0;
}
www.eeworm.com/read/473001/6854008
cpp std.cpp
#include
#include
#include
#ifndef BZ_NO_NAMESPACES
using namespace std;
#endif
int main()
{
return 0;
}
www.eeworm.com/read/237003/13983035
h compiler.h
/***************************************************************************
* blitz/compiler.h Compiler specific directives and kludges
*
* Copyright (C) 1997-2001 Todd Veldhuizen
www.eeworm.com/read/175308/9552584
ex-03-19
//Example 03-19: Creating namespaces
namespace Programming_C_Sharp
{
using System;
public class Tester
{
public static int Main()
{
for (int i=0;i
www.eeworm.com/read/166568/10016158
java compactnamespace.java
package org.jdom;
public final class Namespace {
// Common namespaces
public static final Namespace NO_NAMESPACE;
public static final Namespace XML_NAMESPACE;
// Factory methods
public st
www.eeworm.com/read/131171/5947811
3 vector.3
.TH vector 3 "16 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
vector \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
.SS Com