搜索资源列表
changgui
- 编写函数把华氏温度转换为摄氏温度,公式为: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
74312974391
- 华氏温度转换为摄氏温度的计算公式为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.
are
- 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
huashi
- c++编写的 华氏与摄氏度转换的小程序 学习一下 -c++ to prepare the Fahrenheit and Celsius conversion applet
c.resourse
- 包含五个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
5_1
- 一些有用的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
lab
- 1.编写一个函数把华氏温度转换为摄氏温度,转换公式为..C=(F-32)*5/9。 2.编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用 户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的 值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。 3.编写重载函数Maxl可分别求取两个整数,三个整数,两个双精度数,三个双精度,数的最大值. -1. Write a function to convert Fahre
1.1
- 编写函数把华氏温度转换为摄氏温度,公式为: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
c-file
- 输入一个华氏温度,要求输出摄氏温度。公式为C=5/9(F-32).-Enter a Fahrenheit temperature, required output Celsius. Formula is C = 5/9 (F-32).
Virtual_instrument_1
- Virtual tool that converts a temperature in degrees Celsius in degrees Fahrenheit (F = C * 9/5 + 32).
CTest1
- 用c语言编写的实现打印Fahrenheit-Celsius表fahr = 0,20…3-print Fahrenheit-Celsius table for fahr = 0,20,...,300
temperature.c
- Conversion between Celsius temperature scale, Fahrenheit s temperature scale
TP2-3_Ex5.py
- Basic programming in Python: Convert fahrenheit degrees to celsius and viceversa using F = C * 1.8 + 32.
changgui
- 编写函数把华氏温度转换为摄氏温度,公式为: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
F-to-C-conversion
- Fahrenheit to Celsius convertor using c
bcd_combin
- 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
05_count_word
- count word program from c language