代码搜索:RF

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

代码结果 8,431
www.eeworm.com/read/257010/11960679

m chp8ex2.m

fprintf('\n Wait simulation is in process. \n') VF = 400; rF = 0.4; iF0 = VF/rF; f = 60; w=2.*pi*f; d = 0; d=d*pi/180; t0 = 0 ; tfinal = 0.80; i0 = [0; iF0; 0; 0; 0 ]; % Initial current
www.eeworm.com/read/11139/198662

entries

/ActiveMessageLayerC.nc/1.2/Thu Oct 29 02:24:06 2009// /ActiveMessageLayerP.nc/1.1/Thu Oct 29 02:24:06 2009// /RF230ActiveMessageC.nc/1.3/Thu Oct 29 02:24:06 2009// /RF230RadioC.nc/1.1/Thu Oct 29 0
www.eeworm.com/read/457727/1593828

c elle.c

#include #include "nrutil.h" float elle(phi,ak) float ak,phi; { float rd(),rf(); float cc,q,s; s=sin(phi); cc=SQR(cos(phi)); q=(1.0-s*ak)*(1.0+s*ak); return s*(rf(cc,q,1.0
www.eeworm.com/read/191080/5167876

c elle.c

#include #include "nrutil.h" float elle(phi,ak) float ak,phi; { float rd(),rf(); float cc,q,s; s=sin(phi); cc=SQR(cos(phi)); q=(1.0-s*ak)*(1.0+s*ak); return s*(rf(cc,q,1.0
www.eeworm.com/read/419441/2076904

exp depth.exp

exec rm -rf tmp exec mkdir tmp exec mkdir tmp/top exec mkdir tmp/top/one exec touch tmp/top/one/foo exec mkdir tmp/top/two find_start p {tmp/top -depth -mindepth 1 -type d -empty -print} exec rm -rf t
www.eeworm.com/read/471460/6894074

m chp8ex2.m

fprintf('\n Wait simulation is in process. \n') VF = 400; rF = 0.4; iF0 = VF/rF; f = 60; w=2.*pi*f; d = 0; d=d*pi/180; t0 = 0 ; tfinal = 0.80; i0 = [0; iF0; 0; 0; 0 ]; % Initial current
www.eeworm.com/read/419845/10834131

c led.c

#include "includes.h" volatile unsigned char RF_SIGNAL_LED_Val; volatile unsigned char SYS_POWER_LED_Val; volatile unsigned char SENSOR_STATUS_LED_Val; volatile unsigned char SYS_STATUS_LED_
www.eeworm.com/read/419845/10834239

c led.c

#include "includes.h" volatile unsigned char RF_SIGNAL_LED_Val; volatile unsigned char SYS_POWER_LED_Val; volatile unsigned char SENSOR_STATUS_LED_Val; volatile unsigned char SYS_STATUS_LED_
www.eeworm.com/read/187031/8881623

am makefile.am

# EXTRA_DIST = SUBDIRS = src win32 doc dist-hook: rm -rf `find $(distdir)/ -name CVS`
www.eeworm.com/read/381890/9067197

makefile

install: python setup.py install clean: rm -Rf build rm -f *.pyc hello.png .PHONY: clean