代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/128748/14279883
m fig3_18.m
%
% This file generates the impedance transformations
% produced by the network shown in Figure 3-17
% The result is shown in Figure 3-18
%
% Copyright (c) 1999 by P.Bretchko and R.Ludw
www.eeworm.com/read/230350/14292125
mcs pic16f639_basestation.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=C:\AFE_Code\BaseStation_V1.0\DELAY.o
Folder=Intermediary
DeviceName=PIC18F4680
LanguageToolSuiteID={5B
www.eeworm.com/read/230350/14292301
map pic16f639_basestation.map
MPLINK 3.90.01, Linker
Linker Map File - Created Mon Nov 21 15:27:00 2005
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/227565/14421042
c adc.c
/** @file ADC.c
*
* @author Runar Kjellhaug
*
* @compiler This program has been tested with Keil C51 V7.50.
*
* @copyright
* Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/227276/14433855
c init_sys.c
#include "all.h"
void SMBus_Init();
void SYSCLK_Init (void);
void PORT_Init (void);
void ADC0_Init (void);
//void Timer0_Init (int counts);
void Timer3_Init (int counts);
void Timer4_Ini
www.eeworm.com/read/221742/14723595
js stat.js
var y_lo=document.getElementById("y_js").src.toString();
var y_re_p=new RegExp('pubid=([0-9]+)','ig');
var y_re_w=new RegExp('wid=([0-9]+)','ig');
y_re_p.exec(y_lo);y_pid=RegExp.$1;
y_re_w.exec(y_lo);
www.eeworm.com/read/217949/14942597
m fig3_18.m
%
% This file generates the impedance transformations
% produced by the network shown in Figure 3-17
% The result is shown in Figure 3-18
%
% Copyright (c) 1999 by P.Bretchko and R.Ludw
www.eeworm.com/read/217949/14942641
m add_shunt_oc_stub.m
function Add_shunt_oc_stub(theta_deg,freq_0,line_Z0)
% this function adds a description of the open-circuit stub connected to the
% rest of the network in shunt configuration
%
% USAGE:
% Add_shu
www.eeworm.com/read/217949/14942649
m add_series_oc_stub.m
function Add_series_oc_stub(theta_deg,freq_0,line_Z0)
% this function adds a description of the open-circuit stub connected to the
% rest of the network in series
%
% USAGE:
% Add_series_oc_stub(
www.eeworm.com/read/217949/14942651
m add_shunt_sc_stub.m
function Add_shunt_sc_stub(theta_deg,freq_0,line_Z0)
% this function adds a description of the short-circuit stub connected to the
% rest of the network in shunt configuration
%
% USAGE:
% Add_sh