代码搜索结果

找到约 738 项符合 Pressure 的代码

epsolver.h

#ifndef EPSOLVER_H #define EPSOLVER_H #include void solve_epressure (); ///< main computation function for earth pressure problem type void epressure_solver (long lcid); ///< function co

arctic2-raw.c

#include #include #include #include "config.h" #include "tslib-private.h" struct arctic2_ts_event { /* Used in the IBM Arctic II */ signed short pressure; signed in

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

h3600-raw.c

#include #include #include #include "config.h" #include "tslib-private.h" struct h3600_ts_event { /* Used in the Compaq IPAQ */ unsigned short pressure; unsigned sh

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

zsetsystem.m

function SystemData = zSetSystem(unitcode, stopsurf, rayaimingtype, useenvdata, temp, pressure, globalrefsurf) % zSetSystem - Sets a number of lens system operating data. % % Usage : SystemData = z

ex5-1.c

#include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "firstpoint", 0x99, 0x64}; void main(

ex5-3.c

#include #include struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; }; struct mepoint p

ex5-2.c

#include void main(void) { struct mepoint { unsigned char name[11]; unsigned char pressure; unsigned char temperature; } po1={ "fi

ex5-4.c

#include #include struct mepoint { unsigned char name[11]; unsigned char num, pressure, temperature; }; struct mepoint po[3]= {