代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/207217/15279346
cpp printthis.cpp
// Exercise 10.3 Using namespaces. The solution is as Exercise 10.2, with changes to
// print.h, print.cpp, printthis.cpp and printthat.cpp:
// printthis.cpp
#include "printthis.h"
#include "pr
www.eeworm.com/read/168554/5444677
java contentmodulegenerator.java
/*
* Copyright 2004 Sun Microsystems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain
www.eeworm.com/read/473001/6853727
h compiler.h
/***************************************************************************
* blitz/compiler.h Compiler specific directives and kludges
*
* $Id: compiler.h,v 1.7 1998/03/14 00:04:47 tveldh
www.eeworm.com/read/182833/9188717
in configure.in
AC_INIT(p2psim/p2psim.h)
AM_INIT_AUTOMAKE(p2psim, 0.3)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_PROG_CC
AM_PROG_AS
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_RANLIB
AC_PATH_PROGS(M4, gm4 gnum4 m4, '$(to
www.eeworm.com/read/423094/10588327
in configure.in
AC_INIT(p2psim/p2psim.h)
AM_INIT_AUTOMAKE(p2psim, 0.3)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_PROG_CC
AM_PROG_AS
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_RANLIB
AC_PATH_PROGS(M4, gm4 gnum4 m4, '$(to
www.eeworm.com/read/169790/9838073
cpp slogtest.cpp
#include
#include
#include
#ifdef CCXX_NAMESPACES
using namespace std;
using namespace ost;
#endif
int main(int argc, char* argv[])
{
slog("slogTest", Slog::cl
www.eeworm.com/read/363445/9951326
as sampleusefunctioninnamespace.as
package org.kingda.book.basicoop.namespaces
{
import flash.display.Sprite;
import org.kingda.book.kingda;
//import mx.core.mx_internal;
public class SampleUseFunctionInNamespace extends Spr
www.eeworm.com/read/166568/10016149
java purexhtmlhandler.java
import org.xml.sax.*;
import java.util.*;
public class PureXHTMLHandler implements ContentHandler {
public final static String XHTML_NAMESPACE
= "http://www.w3.org/1999/xhtml";
private C