搜索资源列表
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
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
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
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).
TP2-3_Ex5.py
- Basic programming in Python: Convert fahrenheit degrees to celsius and viceversa using F = C * 1.8 + 32.
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