代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/288524/8627190
m case1.m
function [baseMVA, bus, gen, branch, area, gencost] = case1(p,q,c,t,k)
%%----- Power Flow Data -----%%
%% system MVA base
baseMVA = 100.0000;
%% bus data
bus = [
1 3 0.0
www.eeworm.com/read/387770/8654576
jpg case1a.jpg
www.eeworm.com/read/430527/8740553
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/429004/8824817
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/284875/8885783
sql 42-case.sql
SET QUOTED_IDENTIFIER OFF
SELECT CustomerId,CASE WHEN CreditType = 0 THEN "Debits" ELSE "Credits" END AS TranType,SUM(Amount)
FROM TransactionDetails.Transactions t
JOIN TransactionDetails.Tran
www.eeworm.com/read/384201/8891085
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/383822/8915502
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/186539/8927683
v latch_case.v
module latch_case(
a,
b,
sel_a,
sel_b,
y
);
input a, b;
input sel_a, sel_b;
output y;
reg y;
always @(a or b or sel_a or sel_b)
begin
case({sel_a, sel_b})
2'b10 : y = a;
www.eeworm.com/read/427575/8933613
png case-pub.png
www.eeworm.com/read/427575/8933628