代码搜索结果
找到约 5,431 项符合
Temperature 的代码
cf.lua
-- temperature conversion table (celsius to farenheit)
for c0=-20,50-1,10 do
io.write("C ")
for c=c0,c0+10-1 do
io.write(string.format("%3.0f ",c))
end
io.write("\n")
io.write("F ")
for c=c
main.lst
C51 COMPILER V6.23a MAIN 04/15/2002 18:18:04 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m
main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER
temp_3.c
//-----------------------------------------------------------------------------
// Temp_3.c
//-----------------------------------------------------------------------------
// Copyright (C) 2004 Sil
r13.fld
R13 !short name
75-72-9 !CAS number
chlorotrifluoromethane !full name
CClF3 !chemical
ethane.fld
ethane !short name
74-84-0 !CAS number
ethane !full name
CH3CH3 !chemical formula
R-170 !synonym
30.070 !molecular weight [
propane.fld
propane !short name
74-98-6 !CAS number
propane !full name
CH3CH2CH3 !chemical formula
R-290 !synonym
44.09562 !molecular weight [
2-9.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
scanf("%f",&T[0][0]);
sum=sum+T[0][0];
for(i=0;i
2-8.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
f1=1.0;
f2=&f1;
for(i=0;i
2-7.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
clrscr();
sum=avg=0;
for(i=0;i