代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch.h

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by al

switch.h

/* Copyright 2002 Jeff Dike * Licensed under the GPL */ #ifndef __SWITCH_H__ #define __SWITCH_H__ #define ETH_ALEN 6 #endif

switch.hpp

/*============================================================================= Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is subj

switch.ipp

/*============================================================================= Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is subj

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) //

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

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

switch.java

package com.zcsoft.stock; /** * Title: 串口通信 * Description: 串口通信实验 * Copyright: Copyright (c) 2003 * Company: Zhicheng Software&Service Co. Ltd. * @author unascribed

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

switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =