代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/222388/4820416
regress
#!/bin/sh
export CLASSPATH=$PWD:$CLASSPATH
echo Deleting old files
./delall
mreset
sleep 3
echo **Expect nothing
java net.tinyos.matchbox.tools.Dir
java net.tinyos.matchbox.tools.CopyIn test
www.eeworm.com/read/270919/4231645
makefile
# Makefile to install tinyos tools
EXES=mote-key toscheck tinyos-serial-configure set-mote-id locate-jre
all: $(EXES)
install: all
install -d $(prefix)/bin
install $(EXES) $(prefix)/bin
clean:
www.eeworm.com/read/270919/4233892
regress
#!/bin/sh
export CLASSPATH=$PWD:$CLASSPATH
echo Deleting old files
./delall
mreset
sleep 3
echo **Expect nothing
java net.tinyos.matchbox.tools.Dir
java net.tinyos.matchbox.tools.CopyIn test
www.eeworm.com/read/444721/1729951
regress
#!/bin/sh
export CLASSPATH=$PWD:$CLASSPATH
echo Deleting old files
./delall
mreset
sleep 3
echo **Expect nothing
java net.tinyos.matchbox.tools.Dir
java net.tinyos.matchbox.tools.CopyIn test
www.eeworm.com/read/395389/2436375
regress
#!/bin/sh
export CLASSPATH=$PWD:$CLASSPATH
echo Deleting old files
./delall
mreset
sleep 3
echo **Expect nothing
java net.tinyos.matchbox.tools.Dir
java net.tinyos.matchbox.tools.CopyIn test