代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/224719/14570895
bat cleanup.bat
#!/bin/sh
cd Example1
rm -rf Release
rm -rf Debug
rm -rf *.ilk
rm -rf *.ncb
rm -rf *.exe
cd ..
cd Example2
rm -rf Release
rm -rf Debug
rm -rf *.ilk
rm -rf *.ncb
rm -rf *.exe
cd ..
www.eeworm.com/read/221621/14735296
c maintask.c
//========================================================
//深圳奥特迅电力设备有限公司
//电池监控系统用无线传输模块
//文件名:MainTask.c
//描述:
//By:Andylee 2006-6-13
//anssett@163.com
//====================================
www.eeworm.com/read/221621/14735364
c maintask.c
//========================================================
//深圳奥特迅电力设备有限公司
//电池监控系统用无线传输模块
//文件名:MainTask.c
//描述:
//By:Andylee 2006-6-13
//anssett@163.com
//====================================
www.eeworm.com/read/221621/14735554
c maintask.c
//========================================================
//深圳奥特迅电力设备有限公司
//电池监控系统用无线传输模块
//文件名:MainTask.c
//描述:
//By:Andylee 2006-6-13
//anssett@163.com
//====================================
www.eeworm.com/read/120186/14811172
h rfinput.h
/*********************************************************************************************************
** Small RTOS(51)
**
www.eeworm.com/read/217949/14942643
m add_shunt_capacitor.m
function Add_shunt_capacitor(cap)
% this function adds a description of the shunt capacitor connected to the
% rest of the network
%
% USAGE:
% Add_shunt_capacitor(2.5e-12)
%
www.eeworm.com/read/217949/14942655
m add_shunt_impedance.m
function Add_shunt_impedance(imp)
% this function adds a description of the constant impedance connected to the
% rest of the network in shunt configuration
%
% USAGE:
% Add_shunt_impedance(25+j*
www.eeworm.com/read/217949/14942659
m add_series_impedance.m
function Add_series_impedance(imp)
% this function adds a description of the constant impedance connected to the
% rest of the network in series
%
% USAGE:
% Add_series_impedance(25+j*30)
%
www.eeworm.com/read/217949/14942661
m add_series_inductor.m
function Add_series_inductor(ind)
% this function adds a description of the series inductor connected to the
% rest of the network
%
% USAGE:
% Add_series_inductor(2.5e-9)
%