代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/458661/7291843

m pmatch.m

% pmatch.m - Pi-section reactive conjugate matching network % % Usage: X123 = pmatch(ZG,ZL,Z) % % ZG = generator impedance = RG+jXG % ZL = load impedance = RL+jXL % Z = reference impedance = R+
www.eeworm.com/read/449679/7498251

nec 23df.nec

CM 146 MHz Direction Finding Yagi CM 26-36 inch boomlength (depends on mounting) CM 7.7 dBi gain with greater than 40 dB F/B at 146.565 MHz CM 1.7 VSWR without matching - 1.1 VSWR with Beta match
www.eeworm.com/read/140851/13058845

m~ optimalmatchingtest.m~

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 a = optimalMatching([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detections = [0.2 0
www.eeworm.com/read/140851/13058878

m optimalmatchingtest.m

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 a = optimalMatching([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detections = [0.2 0
www.eeworm.com/read/140545/13076279

cpp autoexcp.cpp

//: C01:Autoexcp.cpp // No matching conversions #include using namespace std; class Except1 {}; class Except2 { public: Except2(const Except1&) {} }; void f() { throw Except1
www.eeworm.com/read/138798/13211774

m~ optimalmatchingtest.m~

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 a = optimalMatching([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detections = [0.2 0
www.eeworm.com/read/138798/13211844

m optimalmatchingtest.m

% Consider matching sources to detections % s1 d2 % s2 d3 % d1 a = optimalMatching([52;0.01]) % sources(:,i) = [x y] coords sources = [0.1 0.7; 0.6 0.4]'; detections = [0.2 0
www.eeworm.com/read/315751/13536805

m pmatch.m

% pmatch.m - Pi-section reactive conjugate matching network % % Usage: X123 = pmatch(ZG,ZL,Z) % % ZG = generator impedance = RG+jXG % ZL = load impedance = RL+jXL % Z = reference impedance = R+
www.eeworm.com/read/303512/13813870

m pmatch.m

% pmatch.m - Pi-section reactive conjugate matching network % % Usage: X123 = pmatch(ZG,ZL,Z) % % ZG = generator impedance = RG+jXG % ZL = load impedance = RL+jXL % Z = reference impedance = R+
www.eeworm.com/read/152843/5664317

h ipt_ttl.h

/* IP tables module for matching the value of the TTL * (C) 2000 by Harald Welte */ #ifndef _IPT_TTL_H #define _IPT_TTL_H enum { IPT_TTL_EQ = 0, /* equals */ IPT_TTL_NE,