代码搜索:tinyOS

找到约 3,275 项符合「tinyOS」的源代码

代码结果 3,275
www.eeworm.com/read/270919/4231795

1 nesdoc.1

.TH nesdoc 1 "April 27, 2004" .LO 1 .SH NAME nesdoc - generate TinyOS documentation .SH SYNOPSIS \fBnesdoc\fR [\fIdocumentation directory\fR] [\fIncc options\fR] \fIfiles...\fR .SH DESCRIPTION \fBn
www.eeworm.com/read/270919/4231898

java xmlpreferencemodel.java

package net.tinyos.mcenter.treeTable; import java.util.*; import org.jdom.Document; import org.jdom.Element; import java.util.prefs.*; public class XmlPreferenceModel extends AbstractTreeTableMod
www.eeworm.com/read/270919/4231927

java parsedfunction.java

// $Id: ParsedFunction.java,v 1.2 2003/10/07 21:46:02 idgay Exp $ package net.tinyos.plot; public class ParsedFunction implements Function { ExpressionParser e; public ParsedFunction(String s) {
www.eeworm.com/read/270919/4231988

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.message MIG = mig java ROOT = ../../../.. include $(ROOT)/Makefile.include #TO REMAKE BaseTOSMsg, uncomment the line below and type make mica2
www.eeworm.com/read/270919/4232193

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/383940/2608481

h serialprotocol.h

/** * This file is automatically generated by ncg. DO NOT EDIT THIS FILE. * It includes values of some nesC constants from * /home/phihup/cvs/tinyos-2.x/tos/lib/serial/Serial.h. */ enum { SER
www.eeworm.com/read/379808/9175696

c tosmac.c

/* * driver/tosmac/TOSMac.c * * TOS_MAC Driver based on CC2420 radio chip * It is compatible with TinyOS MAC layer. * * Author: Gefan Zhang * Last modified by Y.Cheng:11/April/2008
www.eeworm.com/read/137691/5820074

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.message MIG = mig java SUBDIRS = avrmote telos micaz ROOT = ../../.. include $(ROOT)/Makefile.include BaseTOSMsg.java: $(MIG) -java-classname=
www.eeworm.com/read/137691/5820123

java env.java

// $Id: Env.java,v 1.4 2003/10/07 21:46:09 idgay Exp $ package net.tinyos.util; /** * The Env class provides an implementation of * getenv that actually works, unlike the
www.eeworm.com/read/137691/5820126

install env.install

To install the JNI library for getenv (on x86 Linux and Windows with cygwin): cd /tools/java/jni make install (on Linux you'll have to do this last step as root) If thi