代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/116008/6114284
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.message
MIG = mig java
# List of message classes to build
MSGS = TOSMsg.java
INITIAL_TARGETS = $(MSGS)
OTHER_CLEAN = cleanmig
ROOT = ../../..
i
www.eeworm.com/read/116008/6114384
makeinclude
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.tinydb
INCLUDES = -I $(TOS)/lib/Commands -I $(TOS)/lib/Attributes -I $(TOS)/lib/TinyDB -I $(TOS)/sensorboards/micasb
SRC = $(wildcard *.java) $(wi
www.eeworm.com/read/11139/197902
h annots_stage1.h
/* Keep TinyOS happy with pre 1.3.0 nesC's */
#ifndef ANNOTS_STAGE1_INCLUDED
#define ANNOTS_STAGE1_INCLUDED
// JDR temporary code: define away two obsolete annotations
#define BOUND(x,y)
#def
www.eeworm.com/read/11139/203000
makefile
# Makefile for tools/java/net/tinyos/packet
INITIAL_TARGETS = Serial.class Serial.java
ROOT = ../../..
include $(ROOT)/Makefile.include
TOS=$(shell ncc -print-tosdir)
SERIAL_H = $(TOS)/lib/
www.eeworm.com/read/11139/203073
java serialport.java
//$Id: SerialPort.java,v 1.5 2007/05/18 18:27:03 rincon Exp $
package net.tinyos.comm;
/* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
*
www.eeworm.com/read/11139/203624
py test.py
from TOSSIM import *
from tinyos.tossim.TossimApp import *
from random import *
import sys
#n = NescApp("TestNetwork", "app.xml")
#t = Tossim(n.variables.variables())
t = Tossim([])
r = t.rad
www.eeworm.com/read/484868/1265115
spec uisp.spec
## -*- mode: rpm-spec; -*-
##
## $Id: uisp.spec.in,v 1.1 2003/06/26 17:39:45 idgay Exp $
##
## Generated automatically from uisp.spec.in by configure.
##
%define uispVersion 20030820tinyos
Summ
www.eeworm.com/read/484868/1265304
java pngencoderb.java
// $Id: PngEncoderB.java,v 1.1.4.1 2003/08/18 22:09:43 cssharp Exp $
package net.tinyos.plot;
//package com.keypoint;
/**
* PngEncoderB takes a Java BufferedImage object and creates a byte string w
www.eeworm.com/read/222388/4819789
java pngencoderb.java
// $Id: PngEncoderB.java,v 1.1.4.1 2003/08/18 22:09:43 cssharp Exp $
package net.tinyos.plot;
//package com.keypoint;
/**
* PngEncoderB takes a Java BufferedImage object and creates a byte string w
www.eeworm.com/read/222388/4819795
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.oscope
APP = $(TOS)/../apps/Oscilloscope
MIG = mig java
# List of message classes to build
MSGS = OscopeMsg.java OscopeResetMsg.java
INITIAL_TA