代码搜索结果

找到约 4,639 项符合 RF 的代码

1602jm.plg

礦ision2 Build Log Project: D:\Personal\Desktop\RF-X1开发板资料\RF-X1开发板使用有关\RF-X1开发板的实例程序\1602遥控解码\1602jm.uv2 Project File Date: 04/27/2009 Output:

ds1302.plg

礦ision2 Build Log Project: F:\徐锐锋\RF-X1开发板资料\RF-X1开发板使用有关\RF-X1开发板的实例程序\12864+DS1302时钟+18B20温度计\DS1302.uv2 Project File Date: 02/28/2009 Output:

1.plg

礦ision2 Build Log Project: D:\Personal\Desktop\RF-X1开发板资料\RF-X1开发板使用有关\RF-X1开发板的实例程序\LCD12864显示汉字(汇编语言)\1.uv2 Project File Date: 05/01/2009 Output:

makefile

CROSS=arm-linux- all: led_test led_test: led_test.c $(CROSS)gcc -o $@ led_test.c -static clean: @rm -rf led_test *.o

makefile

CROSS=arm-linux- all: button_test button_test: button_test.c $(CROSS)gcc -o $@ button_test.c -static clean: @rm -rf button_test *.o

rf.spj

# Begin Project # Begin SubItem "RF Files" # Begin Group "Source Files" # Begin Source File SOURCE=.\RF.rc USEPARAM=FALSE PARAM="" ID= USEPARAM2=FALSE PARAM2= USEPARAM3=FALSE # End Source

rf.sbm

.stabs 0x64,"F:\SPMC65x\Application Note\AN_O0321\RF/",0,0,0 .stabs 0x64,"F:\SPMC65x\Application Note\AN_O0321\RF\main.asm",0,0,0 .stabs 0x80,"char:t1=r1;0;255;",0,0,0 .stabs 0x80,"unsigned int:t2=

lpcar2rf.m

function rf=lpcar2rf(ar) %LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF) % % Input: ar(:,p+1) Autoregressive coefficients % Output: rf(:,p+1) Reflection coeff

lpcrf2ar.m

function [ar,arp,aru,g]=lpcrf2ar(rf) %LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF) % % Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss

makefile

CC=g++ bigint:main.o BigInt.o $(CC) -o bigint -O3 BigInt.o main.o BigInt.o:BigInt.h BigInt.cpp $(CC) -c -O3 BigInt.cpp main.o:main.cpp $(CC) -c -O3 main.cpp clean: rm -rf *.o