代码搜索结果

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

mkconf.c

#define CHAR 01 #define BLOCK 02 #define INTR 04 #define EVEN 010 #define KL 020 #define ROOT 040 char *btab[] { "rk", "rp", "rf", "tm", "tc", "hs", "hp", "ht", 0 }; char *ctab[] { "console"

serialconnection.java

package com.sensevision.reader; /** * * RF Dump V1.2 * @author Boris Wolf, Lukas Grunwald * @version 07/12/2004 * */ import java.io.BufferedReader; import java.io.BufferedWriter; import java.

encoder.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="App" ProjectDir="G:\egul\swat-b14x\src\rf3_uart_g726\Encoder\" ProjectType=Executabl

loopback.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="App" ProjectDir="G:\egul\swat-b14x\src\rf3_uart_g726\LoopBack\" ProjectType=Executab

decoder.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="App" ProjectDir="G:\egul\swat-b14x\src\rf3_uart_g726\Decoder\" ProjectType=Executabl

304.htm

RFID-Bulletin Board: Re: pls send basics od rf tech, James Urie at 2/06/2001 09:59

316.htm

RFID-Bulletin Board: Re: pls send basics od rf tech, D. te Nuijl at 2/16/2001 15:30

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

dired

#!/bin/sh # make sure --dired option works if test "$VERBOSE" = yes; then set -x ls --version fi . $srcdir/../envvar-check pwd=`pwd` tmp=dired.$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $

example.bas

Attribute VB_Name = "Module1" Option Explicit Global icdev As Long Global st As Integer 'comm function Declare Function rf_config Lib "mwrf32.dll" (ByVal icdev%, ByVal mode%, ByVal baud%) As