代码搜索结果
找到约 260 项符合
Oscilloscope 的代码
3phase.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"Three-phase rectifier with a 3-phase 12 V/60 Hz input. Double-click on the oscilloscope icon to zoom it open. Start the s
makefile
GEN=OscilloscopeMsg.java Constants.java
all: oscilloscope.jar
oscilloscope.jar: Oscilloscope.class
jar cf $@ *.class
OscilloscopeMsg.java: ../MultihopOscilloscope.h
mig -target=null -java
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////
oscilloscope.py
#!/usr/bin/env python
import sys
import tos
AM_OSCILLOSCOPE = 0x93
class OscilloscopeMsg(tos.Packet):
def __init__(self, packet = None):
tos.Packet.__init__(self,
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