代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/138987/13197335
m case9.m
function [baseMVA, bus, gen, branch, areas, gencost] = case9
%CASE9 Power flow data for 9 bus, 3 generator case.
% Please see 'help caseformat' for details on the case file format.
%
% Based on
www.eeworm.com/read/138987/13197354
m case39.m
function [baseMVA, bus, gen, branch, areas, gencost] = case39
%CASE39 Power flow data for 39 bus case.
% Please see 'help caseformat' for details on the case file format.
%
% Based on data from
www.eeworm.com/read/138987/13197421
m case57.m
function [baseMVA, bus, gen, branch, areas, gencost] = case57
%CASE57 Power flow data for IEEE 57 bus test case.
% Please see 'help caseformat' for details on the case file format.
% This data
www.eeworm.com/read/240176/13232750
gif sucess_case.gif
www.eeworm.com/read/240176/13233055
gif sucess_case.gif
www.eeworm.com/read/240176/13233187
gif sucess_case.gif
www.eeworm.com/read/324473/13261534
v mux_case.v
module mux_case(out,in0,in1,in2,in3,sel);
output out;
input in0,in1,in2,in3;
input[1:0] sel;
reg out;
always @(in0 or in1 or in2 or in3 or sel)
begin
case(sel)
2'b00: out=in0;
2'b01: out=
www.eeworm.com/read/137539/13313833
v mux_case.v
module mux_case(out,in0,in1,in2,in3,sel);
output out;
input in0,in1,in2,in3;
input[1:0] sel;
reg out;
always @(in0 or in1 or in2 or in3 or sel)
begin
case(sel)
2'b00: out=in0;
2'b01: out=
www.eeworm.com/read/318986/13464711
v mux_case.v
module mux_case(out,in0,in1,in2,in3,sel);
output out;
input in0,in1,in2,in3;
input[1:0] sel;
reg out;
always @(in0 or in1 or in2 or in3 or sel)
begin
case(sel)
2'b00: out=in0;
2'b01: out=
www.eeworm.com/read/313956/13578042
m com_case.m
function [ret,x0,str,ts,xts]=com_case(t,x,u,flag);
%COM_CASE is the M-file description of the SIMULINK system named COM_CASE.
% The block-diagram can be displayed by typing: COM_CASE.
%
% SYS=COM_