代码搜索:BASE

找到约 10,000 项符合「BASE」的源代码

代码结果 10,000
www.eeworm.com/read/139332/5800579

hpp base.hpp

// Copyright 2002 The Trustees of Indiana University. // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy a
www.eeworm.com/read/139332/5800935

hpp base.hpp

#ifndef BOOST_MPL_BASE_HPP_INCLUDED #define BOOST_MPL_BASE_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying
www.eeworm.com/read/138548/5815555

pm base.pm

package URI::file::Base; use strict; use URI::Escape qw(); sub new { my $class = shift; my $path = shift; $path = "" unless defined $path; my($auth, $escaped_auth, $escaped_path);
www.eeworm.com/read/138548/5815598

pm base.pm

package DateTime::Locale::Base; use strict; use DateTime::Locale; use Params::Validate qw( validate_pos ); BEGIN { foreach my $field ( qw( id en_complete_name native_complete_name
www.eeworm.com/read/137691/5819931

java base.java

package net.tinyos.task.awtfield; class Base { public static void main(String[] args) { Tool t = new Tool(); // Adding a command, e.g., GreenCmd (blink green leds) would look // like this: /
www.eeworm.com/read/136827/5847596

h base.h

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This pr
www.eeworm.com/read/136827/5847599

cpp base.cpp

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This pr
www.eeworm.com/read/136821/5851945

h base.h

/********************************************************************** ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This fil
www.eeworm.com/read/136821/5851949

cpp base.cpp

/********************************************************************** ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This fil
www.eeworm.com/read/135153/5889526

c base.c

/* * linux/fs/proc/base.c * * Copyright (C) 1991, 1992 Linus Torvalds * * proc base directory handling functions * * 1999, Al Viro. Rewritten. Now it covers the whole per-process part. *