代码搜索结果
找到约 823 项符合
Pressure 的代码
touchscreen_ads7846.h
#ifndef TS_DEVICE
#define TS_DEVICE "ADS7846"
#define TS_DEVICE_FILE "/dev/innovator_ts"
struct ts_event {
short pressure;
short x;
short y;
short pad;
struct timeval stamp;
};
#endif
touchscreen_zaurus.h
#ifndef TS_DEVICE
#define TS_DEVICE "Zaurus"
#define TS_DEVICE_FILE "/dev/sharp_ts"
struct ts_event {
long x;
long y;
long pressure;
long long timestamp;
};
#endif
contents.m
% NMM Toolbox: data files
%
% airSat.dat Saturation pressure for air as a function of temperature
% Pressure (MPa) in column 1, Temperature (K) in column 2
% airvisc.dat
contents.m
% NMM Toolbox: data files
%
% airSat.dat Saturation pressure for air as a function of temperature
% Pressure (MPa) in column 1, Temperature (K) in column 2
% airvisc.dat
contents.m
% NMM Toolbox: data files
%
% airSat.dat Saturation pressure for air as a function of temperature
% Pressure (MPa) in column 1, Temperature (K) in column 2
% airvisc.dat
spm-02.asm
;+==========================================================================================+;
;| |;
;| Sound Pressure Meter - 02 (SPM-02) |;
;|
ad.c
/*//////////////////////////////////*/
/* */
/* Pressure_Control */
/* Version_1.1 */
/* AHTL_2007_5 */
/* */
/* */
/* AD.C */
/*
mysocket.cpp
// MySocket.cpp: implementation of the CMySocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawChip.h"
#include "MySocket.h"
mysocket.cpp
// MySocket.cpp: implementation of the CMySocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawChip.h"
#include "MySocket.h"