代码搜索结果
找到约 3,108 项符合
Sensor 的代码
presencesensorbase.cs
namespace Imps.Client.Pc.Sensor
{
using Imps.Client;
using Imps.Client.Core;
using Imps.Client.Pc;
using Imps.Common;
using System;
using System.Text;
using System
sensor.c
/**************************************************************************************************
* FILENAME
* time
localizem.nc
/*
* LocalizeM.nc
* David Moore
*
* Module for localizing sensor nodes given distance measurements
* between the nodes. The are two primary algorithms in use here:
*
* Stat
localizestatic.nc
/*
* LocalizeStatic.nc
* David Moore
*/
interface LocalizeStatic {
/* Localize a sensor network with static positions. The GetDistances()
* callback is used to obtain
leach.save1
num_nodes is set 101
Creating sensor nodes...
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
leach.save2
num_nodes is set 101
Creating sensor nodes...
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
leach.out
num_nodes is set 101
Creating sensor nodes...
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
ksmov7649.c
/*
* KSMOV7649 CMOS camera sensor initialization
*/
#include "camera.h"
static void set_hv(int h, int v)
{
sensor_write_reg(0x17, 0x1a);
sensor_write_reg(0x19, 0x03);
sensor_write_reg(0x18, 0x1
hv7131.c
/*
* HV7131 CMOS camera sensor initialization
*/
#include "camera.h"
/*
* hv7131 registers
*/
#define DEVID 0x00 /* Dev ID */
#define SCTRA 0x01 /* Sensor Control A */
#define SCTRB 0x0
sensorlib.c
/*
* Common CMOS camera sensor interface
*/
#include "camera.h"
#if (CONFIG_OV7660 || CONFIG_KSMOV7649)
#define DEV_ADDR 0x21
#endif
#if CONFIG_HV7131
#define DEV_ADDR 0x11
#endif
/* error code */