代码搜索:tinydb

找到约 175 项符合「tinydb」的源代码

代码结果 175
www.eeworm.com/read/137691/5822239

nc deltam.nc

/** * Implements DELTA aggregate * */ includes Aggregates; //includes TinyDB; module DeltaM { provides { interface Aggregate; } } implementation { typedef struct { int16_t value; int16_
www.eeworm.com/read/137691/5822243

nc trendm.nc

/** * Implements TREND aggregate * */ includes Aggregates; //includes TinyDB; module TrendM { provides { interface Aggregate; } } implementation { typedef struct { int16_t value; int16_
www.eeworm.com/read/116008/6114322

java queryresult.java

package net.tinyos.tinydb; import java.util.*; /** QueryResult accepts a query result in the form of an array of bytes read off the network (and a query) and parses the results and provides a
www.eeworm.com/read/158797/6299869

pas usetpass.pas

unit uSetPass; {更改登录密码} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, TinyDB; type TSetPassFrm = class(TForm)
www.eeworm.com/read/239184/4605337

pas setpass.pas

unit SetPass; {更改登录密码} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, TinyDB; type TFrmSetPass = class(TForm)
www.eeworm.com/read/137691/5820272

java multihopmsg.java

/** * This class is automatically generated by mig. DO NOT EDIT THIS FILE. * This class implements a Java interface to the 'MultiHopMsg' * message type. */ package net.tinyos.tinydb; public clas
www.eeworm.com/read/137691/5820285

java commandmsg.java

/** * This class is automatically generated by mig. DO NOT EDIT THIS FILE. * This class implements a Java interface to the 'CommandMsg' * message type. */ package net.tinyos.tinydb; public class
www.eeworm.com/read/137691/5820321

java statusmsg.java

/** * This class is automatically generated by mig. DO NOT EDIT THIS FILE. * This class implements a Java interface to the 'StatusMsg' * message type. */ package net.tinyos.tinydb; public class
www.eeworm.com/read/137691/5820362

java networkmsg.java

/** * This class is automatically generated by mig. DO NOT EDIT THIS FILE. * This class implements a Java interface to the 'NetworkMsg' * message type. */ package net.tinyos.tinydb; public class
www.eeworm.com/read/137691/5820374

java queryresultmsg.java

/** * This class is automatically generated by mig. DO NOT EDIT THIS FILE. * This class implements a Java interface to the 'QueryResultMsg' * message type. */ package net.tinyos.tinydb; public c