代码搜索结果
找到约 260 项符合
Oscilloscope 的代码
entries.extra
/Makefile////
/Oscilloscope.h////
/OscilloscopeAppC.nc////
/OscilloscopeC.nc////
/README.txt////
makefile
GEN=OscilloscopeMsg.java Constants.java
all: oscilloscope.jar
oscilloscope.jar: Oscilloscope.class
jar cf $@ *.class
OscilloscopeMsg.java: ../MultihopOscilloscope.h
mig -target=null -java
run
#!/bin/sh
if cygpath -w / >/dev/null 2>/dev/null; then
CLASSPATH="oscilloscope.jar;$CLASSPATH"
else
CLASSPATH="oscilloscope.jar:$CLASSPATH"
fi
java Oscilloscope
oscilloscope.java
/*
* Copyright (c) 2006 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in the attached INTEL-LICENSE
* file. If you do not find these files, copie
entries.extra
/ColorCellEditor.java////
/Data.java////
/Graph.java////
/Makefile////
/Node.java////
/Oscilloscope.java////
/Window.java////
/build.xml////
/oscilloscope.jar////
/run////
makefile
GEN=OscilloscopeMsg.java Constants.java
all: oscilloscope.jar
oscilloscope.jar: Oscilloscope.class
jar cf $@ *.class
OscilloscopeMsg.java: ../MultihopOscilloscope.h
mig -target=null -java
run
#!/bin/sh
if cygpath -w / >/dev/null 2>/dev/null; then
CLASSPATH="oscilloscope.jar;$CLASSPATH"
else
CLASSPATH="oscilloscope.jar:$CLASSPATH"
fi
java Oscilloscope
oscilloscope.java
/*
* Copyright (c) 2006 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in the attached INTEL-LICENSE
* file. If you do not find these files, copie