代码搜索:tinydb
找到约 175 项符合「tinydb」的源代码
代码结果 175
www.eeworm.com/read/137691/5820357
makeinclude
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.tinydb
INCLUDES = -I $(TOS)/lib/Commands -I $(TOS)/lib/Util -I $(TOS)/lib/Attributes -I $(TOS)/lib/TinyDB -I $(TOS)/sensorboards/micasb -I $(TOS)/
www.eeworm.com/read/116008/6114396
java magnetframe.java
package net.tinyos.tinydb;
import java.util.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import net.tinyos.amhandler.*;
import net.tinyos.tinydb.parser.*;
/** MagnetFrame is
www.eeworm.com/read/116008/6114349
java main.java
package net.tinyos.tinydb.parser;
import java_cup.runtime.Symbol;
import java.io.*;
import net.tinyos.tinydb.*;
import net.tinyos.amhandler.*;
public class main {
static boolean run_query = true;
www.eeworm.com/read/137691/5822238
nc adpdeltam.nc
/**
* Implements ADPDELTA aggregate
*
*/
includes Aggregates;
//includes TinyDB;
module AdpDeltaM {
provides {
interface Aggregate;
}
uses {
interface NetworkMonitor;
}
}
implementation
www.eeworm.com/read/137691/5822235
nc winrandm.nc
/**
* Implements WINRAND aggregate
*
*/
includes Aggregates;
//includes TinyDB;
module WinRandM {
provides {
interface Aggregate;
}
uses {
interface Random;
}
}
implementation {
typed
www.eeworm.com/read/137691/5822236
nc wincountm.nc
/**
* Implements WINCOUNT aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module WinCountM {
provides {
interface Aggregate;
}
}
implementation {
command res
www.eeworm.com/read/137691/5822245
nc winavgm.nc
/**
* Implements WINAVG aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module WinAvgM {
provides {
interface Aggregate;
}
}
implementation {
typedef struct
www.eeworm.com/read/116008/6114350
java resultlistener.java
/** ResultListener is an interface to delivery query results to the
various UI panels that are a part of the TinyDB java tools.
Implementers of this class register themselves with TinyDBN
www.eeworm.com/read/137691/5822241
nc winsumm.nc
/**
* Implements WINSUM aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module WinSumM {
provides {
interface Aggregate;
}
}
implementation {
command result_
www.eeworm.com/read/137691/5822248
nc winmaxm.nc
/**
* Implements WINMAX aggregate
*
* Author: Eugene Shvets
*/
includes Aggregates;
//includes TinyDB;
module WinMaxM {
provides {
interface Aggregate;
}
}
implementation {
command result_