代码搜索结果
找到约 8,431 项符合
RF 的代码
top_uart.bgn
Release 8.1.03i - Bitgen I.27
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '3s200.nph' in environment
D:\Xilinx.
"top_uart" is an N
system_top.bgn
Release 8.1i - Bitgen I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '3s400.nph' in environment
C:\Xilinx.
"system_top" is an NC
crash64.c
// { dg-do assemble }
// GROUPS passed old-abort
typedef long unsigned int size_t;
typedef void (*RF_Ptr)(void *);
struct _im_pers_mem_spec {
_im_pers_mem_spec(void );
_im_pers_mem_spec(auto int
lcd_top.bgn
Release 8.1i - Bitgen I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '3s400.nph' in environment
D:\Xilinx.
"lcd_top" is an NCD,
sys_card.c
#include "sys_card.h"
#include "sys_event.h"
#include "rf256_drv.h"
#include "pub_func.h"
#include "indication.h"
#include "storage.h"
#include "data_flash.h"
#include "string.h"
#include "hal
protocol.c
#include "protocol.h"
#include "uart.h"
#include "pub_func.h"
#include "sys_time.h"
#include "storage.h"
#include "data_flash.h"
#include "sys_event.h"
#include "string.h"
#include "rf256_drv.
xval.sh
#!/bin/sh
data=$1
class=$2
folds=${3:-3}
tsplit -xc$class $data.tab -t$folds 2>/dev/null
rm -rf xval.tmp
for (( i = 0; i < folds; i++ )); do
list=""
for (( k = 0; k < folds; k++ )); do
if (
doxygen-dist.sh
#!/bin/sh
die() {
echo "Aborting..."
exit 1
}
VERSION=1.0.2
BASE=corona-$VERSION-doxygen
rm -rf html $BASE $BASE.tar $BASE.tar.gz $BASE.zip \
$BASE.tar.bz2 $BASE.chm || die
d
makefile
cc = gcc
#cc = arm-hismall-linux-gcc
CFLAG = -O2
all: listen broadcast
listen:listen.o getnetparam.o udp_send_netparam.o
$(cc) $^ -o $@
rm -rf $^
broadcast:broadcast.o udp_recv_netparam.o setbr
armmakefile
#cc = gcc
cc = arm-hismall-linux-gcc
CFLAG = -O2
all: listen broadcast
listen:listen.o getnetparam.o udp_send_netparam.o
$(cc) $^ -o $@
rm -rf $^
broadcast:broadcast.o udp_recv_netparam.o setbr