代码搜索结果
找到约 10,000 项符合
Switch 的代码
makefile.hp
TARGET_ARCH = hpux11
CC = aCC
OPT = +O1
DEBUG = -g
OTHER = -Aa -ext +DA2.0 +DS2.0
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
SRCS = fifo.cpp sender.cpp swi
makefile.linux
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
SRCS = fifo.cpp sender.cpp switch_clk.cpp switch
vtswitch-lite.c
/*
** $Id: vtswitch-lite.c,v 1.9 2003/09/04 03:38:26 weiym Exp $
**
** vtswitch-lite.c: VT switching.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Song Lixin and Wei Yongmin
set_fields.m
function CPD = set_fields(CPD, varargin)
% SET_PARAMS Set the parameters (fields) for a tabular_CPD object
% CPD = set_params(CPD, name/value pairs)
%
% The following optional arguments can be specifi
vtswitch-lite.c
/*
** $Id: vtswitch-lite.c,v 1.9 2003/09/04 03:38:26 weiym Exp $
**
** vtswitch-lite.c: VT switching.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Song Lixin and Wei Yongmin
innokom.c
/*
* (C) Copyright 2002
* Robert Schwebel, Pengutronix, r.schwebel@pengutronix.de
* Kyle Harris, Nexus Technologies, Inc., kharris@nexus-tech.net
* Marius Groeger, Sysgo Real-Time Solutions GmbH,
readme
# Please contact tinyos-help@millennium.berkeley.edu for
# questions or bug reports. Any other suggestions or feedback
# can be sent to us:
# Philip Buonadonna (pbuonado@intel-research.net) or
intersemapressurem.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
hz2gb.c
/* $Id: hz2gb.c,v 1.1.1.1 1999/04/10 10:17:25 edwardc Exp $ */
#ifndef lint
static char *rcs_id="$Id: hz2gb.c,v 1.1.1.1 1999/04/10 10:17:25 edwardc Exp $";
#endif /* lint */
#include "io.h"
#define
union2.idl
// union2.idl,v 1.2 1998/05/13 14:27:33 levine Exp
enum FooDisc {
FOO1,
FOO2
};
union Foo switch (FooDisc) {
case FOO1: long x;
case FOO2: string y;
default: char z;
};
struct Bar {