代码搜索结果

找到约 8,431 项符合 RF 的代码

adc_function.c

#include "ioCC2510.h" #include "RF04EB.h" #include "string.h" #include "lcd128_64.h" #include "ADC_function.h" void Init_Clock(void) { CLKCON &= ~0x40; //晶振 while(!(

makefile

obj-m := keybutton.o KERNELDIR ?= /home/s3c2410/kernel-2.6.13 PWD := $(shell pwd) all: $(MAKE) -C $(KERNELDIR) M=$(PWD) clean: rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions

rlsnoise2.m

%RLS Noise Cancellation %Ryan King %4/26/02 clear all; close all; %RF = load('RFrost.txt'); refGain = 1; worder = 8; N = 2048; t=1:N; signal = sin(2*pi.*t.*t/N/N*8); %.*fliplr(co

buzzer.bgn

Release 7.1.04i - Bitgen H.42 Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. Loading device for application Rf_Device from file '3s400.nph' in environment D:/Xilinx. "buzzer" is an NCD

superinv.txt

#!/bin/sh test $# -lt 1 && exec echo $0 name RCP="scp -q -C -oProtocol=1" RSH="ssh -q -1" rm -rf global mkdir global for m in `grep -v "^#" MACHINES` do $RCP /usr/local/share/proj/proj_def.dat inv

nrf905trx.c

#include #include "BaseType.h" #include #include #define WaitKeyDw 100 #define WaitKeyUp 101 #define KeyDwTimes 30 #define WRC 0x00 //W_RF_CONFIG #

makefile

INCLUDEDIR = -I/usr/include/ncurses OBJS = input.o menurt.o listbox.o winops.o labels.o \ msgboxes.o all: libtextbox.a libtextbox.a: $(OBJS) rm -rf libtextbox.a ar cq libtextbox.a $(OBJS)

makefile

build: -vlib work vlog sp_syn_ram.v dp_syn_ram.v ram_tb.v sim: vsim ram_tb clean: /bin/rm -rf work transcript vsim.wlf data_mem.mem reloc.mem

makefile

build: -vlib work vlog sp_syn_ram.v dp_syn_ram.v ram_tb.v sim: vsim ram_tb clean: /bin/rm -rf work transcript vsim.wlf data_mem.mem reloc.mem

glob1.sub

# bash-2.01.1 failed this test FN=/tmp/bash-glob.$$ mkdir $FN cd $FN mkdir foo mkdir foobar touch foo/bar touch foobar/bar chmod 311 foo foobar echo f*/bar chmod 777 foo foobar cd / rm -rf $FN