代码搜索结果
找到约 4,719 项符合
Temperature 的代码
ex5-2.c
#include
void main(void) {
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "fi
ex5-4.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char num, pressure, temperature;
};
struct mepoint po[3]=
{
mssccprj.scc
[SCC]
SCC=This is a source code control file
[temperature.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
temperature.vbp
Type=Exe
Form=temperature.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.
4elist0502.cpp
#include
float Convert(float);
int main()
{
using namespace std;
float TempFer;
float TempCel;
cout > TempFer;
T
plotemp3.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* PLOTEMP3.C--Example from Getting Started */
/* This program creates a table and a bar chart plot from a
set of temperature rea
boltzman.edt
Temperature Valid Length Tour
100.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[]
99.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[]
98.01000
boltzman.txt
Temperature Valid Length Tour
100.000000 no [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> []
99.000000 no [] -> [] -> [] -> [] -> [] -> []
least_square.f90
module datas
implicit none
integer, parameter :: N=5
real :: temperature(N) = (/5.0,10.0,15.0,20.0,25.0/) ! 记录温度
real :: length(N) = (/1.047,1.112,1.1152,1.191,1.252/)! 记录不同温度下的长度
real
example2b.m
% Transient temperature distribution in an
% infinite plate with the thickness 2L.
% Initially the plate has the temperature
% Tinit when it is exposed to a fluid with
% the temperature Tfluid.
%