代码搜索结果

找到约 3,108 项符合 Sensor 的代码

sensor.java

package com.javapatterns.facade.securityfacade; public class Sensor { public void activate() { System.out.println("Activating on the sensor."); } public void deactivate()

i2c-sensor.h

/* i2c-sensor.h - Part of the i2c package was originally sensors.h - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 1998, 199

sensor.java

package com.javapatterns.facade.security; public class Sensor { public void activate() { System.out.println("Activating the sensor."); } public void deactivate() {

sensor.java

package com.javapatterns.facade.securityfacade; public class Sensor { public void activate() { System.out.println("Activating on the sensor."); } public void deactivate()

sensor-query.cc

extern "C" { #include #include }; #include "sensor-query.h" #include "landmark.h" #include #define CONST_INTERVAL 30 static class SensorQueryClass:public TclClass

sensor.h

#if ROCK_CAMERA #ifndef _SENSOR_H_ #define _SENSOR_H_ /*sensor 型号配置*/ #define SENSOR_OV_9650 1 #define SENSOR_MICRON_MT9M112 2 #define SENSOR_TYPE SENSOR_OV_9650 #if (SENSOR_TYP

stk-sensor.c

/* stk-sensor.c: Driver for ov96xx sensor (used in some Syntek webcams) * * Copyright 2007-2008 Jaime Velasco Juan * * Some parts derived from ov7670.c: * Copyright 2006 O

sensor.h

/**************************************************************** ** * ** FILE : Sensor.H *

sensor.c

/**************************************************************** ** * ** FILE : Sensor.C *

sensor.c

/* * Simple 4 point sensor (whisker) that, when activated, * pushes the "bot". * This program demonstrates a simple coralling mechanic. */ #define screen_w 320 #define scree