代码搜索结果
找到约 5,431 项符合
Temperature 的代码
key.c
#include "config.h"
//KEY1 ---INT0 +
//KEY2 ---INT2 -
/*
函数:INT0SVC()
功能:外部中断INT0服务函数
*/
int Temperature_Set;//设定温度
void INT0SVC() interrupt 0
{
Buzzer = 0;
Delay(500);
simthmlconstrtypes.mnu
BC#TYPES 边界条件类型
#
Prescr#Temp 规定温度
Create prescrbed temperature.
创建规定温度。
Conv#Cond 对流条件
Create convection condition.
创建对流条件。
Radiation 辐射
Create radiation.
创建辐射。
Symmetry 对称性
Create symmetry constrai
libextras.a.deps
src/tmp_tmp10x.o.d: \
/opt/ecos/ecos-2.0.57/packages/devs/temperature/ti/tmp10x/current/src/tmp_tmp10x.c \
/home/Administrator/FFT/target/PLCcore-CF54/ecos/ecos_install/include/pkgconf/system.h \
tmp_tmp10x.o.d
src/tmp_tmp10x.o.d: \
/opt/ecos/ecos-2.0.57/packages/devs/temperature/ti/tmp10x/current/src/tmp_tmp10x.c \
/home/Administrator/FFT/target/PLCcore-CF54/ecos/ecos_install/include/pkgconf/system.h \
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 ")
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 ")
key.c
#include "config.h"
//KEY1 ---INT0 +
//KEY2 ---INT2 -
/*
函数:INT0SVC()
功能:外部中断INT0服务函数
*/
int Temperature_Set;//设定温度
void INT0SVC() interrupt 0
{
Buzzer = 0;
Delay(500);
ds1620.c
#include
#include "board.h"
#include "sdev.h"
#include "ds1620.h"
#define DS1620_READ_TEMPERATURE 0xAA
#define DS1620_READ_COUNTER 0xA0
#define DS1620_READ_SLOPE 0xA9
#defi
my_ds18b20.c
#include "MY_DS18B20.h"
#include
#include // DS18b20 Temperature Sensor functions
#include
#include
//============================ DS18B20接PC7脚 ==
25_temp.asm
;//****************************************************************
;文件名: Temperature for 8088
;功能: 温度测量控制显示实验
;接线: 用导线连接温度与控制模块的T-Detect到并行模数转换模块的IN-0;
; 用导线连接并行模数转换CS_0809到CPU模块的200H;