代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/433086/8548460
swo .switch.txt.swo
www.eeworm.com/read/433086/8548471
swp .switch.txt.swp
www.eeworm.com/read/433086/8548478
pl write_switch.pl
use Expect;
use strict;
use warnings;
sub readdata{
open(FILEHANDLE,"change.txt")||die"can not open filename:$!";
my(@array)=;
chomp@array;
close(FILEHANDLE);
return(@array);
}
www.eeworm.com/read/433086/8548479
txt switch_data.txt
www.eeworm.com/read/432934/8562289
m stucture_switch.m
% stucture_switch.m
% switch-case结构示例
% 单位换算示例
disp('单位换算示例')
x=input('输入需要换算的长度数值(m):');
unit=input('选择转换单位(1 in; 2 ft; 3 m; 4 mm; 5 cm;):');
switch unit
case {'inch', 'in', 1}
y=
www.eeworm.com/read/432934/8562378
asv stucture_switch.asv
% stucture_switch.m
% switch-case结构示例
% 单位换算示例
disp('单位换算示例')
x=input('输入需要换算的长度数值(cm):');
unit=input('选择转换单位(1 in; 2 ft; 3 m; 4 mm; 5 cm;):')
switch unit
case {'inch', 'in', 1}
y=
www.eeworm.com/read/388602/8597534
pde switch_test.pde
/*
* Switch Test for the Asuro
*/
#include
Asuro asuro = Asuro();
void setup()
{
Serial.begin(9600);
}
void loop()
{
int Switches;
/* front switch check */
S
www.eeworm.com/read/187544/8626153
pl switch_control.pl
#!/usr/bin/perl
use SNMP;
use Getopt::Long;
GetOptions("mac=s" => \$gMac,
"index=s" => \$gIndex,
"action=s" => \$gAction,
);
($gMac,$gAction,$gIndex) = verifyInput
www.eeworm.com/read/388070/8638810