代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/358273/10193198
m add_trans_line.m
function Add_trans_line(theta_deg,freq_0,line_Z0)
% this function adds a description of the transmission line connected to the
% rest of the network
%
% USAGE:
% Add_trans_line(45, 1e9, 75)
%
www.eeworm.com/read/354306/10365874
asm main.asm
INCLUDE DONGLE.INC
;FUNCTIONS AND VARIABLES DEFINED IN USB_OPER.ASM
EXTERN INIT_USB :NEAR
EXTERN USB_ROUTINE :NEAR
EXTERN USB_CONFIGURATION_DONE :BIT
EXTERN WRITE_FIFO2 :NEAR
;
www.eeworm.com/read/354306/10365953
lst channel_mana.lst
"File: CHANNEL_MANA.ASM Holtek Cross-Assembler Version 2.86 Page 1
1 0000 INCLUDE DONGLE.INC
2 0000
3 0000 PUBLIC INIT_CHANNEL_MA
www.eeworm.com/read/322718/13369736
m sim_img.m
% Example of use of the new Field II program running under
% Matlab.
%
% This example shows how a linear array B-mode system scans an image
%
% This script assumes that the field_init procedure h
www.eeworm.com/read/471926/6287758
h protocol.h
/* protocol.h */
#ifndef PROTOCOL_H
#define PROTOCOL_H
#ifdef __cplusplus
extern "C"
{
#endif
typedef unsigned char (*COMM_PROC_PTR)(void);
//#define RF_MCU_DELAY 1
www.eeworm.com/read/400644/11571076
lst rfsetrxtxoff.lst
C51 COMPILER V7.06 RFSETRXTXOFF 04/13/2005 12:55:51 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE RFSETRXTXOFF
OBJECT MODULE PLAC
www.eeworm.com/read/400644/11571139
lst rfsetrxtxoff.lst
C51 COMPILER V7.08 RFSETRXTXOFF 11/25/2008 21:39:38 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE RFSETRXTXOFF
OBJECT MODULE PLAC
www.eeworm.com/read/400644/11571169
c demotx.c
#include
#include
#include
#define TEST_DATA_LENGTH 128 //包长度
#define INT8U unsigned char
#define MY_ADDRESS 3 //我的地址
#de
www.eeworm.com/read/154092/11989582
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/154092/11989645
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