代码搜索结果

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

makefile

KERNELDIR = /lib/modules/$(shell uname -r)/build CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O all: rdwr_dev.o clean: rm -rf *.o

makefile

KERNELDIR = /lib/modules/$(shell uname -r)/build CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O all: proc_dev.o clean: rm -rf *.o

makefile

KERNELDIR = /lib/modules/$(shell uname -r)/build CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O all: call_dev.o clean: rm -rf *.o

makefile

KERNELDIR = /lib/modules/$(shell uname -r)/build CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O all: blockio_dev.o clean: rm -rf *.o

makefile.am

SUBDIRS = src tools ndbapi run-test EXTRA_DIST = include dist-hook: -rm -rf `find $(distdir) -type d -name SCCS` windoze-dsp:

ex2_7.m

% % This file computes an input impedance of an % open-circuit line as described in Example 2.7 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Practic

ex2_6.m

% % This file computes the input impedance of the % short-circuit line as described in Example 2.6 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory and Prac

fig2_28.m

% % This file computes the input impedance of the % short-circuit transmission line as described in Example 2.6 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Th

makefile.am

SUBDIRS = man utils src tests EXTRA_DIST = doc include dist-hook: for cvsdir in `find $(distdir) -name CVS`; do \ [ -d "$$cvsdir" ] && rm -rf "$$cvsdir" ; \ done

sh_ge_start_so.m

% 编写求解起动过程微分方程的脚本函数 % 将该脚本函数定义为sh_ge_start_so(shunt_motor_self_excited_solver) uf=25;IaN=633;w=61;TLN=3275;Lf=9;Rf=12; [t,y]=ode23(@sh_ge_start_ode,[0:.0001:.025],[uf/Rf;0]) % 首先绘制if=f(t)曲线 subpl