代码搜索结果

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

dib0070.c

/* * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. * * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) * * This program is free software; you can redistribute it and/or * modify

dib0070.h

/* * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. * * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) * * This program is free software; you can redistribute it and/or * modify

dib0070.c

/* * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. * * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) * * This program is free software; you can redistribute it and/or * modify

dib0070.h

/* * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. * * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) * * This program is free software; you can redistribute it and/or * modify

pr15749-1.h

/* Similar to c99-flex-array-3.c, but a system header so should not have diagnostics even with -pedantic-errors. */ #pragma GCC system_header struct flex { int a; int b[]; }; union rf1 { struct

getclientinfo_house.js

var _suds_js_ver_="cookie:3.12"; var cp_rf="http://beacon.sina.com.cn/a.gif"; function getUniproCookie(ckName) { var start = document.cookie.indexOf(ckName+"="); if (-1 == start) { return

getclientinfo_house.js

var _suds_js_ver_="cookie:3.12"; var cp_rf="http://beacon.sina.com.cn/a.gif"; function getUniproCookie(ckName) { var start = document.cookie.indexOf(ckName+"="); if (-1 == start) { return

makefile

CC = gcc CFLAGS = -O2 -Wall TARGET = md5 OBJECTS += md5c.o mddriver.o all : $(TARGET) $(TARGET) : $(OBJECTS) $(CC) $(CFLAGS) -o $@ $(OBJECTS) clean: rm -rf $(TARGET) $(OBJECTS) %

fftgabormp.h

#ifndef FFTGABORMP_H #define FFTGABORMP_H #include "Gabor.h" #include // Functions which runs MP algorithm until epsilon precision is achieved // i.e. |Rf|

makefile

CC = gcc AS = as AR = ar LD = ld NM = nm RM = rm CFLAGS = -I../.. all: param ./param param: param.c $(CC) $(CFLAGS) -o param param.c clean: $(RM) -rf *.o param bio