代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/241771/13121205
c tc9.c
/*****************
tc9.c
货物托运
******************/
#include "stdio.h"
main( )
{
int weight;
float cost;
printf(" 货物托运 \n\n");
printf("请输入货物重量:");
scanf("%d",&weight);
s
www.eeworm.com/read/241771/13121221
c tc10-2.c
/*****************
tc10-2.c
循环选择菜单
******************/
#include "stdio.h"
main( )
{
int n;
do{ /* 进入循环 */
printf("\n");
printf(" *********************************\
www.eeworm.com/read/241771/13121225
c tc9-2.c
/*****************
tc9-2.c
成绩等级查询
******************/
#include "stdio.h"
main( )
{
int n;
printf(" 成绩等级查询\n\n");
printf("请输入成绩:");
scanf("%d",&n);
switch((int)(n/10))
www.eeworm.com/read/241771/13121239
c tc10.c
/*****************
tc10.c
成绩分析
******************/
#include "stdio.h"
main( )
{
int n;
int d1,d2,d3,d4;
d1=d2=d3=d4=0;
printf(" 成绩分析\n\n");
printf("请输入成绩:");
scanf("%
www.eeworm.com/read/241771/13121250
c tc10-3.c
/*****************
tc10-2.c
循环选择菜单
******************/
#include "stdio.h"
main( )
{
int n;
do{ /* 进入循环 */
printf("\n");
printf(" *********************************\
www.eeworm.com/read/241664/13126734
c zsend.c
/*--------------------------------------------------------------------------*/
/* FILE: zsend.c (Opus zmodem transmitter) */
/*
www.eeworm.com/read/326278/13150503
cmd test16.cmd
-c
-h
-mtest16.map
-otest16.out
test16.OBJ
-lrts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 3200h, length = 0E00h
PAGE 1: DATA: origin = 0200h, length = 3000h
}
www.eeworm.com/read/326278/13150656
cmd test18.cmd
-c
-h
-mtest18.map
-otest18.out
test18.OBJ
-lrts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 1a00h, length = 2600h
PAGE 1: DATA: origin = 0200h, length = 1800h
}
www.eeworm.com/read/326278/13150686
cmd test18.cmd
-c
-h
-mtest18.map
-otest18.out
test18.OBJ
-lrts.lib
-stack 0x300
MEMORY
{
PAGE 0: PROG: origin = 2a00h, length = 1600h
PAGE 1: DATA: origin = 0200h, length = 2800h
}
www.eeworm.com/read/326278/13151385
cmd test13.cmd
-c
-h
-mtest13.map
-otest13.out
test13.OBJ
-lrts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 1a00h, length = 2600h
PAGE 1: DATA: origin = 0200h, length = 2800h
}