代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/137691/5820084
java tosmsg.java
// $Id: TOSMsg.java,v 1.1 2004/05/31 10:30:27 szewczyk Exp $
package net.tinyos.message.telos;
import net.tinyos.message.MoteIF;
/**
* A class that represents packets as they are actually exchange
www.eeworm.com/read/137691/5820091
java tosmsg.java
// $Id: TOSMsg.java,v 1.1 2004/05/31 10:30:27 szewczyk Exp $
package net.tinyos.message.avrmote;
import net.tinyos.message.MoteIF;
/**
* A class that represents packets as they are actually exchan
www.eeworm.com/read/137691/5822043
makeinclude
TOS = ../../../../$(BASEDIR)
JAVADIR = $(TOS)../tools/java/net/tinyos/tinydb
PACKAGE = net.tinyos.tinydb
INCLUDES += -I $(TOS)/lib/Util -I $(TOS)/lib/Commands -I $(TOS)/lib/Attributes -I $(TOS)/lib/Ti
www.eeworm.com/read/116008/6114341
java cmdlineoutput.java
package net.tinyos.tinydb;
import net.tinyos.tinydb.parser.*;
import java.util.*;
/** CmdLineOutput runs queries and displays results on the command line.
@author Sam Madden (madden@cs.berkeley.e
www.eeworm.com/read/484868/1265165
java taskinjectsens.java
package net.tinyos.task.taskcmd;
import net.tinyos.task.taskapi.*;
import java.util.*;
class TASKInjectSens
{
private final static int DEFAULT_SAMPLE_PERIOD = 32768;
public static void mai
www.eeworm.com/read/270919/4231903
java databaseconfigdialog.java
/*
* DatabaseConfigDialog.java
*
* Created on August 20, 2003, 12:46 PM
*/
package net.tinyos.mcenter;
import net.tinyos.mcenter.treeTable.*;
import java.util.prefs.*;
import org.jdom.JDOMExcep
www.eeworm.com/read/270919/4231972
java tosmsg.java
// $Id: TOSMsg.java,v 1.1 2004/06/30 23:58:14 jdprabhu Exp $
package net.tinyos.message.micaz;
import net.tinyos.message.MoteIF;
/**
* A class that represents packets as they are actually exchange
www.eeworm.com/read/270919/4231980
java tosmsg.java
// $Id: TOSMsg.java,v 1.1 2004/05/31 10:30:27 szewczyk Exp $
package net.tinyos.message.telos;
import net.tinyos.message.MoteIF;
/**
* A class that represents packets as they are actually exchange
www.eeworm.com/read/270919/4231987
java tosmsg.java
// $Id: TOSMsg.java,v 1.1 2004/05/31 10:30:27 szewczyk Exp $
package net.tinyos.message.avrmote;
import net.tinyos.message.MoteIF;
/**
* A class that represents packets as they are actually exchan
www.eeworm.com/read/383940/2608364
makefile
# $Id: Makefile,v 1.5 2007/09/19 04:39:16 klueska Exp $
#
# TinyOS Tools Makefile
#
# @author TinyOS Team
#
INITIAL_TARGETS = PrintfMsg.class
ROOT = ../../..
include $(ROOT)/Makefile.include
PRINT