代码搜索:tinyOS

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

代码结果 3,275
www.eeworm.com/read/116008/6114242

java dbwritermysql.java

package net.tinyos.tools.dbpstore; import java.sql.*; import java.util.*; public class DBWriterMySQL { Connection db = null; Statement st = null; ResultSet rs = null; String url =
www.eeworm.com/read/116008/6114323

java fixedsizefield.java

package net.tinyos.tinydb; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.text.*; /** FixedSizeField is a JTextField that is constrained to be a fixed numbe
www.eeworm.com/read/116008/6114326

java config.java

package net.tinyos.tinydb; import java.io.*; import java.util.*; public class Config { // lines in public static void init(String configFile) { try { BufferedReader br = new BufferedR
www.eeworm.com/read/11139/197302

spec nesc.spec

%define version 1.3.0 %define theprefix /usr Summary: nesC compiler Name: nesc Version: 1.3.0 Release: 1%{dist} License: GNU GPL Version 2 Packager: TinyOS Group, UC Berkeley Group: Develop
www.eeworm.com/read/11139/197597

in tos-set-symbols.in

#!@pathperl@ -w # # This program changes the mote ID of a TinyOS image. It is used to # install a program for a specific mote. use strict; my %G_opts = ( compat => 1, objdump => 'avr-obj
www.eeworm.com/read/11139/197614

am makefile.am

AUTOMAKE_OPTIONS = foreign dist_man_MANS = tosthreads-dynamic-app.1 tosthreadslibdir=$(libdir)/tinyos/tosthreads bin_SCRIPTS = tosthreads-dynamic-app \ tosthreads-gen-dynamic-a
www.eeworm.com/read/484868/1265257

java bombillaconstants.java

/** * This class is automatically generated by ncg. DO NOT EDIT THIS FILE. * This class includes values of some nesC constants from * /opt/tinyos-1.x/tos/../apps/Bombilla/AbstractMate.nc. */ pack
www.eeworm.com/read/166793/5472316

java dbreader.java

package net.tinyos.SerialForwarder; import java.sql.*; import java.util.*; public class DBReader { Connection db = null; Statement st = null; private static final String urlMYSQL = "jd
www.eeworm.com/read/310709/3692400

py test.py

# This script is a simple TOSSIM test of dissemination. # It builds a 15x15 grid of nodes and has nodes start # disseminating two values (based on the TinyOS app). # It prints out when nodes receive n
www.eeworm.com/read/270919/4231935

makefile

# Top-level Makefile for tools/java SUBDIRS = event util PacketAnalyzer Dialog TOS = ${TOSDIR}/.. PACKAGE = net.tinyos.surge MIG = mig java #PCFLAGS = -target=pc # List of message classes to build