代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/468795/6988640
asv butterworth.asv
clear all
clc
close all
Rp=1;
Rs=30;
typeo=3;
% switch typeo
% case 1
% type='bandpass';
% case 2
% type='stop';
% case 3
% type='high';
% case 4
% type='low';
% end
www.eeworm.com/read/468795/6988642
asv chebyii.asv
clear all
close all
clc
nfft=256;
Fs=1000*pi;
Rp=1;
Rs=40;
typeo=3;
% switch typeo
% case 1
% type='bandpass';
% case 2
% type='stop';
% case 3
% type='high';
% case 4
%
www.eeworm.com/read/468402/6989517
c f500_ports_portmatch.c
//-----------------------------------------------------------------------------
// F500_Ports_PortMatch.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/467466/7003756
m p.m
%-----Sub functions-------
function j = P (img, x, y, i)
% get pixel value based on chart:
% 4 | 3 | 2
% 5 | | 1
% 6 | 7 | 8
switch (i)
case {1, 9}
j = img(x+1, y);
case
www.eeworm.com/read/466955/7024938
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/466489/7036064
m p.m
%-----Sub functions-------
function j = P (img, x, y, i)
% get pixel value based on chart:
% 4 | 3 | 2
% 5 | | 1
% 6 | 7 | 8
switch (i)
case {1, 9}
j = img(x+1, y);
case
www.eeworm.com/read/465770/7045445
c usb_main.c
//-----------------------------------------------------------------------------
// USB_MAIN.c
//-----------------------------------------------------------------------------
// Copyright 2002 Cygna
www.eeworm.com/read/464910/7062433
cpp zp2155.cpp
//---------------------------------------------------------------------------
#pragma hdrstop
//---------------------------------------------------------------------------
#pragma argsused
#
www.eeworm.com/read/465012/7064240
cmd volume.cmd
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM PAGE 0
.data : {}> PRAM PAGE 0
.ci
www.eeworm.com/read/465013/7064246
cmd usecmd.cmd
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM PAGE 0
.data : {}> PRAM PAGE 0
.ci