代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/151814/5678776
java namespace.java
/*
libaegisvm - The Aegis Virtual Machine for executing Java bytecode
Copyright (C) 2001-2002 Philip W. L. Fong
This library is free software; you can redistribute it and/or
modify i
www.eeworm.com/read/149876/5696622
cc namespace.cc
namespace AAA {
char c;
int i;
int A_xyzq (int);
char xyzq (char);
class inA {
public:
int xx;
int fum (int);
};
};
int AAA::inA::fum (int i)
{
return 10 + i;
}
namespace BBB
www.eeworm.com/read/149876/5696626
exp namespace.exp
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/148694/5712056
cc namespace.cc
namespace AAA {
char c;
int i;
int A_xyzq (int);
char xyzq (char);
class inA {
public:
int xx;
int fum (int);
};
};
int AAA::inA::fum (int i)
{
return 10 + i;
}
namespace BBB
www.eeworm.com/read/148694/5712060
exp namespace.exp
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/147331/5731285
h namespace.h
/*
* Copyright (c) 2001 Daniel Eischen .
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/147331/5731558
h namespace.h
/*
* Copyright (c) 2001 Daniel Eischen .
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/138548/5815436
pm namespace.pm
# $Id: Namespace.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Namespace;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::NamespaceImpl;
use
www.eeworm.com/read/133860/5899093
java namespace.java
/*--
$Id: Namespace.java,v 1.41 2004/02/27 11:32:57 jhunter Exp $
Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and bin