代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/208264/15249493
cpp l3_5.cpp
#include
void main()
{
int s,i;
cout > s;
i = s/10;
switch(i)
{
case 9:
case 10: cout
www.eeworm.com/read/208039/15255506
m drow.m
function drow(val)
val = get(handles.popupmenu1,'Value');
switch val
case 1
t=[-10:0.01:10];
y1=a1*[(t)>=0];
case 2
t=[0:0.01:10];
y1=f1*t;
case 3
www.eeworm.com/read/207888/15259735
lst ken.lst
C51 COMPILER V8.02 KEN 04/01/2007 22:32:37 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE KEN
OBJECT MODULE PLACED IN ken
www.eeworm.com/read/207888/15259738
c ken.c
#include
#include
int tdelay;
char key;
void display(void);
void delay(int t)
{ int i;
while(t--)
{ for(i=0;i
www.eeworm.com/read/207385/15274110
cpp expression.cpp
#include
#include
#include
#include
#define MAXSTR 50
typedef struct BiNode{ //二叉树结点
unsigned char data;
int status;
www.eeworm.com/read/206867/15286994
cpp queue_status.cpp
#include
// Windows message procedure.
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg)
{
case WM_COMMAND: /
www.eeworm.com/read/206115/15299846
c algo3-3.c
/* algo3-3.c 括号匹配的检验,(限于()、[]) */
typedef char SElemType;
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.c"
void check()
{ /* 对于输入的任意一个字符串,检验括号是否配对 */
SqStack s;
SElemType ch[80
www.eeworm.com/read/205941/15303445
m chap10_1plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/171479/5394749
java types.java
/*
$Id: Types.java,v 1.11 2005/04/12 15:04:59 jstrachan Exp $
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated docu
www.eeworm.com/read/171479/5394962
groovy switchtest.groovy
class SwitchTest extends GroovyTestCase {
void testSwitch() {
callSwitch("foo", "foo")
callSwitch("bar", "barfoo")
callSwitch("dummy", "d*")
callSwitch("xyz", "xy