代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/133582/14035285
bmp case.bmp
www.eeworm.com/read/132706/14077882
m case.m
function [baseMVA, bus, gen, branch, area, gencost] = case
%CASE Defines the power flow data in a format similar to PTI.
% [baseMVA, bus, gen, branch, area, gencost] = case
% The format for
www.eeworm.com/read/132706/14077964
m case.m
function [baseMVA, bus, gen, branch, area, gencost] = case
%CASE Defines the power flow data in a format similar to PTI.
% [baseMVA, bus, gen, branch, area, gencost] = case
% The format for
www.eeworm.com/read/204809/15333361
case3
#!/bin/sh
echo "Is it morning? Please answer yes or no"
read timeofday
case "$timeofday" in
yes | y | Yes | YES )
echo "Good Morning"
echo "Up bright and early this mornin
www.eeworm.com/read/204809/15333369
case2
#!/bin/sh
echo "Is it morning? Please answer yes or no"
read timeofday
case "$timeofday" in
yes | y | Yes | YES ) echo "Good Morning";;
n* | N* ) echo "Good Afternoon";;
www.eeworm.com/read/204809/15333371
case1
#!/bin/sh
echo "Is it morning? Please answer yes or no"
read timeofday
case "$timeofday" in
"yes") echo "Good Morning";;
"no" ) echo "Good Afternoon";;
"y" ) echo "Good Morning";;
www.eeworm.com/read/291161/8439084
m ex_case.m
%EX_CASE: HOSA Toolbox Demo: Case studies
%
echo off
% A. Swami April 15, 1995
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.7 $
% RESTRICTED RIGHTS L
www.eeworm.com/read/290613/8471853
m ex_case.m
%EX_CASE: HOSA Toolbox Demo: Case studies
%
echo off
% A. Swami April 15, 1995
% Copyright (c) 1991-2001 by United Signals & Systems, Inc.
% $Revision: 1.7 $
% RESTRICTED RIGHTS L
www.eeworm.com/read/188924/8508240