代码搜索结果
找到约 8,431 项符合
RF 的代码
remove
#!/bin/sh
# Exercise a bug that was fixed in shred-4.0l
if test "$VERBOSE" = yes; then
set -x
shred --version
fi
pwd=`pwd`
tmp=t-shred.$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
fifo
#!/bin/sh
# Make sure touch works on fifos without hanging.
if test "$VERBOSE" = yes; then
set -x
touch --version
fi
framework_failure=0
tmp=fifo-$$
rm -rf $tmp
mkfifo $tmp || framework_failure
dir-file
#!/bin/sh
# mv must fail when src and dest are mismatched directory/non-directory.
if test "$VERBOSE" = yes; then
set -x
mv --version
fi
tmp=mv-mismatch-$$
pwd=`pwd`
trap "cd $pwd; rm -rf $tmp"
p-1
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=`echo "$0"|sed 's,.*/,,'`.tmp
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
trap '(exit $?); exit' 1 2
p-2
#!/bin/sh
# Just like p-1, but with an absolute path.
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=`echo "$0"|sed 's,.*/,,'`.tmp
trap 'status=$?; cd $pwd; rm -rf $tmp &
parents
#!/bin/sh
# make sure mkdir's -p options works properly
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=parents-$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
24e1tx.plg
礦ision2 Build Log
Project:
D:\学习资料\课题资料\C51RF-2N开发系统\模块RF表演程序\NRF24E1\NRF24e1简易表演程序\24e1Tx\24e1Tx.uv2
Project File Date: 09/27/2005
Output:
output1.m
function varargout = Output1(varargin)
global flnSaveMRI intmeth anal WD WS rf mem_list mem_out
global MRI
global mri anal recurrence AnL_A AnL_B Qs
% Much of this content is automatic
output1.m
function varargout = Output1(varargin)
global flnSaveMRI intmeth anal WD WS rf mem_list mem_out
global MRI
global mri anal recurrence AnL_A AnL_B Qs
% Much of this content is automatic
disman-ping-mib
DISMAN-PING-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32,
Unsigned32, mib-2,
NOTIFICATION-TYPE, OBJECT-IDENTITY
FROM SNMPv2-SMI -- RF