代码搜索结果

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

msh.man

.\" This file is automatically generated. Do not edit! .\" include the -mh macro file .so /usr/lib/mh/tmac.h .\" This file is automatically generated. Do not edit! .\" @(#)$Id: msh.rf,v 1.1 90/07/20

prev.man

.\" This file is automatically generated. Do not edit! .\" include the -mh macro file .so /usr/lib/mh/tmac.h .\" This file is automatically generated. Do not edit! .\" @(#)$Id: prev.rf,v 1.1 90/07/2

ali.man

.\" This file is automatically generated. Do not edit! .\" include the -mh macro file .so /usr/lib/mh/tmac.h .\" This file is automatically generated. Do not edit! .\" @(#)$Id: ali.rf,v 1.1 90/07/20

mh-mail.man

.\" This file is automatically generated. Do not edit! .\" include the -mh macro file .so /usr/lib/mh/tmac.h .\" This file is automatically generated. Do not edit! .\" @(#)$Id: mh-mail.rf,v 1.1 90/0

rdxjoystick.h

// RDXJoystick.h // 作者:陈峰 // 使用方法: // 在 init 中运行 initJoystick(...) // 在 loop 中运行 captureJoystick() 和 set... get... #ifndef _RDXJoystick #define _RDXJoystick #include "../../include/func/RF

pnl.h

#ifndef __PNL_H__ #define __PNL_H__ #define U_QMAX 1024 #define F_QMAX 128 typedef struct { void(*calc)(void*); unsigned rf; unsigned rul; unsigned rudc; unsigned run; un

register.java

package com.oristand; import java.io.*; /* public class Register { public static boolean Register(String s1,String s2){ boolean flag=true; RandomAccessFile rf=null; if(Register.exi

gauspuls.m

function [yc,ys,ye] = gauspuls(t,fc,bw,bwr,tpr) %GAUSPULS Gaussian-modulated sinusoidal pulse generator. % YI=GAUSPULS(T,FC,BW) returns samples of the unity-amplitude % Gaussian RF pulse with c

makefile.am

CLEANFILES = *~ maintainer-clean-local: -rm -rf Makefile.in AM_CPPFLAGS = -I../include LDADD = ../libpbc.la noinst_PROGRAMS = gena1param genaparam gendparam geneparam genfparam gengparam hilbertpol

exportfunc.h

#ifndef _EXPORT_FUNC_H_ #define _EXPORT_FUNC_H_ //return successful result #define LIB_SUCCESS 0 //return failed result #define LIB_FAILED 1 #define MAX_RF_BUFFER 1024