代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/471926/6287766
c protocol.c
#include "includes.h"
unsigned char rf_send_period = SHORT_TERM;
#ifdef RF_MCU_DELAY
#define SendByte SendByteA
#else
#define SendByte SendByteB
#endif
void RF_init(void)
{
www.eeworm.com/read/255138/12099348
c drv2_cc1000.c
#include "config_60_61.h"
#include "config_GD61.h"
#include "include_GD61.h" // ANSI standard header file
#include "include_GD60.h" // ANSI standard header file
/////////////////////////////
www.eeworm.com/read/213023/15143670
c cc2420example.c
/*******************************************************************************************************
一对运行此程序的节点之间建立起一个使用通道26的点对点的RF连接。
使用下面的节点地址:
* - PAN ID: 0x2420 (both nodes)
www.eeworm.com/read/424014/6786756
c rfia4421.c
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0S/KB1+, 78K0S/KA1+,
** 78K0S/KY1+,78K0S/KU1+ 8-Bit
www.eeworm.com/read/384270/8883820
makefile
CFLAGS = -I..
main: main.c partition.o partition.h
cc $(CFLAGS) -o main main.c partition.o -lm
partition.o: partition.c partition.h
cc $(CFLAGS) -c partition.c -o partition.o
clean:
rm -rf main
www.eeworm.com/read/384270/8883883
makefile
# code is C++
CFLAGS =
recur.o: recur.C
CC $(CFLAGS) -c recur.C -o recur.o
symm.o: symm.C
CC $(CFLAGS) -c symm.C -o symm.o
clean:
rm -rf recur.o symm.o
www.eeworm.com/read/373628/9445596
mdsplot
MDSplot package:randomForest R Documentation
_M_u_l_t_i-_d_i_m_e_n_s_i_o_n_a_l _S_c_a_l_i_n_g _P_l_o_t _o_f _P_r_o_x_i_m_i_t_y _m_a_
www.eeworm.com/read/176511/9495379
makefile
all: scull_user
scull_user: scull_user.c
gcc -g scull_user.c -o scull_user
clean:
rm -rf scull_user
www.eeworm.com/read/372550/9503920
m lpcar2am.m
function [am,em]=lpcar2am(ar,p);
%LPCRR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P)
%AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order
%and nf the number of frames
www.eeworm.com/read/365161/9876564
m lpcar2am.m
function [am,em]=lpcar2am(ar,p);
%LPCRR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P)
%AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order
%and nf the number of frames