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

搜索资源列表

  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. 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. 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. 5_1

    0下载:
  2. 一些有用的C语言小程序:输入以秒为单位所表示的时间,试将其换算为几日几时几分几秒;输入一个华氏温度,输出对应的摄氏温度,要求输出结果保留两位小数;输出a、b两数中的较大值;输入一个年号,判断该年是否闰年,并输出判断结果;求一元二次方程的根,系数a、b、c由键盘输入-Some useful C-applet: input in seconds the time indicated, try to convert a fraction to a few days when a few seconds
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2282
    • 提供者:tg
  1. lab

    0下载:
  2. 1.编写一个函数把华氏温度转换为摄氏温度,转换公式为..C=(F-32)*5/9。 2.编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用 户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的 值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。 3.编写重载函数Maxl可分别求取两个整数,三个整数,两个双精度数,三个双精度,数的最大值. -1. Write a function to convert Fahre
  3. 所属分类:CSharp

    • 发布日期:2016-01-21
    • 文件大小:1024
    • 提供者:刘志辉
  1. 1.1

    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. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8524
    • 提供者:huang
  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. Virtual_instrument_1

    0下载:
  2. Virtual tool that converts a temperature in degrees Celsius in degrees Fahrenheit (F = C * 9/5 + 32).
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6346
    • 提供者:Kiss Kalman
  1. CTest1

    0下载:
  2. 用c语言编写的实现打印Fahrenheit-Celsius表fahr = 0,20…3-print Fahrenheit-Celsius table for fahr = 0,20,...,300
  3. 所属分类:Printing program

    • 发布日期:2017-03-28
    • 文件大小:195591
    • 提供者:yri
  1. temperature.c

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

    • 发布日期:2017-04-11
    • 文件大小:525
    • 提供者:Kang
  1. TP2-3_Ex5.py

    0下载:
  2. Basic programming in Python: Convert fahrenheit degrees to celsius and viceversa using F = C * 1.8 + 32.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1248
    • 提供者:xandromeda10
  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 t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:guai062840
  1. F-to-C-conversion

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

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

    0下载:
  2. Le code retourné par le LM70 est binaire signée exprimée en quarts de degrés Celsius, mais nous avons besoin d afficher des nombres représentés en base 10. Vu la précision absolue du capteur, on peut se contenter de la valeur en degré. De plus, p
  3. 所属分类:Other systems

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

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

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