代码搜索结果
找到约 738 项符合
Pressure 的代码
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
testpas.pas
program testpas(input, output);
uses Water;
var
iag: integer;
pres, temp, vpres, btemp, enthal, vspec, visc, thc, cp: real;
begin
write('Pressure in bar? ');
电机速度控制.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
ranking.m
% RANKING.M (RANK-based fitness assignment)
%
% This function performs ranking of individuals.
%
% Syntax: FitnV = ranking(ObjV, RFun, SUBPOP)
%
% This function ranks individuals represent
spline interpolation.f90
!Program name: SPLINE
!Input variables:
!M: vertical levels to be interpolated
!N: vertical levels of observed data.
!X(N): 1-dimensional array storing height or pressure or Ln(p) etc.
!
umodbusform.dfm
object ModbusForm: TModbusForm
Left = 92
Top = 104
Width = 895
Height = 572
Caption = 'ModBus'#27979#35797
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowTe
电机速度控制.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
canvas.cpp
/****************************************************************************
** $Id: qt/canvas.cpp 3.3.1 edited May 27 2003 $
**
** Copyright ( C ) 1992-2001 Trolltech AS. All rights reserved
currentconditionsdisplay.h
#pragma once
class CCurrentConditionsDisplay :
public CObserver,public CDisplayElement
{
private:
float temperature;
float humidity;
float pressure;
CSubject* weatherData;
public:
CC