代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/154092/11989666
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/154092/11989669
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)
%
www.eeworm.com/read/154092/11989670
m add_series_capacitor.m
function Add_series_capacitor(cap)
% this function adds a description of the series capacitor connected to the
% rest of the network
%
% USAGE:
% Add_series_capacitor(2.5e-12)
%
www.eeworm.com/read/154092/11989683
m add_shunt_inductor.m
function Add_shunt_inductor(ind)
% this function adds a description of the shunt inductor connected to the
% rest of the network
%
% USAGE:
% Add_shunt_inductor(2.5e-9)
% |
www.eeworm.com/read/340361/12164418
asm ca745.asm
;**************************************************
;DEFINE THE SPECIAL REGISTER
;**************************************************
INDF EQU 0X00
TCC EQU 0X01
PC
www.eeworm.com/read/340361/12164425
lst ca745.lst
1 ;**************************************************
2 ;DEFINE THE SPECIAL REGISTER
3 ;*************************************
www.eeworm.com/read/233546/14147585
smsg uart_regs.map.smsg
Warning (10236): Verilog HDL Implicit Net warning at uart_regs.v(115): created implicit net for "rf_overrun"
www.eeworm.com/read/232572/14192742
makefile
CROSS_COMPILE ?= /usr/local/arm/3.3.2/bin/arm-linux-
CC =$(CROSS_COMPILE)gcc
ALL:settime gettime
settime:settime.c
$(CC) -o settime settime.c
gettime:gettime.c
$(CC) -o gettime gettime.c
clean:
r