代码搜索结果
找到约 738 项符合
Pressure 的代码
x2473.html
添加XInput支持
hertzmind.m
function [k,g,phi,c]=hertzmind(kmin,gmin,pres,phi,c)
%HERTZMIND Hertz-Mindlin model (moduli)
%calculates bulk and shear moduli of dry sphere packs under hydrostatic
%pressure condition using Hertz-Mi
softsediments.m
function [Phi,VpDry,VsDry,RHOBDry,VpSat,VsSat,RHOBSat]=softsediments(Clay,Feldspar,Calcite,Pressure,PhiC,Coord,Kf,RHOf,KClay,GClay,RhoClay,Sfact)
% [Phi,VpDry,VsDry,RHOBDry,VpSat,VsSat,RHOBSat]
hertzmindv.m
function [vp,vs,ro,phi,c]=hertzmindv(vpmin,vsmin,romin,pres,phi,c)
%HERTZMINDV Hertz-Mindlin model (velocities)
%calculates P and S velocity of dry sphere packs under hydrostatic
%pressure condition
ts.c
#include
#include
#include /* 文件操作 */
#define PEN_UP 0 /* 触摸笔抬笔,即触摸屏不被压下 */
#define PEN_DOWN 1 /* 触摸笔下笔,即触摸屏被压下 */
#define PEN_FLEETING 2 /* 触
test.c
#include
#include
#include
#include
#include
#include
#include
#define TS_DEV "/dev/TS"
static int ts_fd=-1
variance.c
/*
* tslib/plugins/variance.c
*
* Copyright (C) 2001 Russell King.
*
* This file is placed under the LGPL. Please see the file
* COPYING for more details.
*
* $Id: variance.c,v 1.2 2002/06/
ts_read_raw.c
/*
* tslib/src/ts_read_raw.c
*
* Original version:
* Copyright (C) 2001 Russell King.
*
* Rewritten for the Linux input device API:
* Copyright (C) 2002 Nicolas Pitre
*
* This file is pl
ts_read_raw_ipaq.c
/*
* tslib/src/ts_read_raw.c
*
* Original version:
* Copyright (C) 2001 Russell King.
*
* Rewritten for the Linux input device API:
* Copyright (C) 2002 Nicolas Pitre
*
* This file is pl
x2473.html
添加XInput支持