代码搜索结果
找到约 3,108 项符合
Sensor 的代码
sensor.h
/* -*- Mode: C; tab-width:2 -*- */
/* ex: set ts=2 shiftwidth=2 softtabstop=2 cindent: */
/*
* Copyright (c) 2003 The Regents of the University of California.
* All rights reserved.
*
* Redist
sensor.c
/* -*- Mode: C; tab-width:2 -*- */
/* ex: set ts=2 shiftwidth=2 softtabstop=2 cindent: */
/*
* Copyright (c) 2003 The Regents of the University of California.
* All rights reserved.
*
* Redistribu
用mrtg监控cpu温度.txt
用MRTG监控CPU温度
夏天又到噜~相信很多人都粉关心自己的CPU会不会因为过热而罢工呢?那Linux底下有没有可以监测温度的软件哩?
那就是lm-<mark>sensor</mark>。那该如何安装呢?
关于lm-<mark>sensor</mark>最新的软件可以在http://www2.lm-<mark>sensor</mark>s.nu/~lm78/找到。
如果你的核心版本是2.2.X
请下载i2c和lm-<mark>sensor</mark>二个套件
如果你的核心 ...
analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
wsn_pend.m
% Sensor noise
%
nuWn = [10 1];
dnWn = [0.1 1];
gainWn = 0.00002;
wn = nd2sys(nuWn,dnWn,gainWn);
Wn = daug(wn,wn,wn);
readme.txt
README for the implementation of the polynomial pool-based key predistribution
in sensor networks.
1. Interfaces provided
(1). ComputeKey.nc defines the interface for computing pairwise key u
analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
makefile
#
# Makefile for the i2c core.
#
obj-$(CONFIG_I2C) += i2c-core.o
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-$(CONFIG_I2C_SENSOR) += i2c-sensor.o
obj-y += busses/ chips/ algos/
i2c-sensor-objs :=
i2c-sensor-detect.c
/*
i2c-sensor-detect.c - Part of lm_sensors, Linux kernel modules for hardware
monitoring
Copyright (c) 1998 - 2001 Frodo Looijaard and
Mark D. Studebaker