代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/465477/6938824
txt rfc2172.txt
Network Working Group M. Maruyama
Request for Comments: 2172 K. Murakami
Category: Informational
www.eeworm.com/read/396256/6971638
m newtoncotes.m
function I = NewtonCotes(f,a,b,type)
%type = 1 科茨公式
%type = 2 牛顿-科茨六点公式
%type = 3 牛顿-科茨七点公式
I=0;
switch type
case 1,
I=((b-a)/90)*(7*subs(sym(f),findsym(sym(f)),a)+...
www.eeworm.com/read/466907/7023293
c f34x_usb_main.c
//-----------------------------------------------------------------------------
// F34x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005
www.eeworm.com/read/466907/7023296
lst f34x_usb_main.lst
C51 COMPILER V8.08 F34X_USB_MAIN 06/04/2008 21:50:45 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE F34X_USB_MAIN
OBJECT MODULE PLA
www.eeworm.com/read/466977/7026097
c f34x_usb_main.c
//-----------------------------------------------------------------------------
// F34x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005
www.eeworm.com/read/466977/7026099
lst f34x_usb_main.lst
C51 COMPILER V7.06 F34X_USB_MAIN 06/07/2007 00:12:17 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE F34X_USB_MAIN
OBJECT MODULE PLA
www.eeworm.com/read/368903/7104689
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=1,j=1;
for(i=1;i
www.eeworm.com/read/445076/7109296
m newtoncotes.m
function I = NewtonCotes(f,a,b,type)
%type = 1 科茨公式
%type = 2 牛顿-科茨六点公式
%type = 3 牛顿-科茨七点公式
I=0;
switch type
case 1,
I=((b-a)/90)*(7*subs(sym(f),findsym(sym(f)),a)+...
www.eeworm.com/read/458360/7298557
c print.c
/* @(#) print.c 1.7 1/27/86 17:49:19 */
/*ident "@(#)cfront:src/print.c 1.7" */
/**************************************************************************
C++ source for cfront, the C++ compiler f
www.eeworm.com/read/458319/7299211
c f34x_usb_main.c
//-----------------------------------------------------------------------------
// F34x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005