代码搜索结果

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

switch.h

#define NU_SEM_EN 1 #define NU_QUEUE_EN 1 #define NU_MAILBOX_EN 1 #define NU_PIPE_EN 1 #define NU_EVENT_GROUP_EN 1 #define NU

switch.h

#define NU_SEM_EN 1 #define NU_QUEUE_EN 1 #define NU_MAILBOX_EN 1 #define NU_PIPE_EN 1 #define NU_EVENT_GROUP_EN 1 #define NU

switch.cpp

#include int main() { int a; printf("input integer number (1-7): "); scanf("%d",&a); switch (a) { case 1: printf("Monday\n"); break; case 2: printf("Tuesday\n");

switch.dsp

# Microsoft Developer Studio Project File - Name="switch" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co

switch.plg

Build Log --------------------Configuration: switch - Win32 Debug-------------------- Command Lines Creating temporary file "D:\Profiles\w20836

switch.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

switch_to.s

############################################################################### # # switch_to.S: context switch operation # # Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. # Written by David H

switch.java

package testcommand; //总开关类,控制风扇和灯开关: class Switch{ private Command UpCommand, DownCommand; public Switch(Command Up, Command Down) { UpCommand = Up; //先注册开关的命令 DownCommand = Down;

switch.asm

INCLUDE REGS386.INC INCLUDE TRANS.INC .386p DGROUP group _DATA _DATA segment word public 'DATA' use16 extrn _cs16real: word extrn _ds16real: word trs TRANS ; translation

switch.cxx

/* * switch.cxx * * Cooperative multi-threading stack switch function. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject