代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/454879/1627044

h 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
www.eeworm.com/read/454879/1627129

h 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
www.eeworm.com/read/451314/1662846

cpp 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");
www.eeworm.com/read/451314/1662847

dsp 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
www.eeworm.com/read/451314/1662848

plg switch.plg

Build Log --------------------Configuration: switch - Win32 Debug-------------------- Command Lines Creating temporary file "D:\Profiles\w20836
www.eeworm.com/read/451314/1662849

dsw switch.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/250243/4433174

s switch_to.s

############################################################################### # # switch_to.S: context switch operation # # Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. # Written by David H
www.eeworm.com/read/249104/4457548

java switch.java

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

asm 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
www.eeworm.com/read/244005/4514884

cxx 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