CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - celsius.c

搜索资源列表

  1. Converter

    0下载:
  2. visual studio.net 2003 C++ 编写的简单的web service 程序 服务器端。提供了两个简单的web方法:华氏温度与摄氏温度转换ConvertC2F 和ConvertF2C-visual studio.net 2003 C to prepare a simple web servic e process server. Provide two simple web : Fahrenheit temperature and Celsius temperature cha
  3. 所属分类:Web服务器

    • 发布日期:2014-01-15
    • 文件大小:1042028
    • 提供者:Somilla
  1. Main

    0下载:
  2. Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1048
    • 提供者:xuehao
  1. changgui

    0下载:
  2. 编写函数把华氏温度转换为摄氏温度,公式为:C = (F - 32) * 5/9 在主程序中提示用户输入一个华氏温度,转化后输出相应的摄氏温度。-Write a function to convert Fahrenheit to Celsius, the formula is: C = (F- 32)* 5/9 in the main program prompts the user for a Fahrenheit temperature, the transformed output of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2130
    • 提供者:jessie0929
  1. 74312974391

    0下载:
  2. 华氏温度转换为摄氏温度的计算公式为c=(f-32)*5/9,c表示摄氏温度,f表示华氏温度,输入一摄氏温度,编程输出华氏温度。-Fahrenheit to Celsius temperature conversion formulas for the c = (f-32)* 5/9, c that Celsius, f said Fahrenheit, enter a Celsius temperature, Fahrenheit temperature programmed output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8604
    • 提供者:崔光涛
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:31930
    • 提供者:林小世
  1. tony

    0下载:
  2. 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6845
    • 提供者:林小世
  1. are

    0下载:
  2. 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:786
    • 提供者:海洋
  1. huashi

    0下载:
  2. c++编写的 华氏与摄氏度转换的小程序 学习一下 -c++ to prepare the Fahrenheit and Celsius conversion applet
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:24777
    • 提供者:gaoyong
  1. adc0804

    1下载:
  2. 热敏电阻,+adc0804测量温度,精确度到0.3摄氏度,本人第一个作品-Thermistor,+ adc0804 temperature measurement accuracy to 0.3 degrees Celsius, I was the first work
  3. 所属分类:SCM

    • 发布日期:2015-04-09
    • 文件大小:29348
    • 提供者:fgy
  1. gen

    0下载:
  2. 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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:958
    • 提供者:Luis Urdaneta
  1. GECE-592-HW1_shah006

    0下载:
  2. Perfect Example for Embedded-C begineers Explaining use of Data types, Storage class specifiers. The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:810993
    • 提供者:gary
  1. c.resourse

    0下载:
  2. 包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:5534
    • 提供者:毕卫松
  1. c-file

    0下载:
  2. 输入一个华氏温度,要求输出摄氏温度。公式为C=5/9(F-32).-Enter a Fahrenheit temperature, required output Celsius. Formula is C = 5/9 (F-32).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2216
    • 提供者:单凤丽
  1. Convert-C-to-F_with_subvi

    0下载:
  2. A Labview program that converts celsius degree to F degrees
  3. 所属分类:LabView编程

    • 发布日期:2017-03-28
    • 文件大小:4085
    • 提供者:adev
  1. C-en-K

    0下载:
  2. Celsius to Kelvin vi
  3. 所属分类:LabView编程

    • 发布日期:2017-04-03
    • 文件大小:4194
    • 提供者:haloui
  1. Convert-C-to-F

    0下载:
  2. 将摄氏度转化为华氏度。用户给出一个摄氏度温度数值,程序自动将其转化为华氏度值。-Degrees Celsius into Fahrenheit. The user is given a degree Celsius temperature value, the program will automatically convert to Fahrenheit value.
  3. 所属分类:LabView

    • 发布日期:
    • 文件大小:6570
    • 提供者:xiaoping
  1. temperature.c

    0下载:
  2. Conversion between Celsius temperature scale, Fahrenheit s temperature scale
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:525
    • 提供者:Kang
  1. F-to-C-conversion

    0下载:
  2. Fahrenheit to Celsius convertor using c
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1992
    • 提供者:hare
  1. wenduzhuanhuan

    0下载:
  2. 实现将一华氏温度(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.
  3. 所属分类:LabView

    • 发布日期:2017-12-11
    • 文件大小:261941
    • 提供者:梁生
  1. 05_count_word

    0下载:
  2. count word program from c language
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:posjkh
« 12 3 »
搜珍网 www.dssz.com