代码搜索结果
找到约 4,719 项符合
Temperature 的代码
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 [] -> [] -> [] -> [] -> [] -> []
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 [] -> [] -> [] -> [] -> [] -> []
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
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
1820.h
void display()
{
unsigned char temp_data,temp_data_2;
unsigned int TempDec;
temp_data = temperature[1];
temp_data &= 0xf0; //取高4位
if (temp_data==0x00) //判断是正温度还是负温度读数
{
temp_data =
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