代码搜索:burn
找到约 847 项符合「burn」的源代码
代码结果 847
www.eeworm.com/read/11139/204378
burn
#!/bin/bash
TOS_DELUGE=`type -p tos-deluge`
if [[ ! -x ${TOS_DELUGE} ]] ; then
TOS_DELUGE=../../../../tools/tinyos/misc/tos-deluge
fi
$TOS_DELUGE > /dev/null
if [[ $? != 0 ]]
then
www.eeworm.com/read/383940/2609021
burn
#!/bin/bash
python -c '
import sys
try:
import serial
except ImportError, e:
sys.exit(1)'
if [[ $? != 0 ]]
then
echo "Please install PySerial first."
exit 2
fi
TOS_DELUGE=`type -p tos-de
www.eeworm.com/read/384497/8866884
ico burn.ico
www.eeworm.com/read/363035/9970971
seq burn.seq
www.eeworm.com/read/405502/11461179
bat burn.bat
@echo off
set ST20ROOT=c:\pvr2flash\st20
set path=c:\pvr2flash\st20\bin;%path%
if "%1" == "" goto help
if "%1" == "-h" goto help
if "%1" == "-H" goto help
if "%1" == "--help" got help
rem First
www.eeworm.com/read/152565/12104599
c burn.c
#include "burnlib.h"
//***************************************************************************
#define U32 unsigned int
#define U16 unsigned short
#define S32 int
#define S16 short int
#de
www.eeworm.com/read/152565/12104618
o burn.o
www.eeworm.com/read/234110/14121694
cpp~ burn.cpp~
/*****************************************
Copyright 2001-2003
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
#ifndef ALLOW_OS_
www.eeworm.com/read/234110/14121750
cpp burn.cpp
/*****************************************
Copyright 2001-2003
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
#ifndef ALLOW_OS_