代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/116008/6114324
java numberfield.java
package net.tinyos.tinydb;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.text.*;
/** NumberField is a JTextField that
constrains its contents to contain
www.eeworm.com/read/116008/6114334
java epochtimer.java
package net.tinyos.tinydb;
import java.util.*;
public class EpochTimer implements Runnable {
/** Rate is number of ms per time slot */
public EpochTimer(int rate) {
Thread t = new Thread(th
www.eeworm.com/read/11139/202890
py serial.py
#
# This class is automatically generated by ncg. DO NOT EDIT THIS FILE.
# This class includes values of some nesC constants from
# /opt/tinyos-2.x/tos/lib/serial/Serial.h.
#/
class Serial
www.eeworm.com/read/11139/203007
java platform.java
package net.tinyos.packet;
import java.util.*;
class Platform {
static int x;
static Hashtable platforms;
static void add(int dummy, String name, int baudrate) {
platforms.put
www.eeworm.com/read/11139/203056
readme
Package: net.tinyos.sf
Description: provides serial port multiplexing
Author: Bret Hull
David Gay
This application instantiates a se
www.eeworm.com/read/11139/203123
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 {
www.eeworm.com/read/11139/203245
extra cthreads.extra
# Extra threads Makefile target to enable thread support for tinyos
# Kevin Klues May 16th, 2008
#Get all the normal include directories for a threads build
$(call TOSMake_include,threads.extra)
www.eeworm.com/read/484868/1265307
java parsedfunction.java
// $Id: ParsedFunction.java,v 1.1.4.2 2003/08/21 01:15:17 cssharp Exp $
package net.tinyos.plot;
public class ParsedFunction implements Function {
ExpressionParser e;
public ParsedFunction(String
www.eeworm.com/read/222388/4819792
java parsedfunction.java
// $Id: ParsedFunction.java,v 1.1.4.2 2003/08/21 01:15:17 cssharp Exp $
package net.tinyos.plot;
public class ParsedFunction implements Function {
ExpressionParser e;
public ParsedFunction(String
www.eeworm.com/read/222388/4819896
readme
Package: net.tinyos.sf
Description: provides serial port multiplexing
Author: Bret Hull
David Gay
This application instantiates a server