代码搜索结果

找到约 738 项符合 Pressure 的代码

debug6_5.java

package questions.c6; class TooBigException { private double value; public TooBigException( double errorValue ) { value = errorValue; } public double getErrorValue() { r

automobile.java

package questions.c9; public class Automobile { public static void main( String[] args ) { Automobile a = new Automobile(); // create 4 instances of the Tire class, each // w

movement.cpp

//movement.c // date: 2001.9.22 #include "movement.h" #define pi 3.1415926535 ////////////////////////////////////////////////////////////////////////////////////////////////// // compute_featu

wirecoge.h

/*******************************************************************/ /* w

dih.cpp

///////////////////////////////////////////////////////////////////////////////// //dih.c #include"dih.h" ////////////////////////////////////////////////////////////////////////////////// //计

dih.h

//dih.h #ifndef dih_h #define dih_h #include #define DUANBILENGTH 30.0 struct dihfrequency{ double f0; double f1; double f2; double f3; }; typedef struct dihfrequency DIHF

电机速度控制.txt

; SIMPLE SPEED CONTROL SOFTWARE TO CONTROL MOTOR & REVERSING RELAY ; 电机速度控制 ;R/C 潜艇应用 4Mhz 16F84 ;RA0 RA1速度控制. RA2伺服输入 .报警输入RA3. PortC is relay output. ;Alarm input for pressure switch etc

deviceaction.c

//DeviceAction.c /**========================================================================** ***本c文件以"..\c1335_public\c1335_driver.h"为基础,显示三级、四级菜单。 ***供第二级菜单调用。 ***文件层次:main.c

deviceaction.lst

C51 COMPILER V7.50 DEVICEACTION 08/03/2007 15:37:16 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE DEVICEACTION OBJECT MODULE PLAC

bcs.c

//############################################################################## // // bcs.c // // - Boundary conditions. // void bcs( lattice_ptr lattice) { int n; int *bc; double *ftemp; d