代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/137691/5820154
makefile
# Note that Yylex has to be made before QueryParser
TREE = $(wildcard tree/*.java)
JAVART=/root/src/tinyos-1.x/tools/java
ASM=net/tinyos/vm_asm
SCRIPT=net/tinyos/script
UTIL=net/tinyos/util
MSG=net/t
www.eeworm.com/read/137691/5820177
java variablepanel.java
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docu
www.eeworm.com/read/137691/5820400
patch matlabcontrol-r13-r14.patch
Index: MatlabControl.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/matlab/MatlabControl.java,v
retrieving revision
www.eeworm.com/read/137691/5820404
makefile
SUBDIRS = event plugins packet lossy script
ROOT = ../../..
PLUGINS_SRC = $(wildcard plugins/*.java)
PLUGINS = $(PLUGINS_SRC:.java=.class)
INITIAL_TARGETS = msgs jython ../sf/old/nido/NidoSerialDataS
www.eeworm.com/read/137691/5820537
makefile
# Makefile for tools/java/net/tinyos/sim/script/reflect
ROOT = ../../../../..
include $(ROOT)/Makefile.include
DOCS := Commands.java \
Interp.java \
Mote.java \
Packets.java \
Radio.java \
www.eeworm.com/read/137691/5820551
java simbindings.java
// $Id: SimBindings.java,v 1.5 2004/06/11 21:30:15 mikedemmer Exp $
/*
*
*
* "Copyright (c) 2004 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use,
www.eeworm.com/read/137691/5820588
java simcommands.java
// $Id: SimCommands.java,v 1.4 2004/06/10 19:26:42 mikedemmer Exp $
/* tab:2
*
* "Copyright (c) 2004 and The Regents of the University
* of California. All rights reserved.
*
* Permiss
www.eeworm.com/read/137691/5822360
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/137691/5822362
delall
#!/bin/sh
for i in `java net.tinyos.matchbox.tools.Dir`; do
echo Deleting $i
java net.tinyos.matchbox.tools.Delete $i
done
www.eeworm.com/read/116008/6114234
makefile
# Top-level Makefile for tools/java
SUBDIRS = tinyos
ROOT = ..
include $(ROOT)/Makefile.include