代码搜索结果
找到约 260 项符合
Oscilloscope 的代码
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, copies can
makefile
GEN=OscilloscopeMsg.java Constants.java
all: oscilloscope.jar
oscilloscope.jar: Oscilloscope.class
jar cf $@ *.class
OscilloscopeMsg.java: ../MultihopOscilloscope.h
mig -target=null -java-classna
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, copies can
oscilloscope.h
/*
* 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, copies can
entries
/Makefile/1.1/Wed May 23 23:01:38 2007//
/Oscilloscope.h/1.1/Thu Jun 7 16:59:34 2007//
/OscilloscopeAppC.nc/1.1/Wed May 23 23:01:38 2007//
/OscilloscopeC.nc/1.2/Thu Sep 13 23:10:22 2007//
/README.txt
makefile
GEN=OscilloscopeMsg.java Constants.java
all: oscilloscope.jar
oscilloscope.jar: Oscilloscope.class
jar cf $@ *.class
OscilloscopeMsg.java: ../Oscilloscope.h
mig -target=null -java-classname=Oscil
.cvsignore
Constants.java
OscilloscopeMsg.java
oscilloscope.jar
*.class
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, copies can