代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/141708/5769330
h switch.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by al
www.eeworm.com/read/140582/5787180
h switch.h
/* Copyright 2002 Jeff Dike
* Licensed under the GPL
*/
#ifndef __SWITCH_H__
#define __SWITCH_H__
#define ETH_ALEN 6
#endif
www.eeworm.com/read/139332/5800220
hpp switch.hpp
/*=============================================================================
Copyright (c) 2003 Hartmut Kaiser
http://spirit.sourceforge.net/
Use, modification and distribution is subj
www.eeworm.com/read/139332/5800221
ipp switch.ipp
/*=============================================================================
Copyright (c) 2003 Hartmut Kaiser
http://spirit.sourceforge.net/
Use, modification and distribution is subj
www.eeworm.com/read/139332/5800644
hpp switch.hpp
// Boost Lambda Library -- switch.hpp -----------------------------------
//
// Copyright (C) 2000 Gary Powell (powellg@amazon.com)
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
//
www.eeworm.com/read/139332/5801737
hpp switch.hpp
#ifndef BOOST_MPL_SWITCH_HPP_INCLUDED
#define BOOST_MPL_SWITCH_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompan
www.eeworm.com/read/138548/5815533
pm switch.pm
use CGI;
$VERSION = '1.00';
1;
__END__
=head1 NAME
CGI::Switch - Backward compatibility module for defunct CGI::Switch
=head1 SYNOPSIS
Do not use this module. It is deprecated.
=head1 ABSTRAC
www.eeworm.com/read/138385/5816681
java switch.java
package com.zcsoft.stock;
/**
* Title: 串口通信
* Description: 串口通信实验
* Copyright: Copyright (c) 2003
* Company: Zhicheng Software&Service Co. Ltd.
* @author unascribed
www.eeworm.com/read/137691/5821541
nc switch.nc
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docu
www.eeworm.com/read/136828/5845271
java switch.java
package com.javapatterns.command.lightandfan;
public class Switch {
private Command UpCommand, DownCommand;
public Switch( Command Up, Command Down) {
UpCommand =