溫度華氏轉變攝氏 #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) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }
上传时间: 2013-12-12
上传用户:亚亚娟娟123
我里面有比较详细的7960的PDF,以及一些MSP430的代码,应该有些帮助的,另附ISO15693的中文资料
上传时间: 2017-02-11
上传用户:wanqunsheng
tinyos操作系统的中文(及英文)资料,我感觉现在中文资料不好找,所以和大家分享一下。有需要的朋友可以下载看看!
上传时间: 2017-02-18
上传用户:曹云鹏
给定两个集合A、B,集合内的任一元素x满足1 ≤ x ≤ 109,并且每个集合的元素个数不大于105。我们希望求出A、B之间的关系。 任 务 :给定两个集合的描述,判断它们满足下列关系的哪一种: A是B的一个真子集,输出“A is a proper subset of B” B是A的一个真子集,输出“B is a proper subset of A” A和B是同一个集合,输出“A equals B” A和B的交集为空,输出“A and B are disjoint” 上述情况都不是,输出“I m confused!”
标签:
上传时间: 2017-03-15
上传用户:yulg
DS1307 中文资料 详细基本应用电路图 PIC源码 元件参数
标签: DS1307 资料
上传时间: 2015-02-28
上传用户:zsj506065035
本手册目前是唯一中文翻译最全的版本,是用于开发设计参考的必备资料。
标签: DZ60 中文资料
上传时间: 2015-05-09
上传用户:yixiaodao
全套LPC1768中文资料,便于查找LPC1768的各种寄及配置。
上传时间: 2015-07-24
上传用户:zyc88868
msp430官方中文资料,描述了其内部结构,电气特性等
上传时间: 2016-07-27
上传用户:ws7199
中文资料,详细介绍了2808各个资源的内容
标签: 2808
上传时间: 2017-12-20
上传用户:大龙龙0329
1、PIC1947单片机的中文手册翻译资料,是实用PIC1947单片机开发的好帮手 2、dsPIC数字控制器再逆变器中的应用 3、PIC中档单片机的中文参考手册
上传时间: 2018-11-13
上传用户:yangmuhan