代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752414
t glob-case.t
#!./perl
BEGIN {
chdir 't' if -d 't';
if ($^O eq 'MacOS') {
@INC = qw(: ::lib ::macos:lib);
} else {
@INC = '.';
push @INC, '../lib';
}
require Config; import Config;
www.eeworm.com/read/141300/5772637
deck mixed_case.deck
MiXeD CaSe
*
* This circuit contains a simple gain block to demonstrate
* that the simulator deck parsing code is case-insensitive.
*
.TrAn 1E-5 1e-3
*
V1 1 0 0.0 sIn(0 1 1k)
r1 1 0 1k
*
A1
www.eeworm.com/read/139332/5800851
hpp case_conv.hpp
// Boost string_algo library case_conv.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Lic
www.eeworm.com/read/139332/5800861
hpp case_conv.hpp
// Boost string_algo library string_funct.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software
www.eeworm.com/read/139332/5801711
hpp test_case.hpp
#ifndef BOOST_MPL_AUX_TEST_TEST_CASE_HPP_INCLUDED
#define BOOST_MPL_AUX_TEST_TEST_CASE_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2002-2004
//
// Distributed under the Boost Software License, Versio
www.eeworm.com/read/132212/5919021
txt case_of_identity.txt
QUOTE MY DEAR FELLOW QUOTE SAID SHERLOCK HOLMES AS WE SAT ON EITHER SIDE OF THE FIRE IN HIS LODGINGS AT BAKER STREET QUOTE LIFE IS INFINITELY STRANGER THAN ANYTHING WHICH THE MIND OF MAN COULD INV
www.eeworm.com/read/112192/6147234
varied_case2
INVITE sip:5105@192.168.36.180:5060;user=phone SIP/2.0
VIA: SIP/2.0/UDP 192.168.36.80:5060
FroM: 5225
To: 5105
CAlL-ID: 247515495
www.eeworm.com/read/252441/6298454
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/493034/6404293
m case300.m
function [baseMVA, bus, gen, branch, areas, gencost] = case300
%CASE300 Power flow data for IEEE 300 bus test case.
% Please see 'help caseformat' for details on the case file format.
% This da
www.eeworm.com/read/493034/6404300
m case118.m
function [baseMVA, bus, gen, branch, areas, gencost] = case118
%CASE118 Power flow data for IEEE 118 bus test case.
% Please see 'help caseformat' for details on the case file format.
% This da