代码搜索结果

找到约 823 项符合 Pressure 的代码

corgi-raw.c.svn-base

#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

flow_quantity.m

%flow_quantity.m function[Q1,Q2,Q3]=flow_quantity(m,n,e,ratio,P) %This program is used to calculate the flow quantity of the sliding bearing %P is distributed pressure delta_m=2*pi/m; d

build.ini

[File 0001] Path = "/d/我的文档/0703210王朋辉/温度压力/pressure.c" Object Format = "Win32-MSVC" ForceCompile_Debug = False ForceCompile_Release = True Object Format Version = 1 Header Dependencies = "1,2,3

solvepressurebearing.m

%滑动轴承的雷诺方程求解与偏心率和承载能力的关系solve the pressure of bearing %d1=input('please input the value of diameter of bearing') %d2=input('please input the value of diameter of shaft') %e=input('please input the

wtv.c

#include #include #include enum Task {WTV_Task_Temperature,WTV_Task_Pressure, WTV_Task_Ozone, WTV_Task_Music,WTV_Task_Water_Out,WTV_Tas

wtv.c

#include #include #include enum Task {WTV_Task_Temperature,WTV_Task_Pressure, WTV_Task_Ozone, WTV_Task_Music,WTV_Task_Water_Out,WTV_Tas

vec3f.pde

class Vec3f { float x; float y; float p; // Pressure Vec3f() { set(0, 0, 0); } Vec3f(float ix, float iy, float ip) { set(ix, iy, ip); } void set(float ix, float iy, float

157[1].google的招聘试题2003.txt

google的招聘试题2003zz shury 发表于 2005-7-27 13:38:00 Tough problems. Intense competition. No pressure. Do you have exceptional programming skills? Can you make computers perform like silicon puppets

mm1903.m

%(MM1903.m plot) Hz=[20:10:100 200:100:1000 1500 2000:1000:10000]; % frequencies in Hertz spl=[76 66 59 54 49 46 43 40 38 22 ... % sound pressure level in dB 14 9 6 3.5 2.5 1.4 0.7 0 -1 -3 ... -8 -

touchscreen_ucb1x00.h

#ifndef TS_DEVICE #define TS_DEVICE "UCB1X00" #define TS_DEVICE_FILE "/dev/ucb1x00-ts" #include struct ts_event { unsigned short pressure; unsigned short x; unsigned short y; unsig