代码搜索结果

找到约 823 项符合 Pressure 的代码

kbtab.c

#include #include #include #include #include #include #include #include

collie-raw.c

#include #include #include #include "config.h" #include "tslib-private.h" struct collie_ts_event { /* Used in the Sharp Zaurus SL-5000d and SL-5500 */ long y; long

corgi-raw.c

#include #include #include #include "config.h" #include "tslib-private.h" struct corgi_ts_event { /* Used in the Sharp Zaurus SL-C700 */ short pressure; short x; s

ts_read_raw.c

/* * tslib/src/ts_read_raw.c * * Copyright (C) 2003 Chris Larson. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * Read raw pressure, x, y, and ti

mousebuts.c

/* * tslib/plugins/mousebuts.c * * Copyright (C) 2003 Cacko Team (http://www.cacko.biz), 2003 * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * Tou

relhumid.m

function rh=relhumid(Td,Tw,P,p_typ) % RELHUMID: finds relative humidity from wet/dry thermometer readings. % rh=relhumid(Td,Tw,Pa,type) computes the relative humidity from % wt and dry-bulb t

test.c

#include #include #include #include #include #include #include #define TS_DEV "/dev/TS" static int ts_fd=-1

test.c

#include #include #include #include #include #include #include #define TS_DEV "/dev/TS" static int ts_fd=-1

test.c

#include #include #include #include #include #include #include #define TS_DEV "/dev/TS" static int ts_fd=-1

pthres.c

/* * tslib/plugins/pthres.c * * Copyright (C) 2003 Texas Instruments, Inc. * * Based on: * tslib/plugins/linear.c * Copyright (C) 2001 Russell King. * * This file is placed under the