代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/342198/3235890
c switch.c
#include
void Switchdemo(void)
{ Byte outputstate;
switch(outputstate)
{case 1:
P1_0=0;
P1_1=0;
P1_2=0;
break; //跳出循环
case 2:
P1_0=1;
P1_1=0;
P1_2=0;
break;
www.eeworm.com/read/339658/3296312
c switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int ten_thousand, hundred_thousand, place;
printf("请输入一个整数(0~99
www.eeworm.com/read/339501/3299450
opt switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/339501/3299451
c switch.c
#include
void Switchdemo(void)
{ Byte outputstate;
switch(outputstate)
{case 1:
P1_0=0;
P1_1=0;
P1_2=0;
break; //跳出循环
case 2:
P1_0=1;
P1_1=0;
P1_2=0;
break;
www.eeworm.com/read/337546/3329572
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/337546/3330802
c switch.c
/*
* spu_switch.c
*
* (C) Copyright IBM Corp. 2005
*
* Author: Mark Nutter
*
* Host-side part of SPU context switch sequence outlined in
* Synergistic Processor Element, B
www.eeworm.com/read/334226/3371271
exp switch.exp
set test switch-1
set prog_output "ans = 1"
do_test switch-1.m
set test switch-2
set prog_output "ans = 1"
do_test switch-2.m
set test switch-3
set prog_output "ans = 1"
do_test switch-3.m
set test
www.eeworm.com/read/324920/3488534
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/324920/3489728
c switch.c
/*
* spu_switch.c
*
* (C) Copyright IBM Corp. 2005
*
* Author: Mark Nutter
*
* Host-side part of SPU context switch sequence outlined in
* Synergistic Processor Element, B