搜索资源列表
Converter
- 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
Main
- 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
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.
tony
- 溫度華氏轉變攝氏 #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)
tony
- 溫度華氏轉變攝氏 #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)
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
adc0804
- 热敏电阻,+adc0804测量温度,精确度到0.3摄氏度,本人第一个作品-Thermistor,+ adc0804 temperature measurement accuracy to 0.3 degrees Celsius, I was the first work
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
GECE-592-HW1_shah006
- 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.
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
c-file
- 输入一个华氏温度,要求输出摄氏温度。公式为C=5/9(F-32).-Enter a Fahrenheit temperature, required output Celsius. Formula is C = 5/9 (F-32).
Convert-C-to-F_with_subvi
- A Labview program that converts celsius degree to F degrees
C-en-K
- Celsius to Kelvin vi
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.
temperature.c
- Conversion between Celsius temperature scale, Fahrenheit s temperature scale
F-to-C-conversion
- Fahrenheit to Celsius convertor using c
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.
05_count_word
- count word program from c language