代码搜索:tinyOS

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

代码结果 3,275
www.eeworm.com/read/155397/5622451

local xnp.jpx.local

debug.Breakpoints.1[0]=1 013 CodeInj.XbGui18 CodeInj/XbGui.java2 481 10 1 10 1 10 1 0 -1 debug.Breakpoints.2[0]=1 023 java.net.URLClassLoader72 [../../../../../../jdk1.3.1_01/src.jar]/src/ja
www.eeworm.com/read/155397/5622573

m send.m

function send(address, message, port) %SEND %This function sends a message to a certain address through certain PC %ports. If no ports are specified, all existing ports are used. % %Usage: %
www.eeworm.com/read/155397/5622575

m stopreceiving.m

function stopReceiving(functionName, message, port) %STOPRECEIVING %This function deregisters a function for receiving incoming messages of %a message type through certain PC ports. If no ports ar
www.eeworm.com/read/155397/5622576

m receive.m

function receive(functionName, message, port) %RECEIVE %This function registers a function to receive all incoming messages of %a message type through certain PC ports. If no ports are specified,
www.eeworm.com/read/155397/5623198

readme

README for SenseToLeds Author/Contact: tinyos-help@millennium.berkeley.edu Description: SenseToLeds is an application that periodically samples the photo sensor and displays the highest 3 bits of t
www.eeworm.com/read/155397/5623287

readme

README for RfmToLeds Author/Contact: tinyos-help@millennium.berkeley.edu Description: RfmToLeds listens for messages of type IntMsg. When it receives one, it sets its LEDs to the lowest three bits o
www.eeworm.com/read/155397/5623294

regress

#!/bin/sh export CLASSPATH=$PWD:$CLASSPATH echo Deleting old files ./delall mreset sleep 3 echo **Expect nothing java net.tinyos.matchbox.tools.Dir java net.tinyos.matchbox.tools.CopyIn test
www.eeworm.com/read/155397/5623296

delall

#!/bin/sh for i in `java net.tinyos.matchbox.tools.Dir`; do echo Deleting $i java net.tinyos.matchbox.tools.Delete $i done