代码搜索:tinyOS

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

代码结果 3,275
www.eeworm.com/read/116008/6114387

java arithops.java

package net.tinyos.tinydb; public class ArithOps { static final short NO_OP = 0; static final short MULTIPLY = 1; static final short DIVIDE = 2; static final short ADD = 3 ; stati
www.eeworm.com/read/11139/203010

java serialbytesource.java

// $Id: SerialByteSource.java,v 1.6 2007/05/24 19:55:12 rincon Exp $ package net.tinyos.packet; /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. *
www.eeworm.com/read/11139/203220

readme

README for the TinyOS Make System created on 7 Jan 2004 written by Cory Sharp updated on 16 Apr 2004 by Cory Sharp To describe new TOSMAKE_INCLUDE variable for user m
www.eeworm.com/read/11139/203288

extra dynthreads.extra

# Extra threads Makefile target to enable thread support for tinyos # Kevin Klues May 16th, 2008 MAKE_DYNTHREADS = BUILD_DEPS = dynthreads_all #Get all the normal include directories for a cth
www.eeworm.com/read/11139/204376

burn-net

#!/bin/bash TOS_DELUGE=`type -p tos-deluge` if [[ ! -x ${TOS_DELUGE} ]] ; then TOS_DELUGE=../../../../tools/tinyos/misc/tos-deluge fi $TOS_DELUGE > /dev/null if [[ $? != 0 ]] then
www.eeworm.com/read/11139/204378

burn

#!/bin/bash TOS_DELUGE=`type -p tos-deluge` if [[ ! -x ${TOS_DELUGE} ]] ; then TOS_DELUGE=../../../../tools/tinyos/misc/tos-deluge fi $TOS_DELUGE > /dev/null if [[ $? != 0 ]] then
www.eeworm.com/read/11139/205010

readme

README for TOSThreads Blink_DynamicThreads Author/Contact: tinyos-help@millennium.berkeley.edu Author: Chieh-Jan Mike Liang Description: Blink_DynamicThreads is the dynami
www.eeworm.com/read/204050/5034799

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.vm_asm MIG = mig java # List of message classes to build MSGS = BombillaErrorMsg.java BombillaCapsuleMsg.java BombillaDataMsg.java BombillaConst
www.eeworm.com/read/166793/5472246

java signalstrength.java

package net.tinyos.widgets; import java.io.*; import java.util.*; import java.net.*; import java.awt.*; public class SignalStrength{ static LinkedList packets = new LinkedList(); pu
www.eeworm.com/read/270919/4231666

readme

directory: tinyos-1.x/tools/scripts/codeGeneration author: kamin whitehouse date: 9/23/05 This directory holds the generateNescDecls.pl file, which generates the nescDecls.xml file. This file holds