搜索资源列表
gen
- Program in C (CCS to compiler). It is a thermometer with scales in degrees Celsius and Farenheit. Reads a sensor (2N3004 like diode) and using a ADC0831 connected to a PIC16F84, it captures the value, calculates the temperature andt displays it on a
Convert-C-to-F_with_subvi
- A Labview program that converts celsius degree to F degrees
C-en-K
- Celsius to Kelvin vi
DS18B20
- DS18B20温度计,温度测量范围0~99.9摄氏度 可设置上限报警温度、下限报警温度 即高于上限值或者低于下限值时蜂鸣器报警 默认上限报警温度为38℃、默认下限报警温度为5℃ 报警值可设置范围:最低上限报警值等于当前下限报警值 最高下限报警值等于当前上限报警值 将下限报警值调为0时为关闭下限报警功能-DS18B20 thermometer, temperature measuring range upper limit alarm temperature c
Convert-C-to-F
- 将摄氏度转化为华氏度。用户给出一个摄氏度温度数值,程序自动将其转化为华氏度值。-Degrees Celsius into Fahrenheit. The user is given a degree Celsius temperature value, the program will automatically convert to Fahrenheit value.
ex_22
- 2.编写一个程序,实现一个温度格式转换器。接受用户输入华氏温度,要求输出摄氏温度(换算公式为C=5(F-32)/ 9),输入输出要有文字说明。-2. Write a program that implements a temperature format converter. Accepting user input Fahrenheit, Celsius required output (conversion formula is C = 5 (F-32)/9), the input and
wenduzhuanhuan
- 实现将一华氏温度(F)转换成摄氏温度(C)的功能。已知摄氏温度与华氏温度的关系C=5(F-32)/9。-The realization of a Fahrenheit (F) converted to Celsius (C) function. Known Celsius and Fahrenheit temperature dependence of C 5 (F-32)/9.