代码搜索结果
找到约 4,719 项符合
Temperature 的代码
setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
ex3_01.c
/* Exercise 3.1 Convert temperatures */
#include
int main(void)
{
int choice = 0;
double temperature = 0.0;
printf("This program can do the following:\n"
"1. Convert
temperature monitor.m51
BL51 BANKED LINKER/LOCATER V6.00 07/09/2006 10:06:03 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\KEIL\C51\BIN\BL51.EXE Temper
temperature monitor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
temperature monitor.lst
A51 MACRO ASSEMBLER TEMPERATURE_MONITOR 07/09/2006 10:06:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Temperature Monitor.OBJ
temperature monitor_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
lcdemo.dat
#
# This file contains density values (2) against temperature (1) of a
# common liquid crytsal (MBBA). At about 45.6 degr. there occurs a
# phase transition indicated by the anomaly.
#
# Colum
density.fnc
#
# This is a rough approach to fit a model function to the density
# data of a liquid crystal. The function consists of a linear
# branch for the high temperature region and of a curved branch
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