这个不是原代码,是介绍触摸屏幕的技术资料
标签: 代码
上传时间: 2013-12-19
上传用户:坏天使kk
溫度華氏轉變攝氏 #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 }
上传时间: 2014-11-10
上传用户:wpwpwlxwlx
溫度華氏轉變攝氏 #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
目前国内已掀起电子政务的应用热潮,但对电子政务如何建立系统且先进的数据工程体系 并构造电子政务的决策支持系统尚不多见。在开发南海市区(镇) 电子政务的决策支持系统中,利 用软件工程开发方法、决策支持的构件化框架以及数据仓库和多维数据技术方面取得了良好效果, 文中对其中的关键技术作概要介绍。
上传时间: 2013-12-14
上传用户:zhaiye
linux 下的socket 服务端程序,支持多客户端连接.
上传时间: 2013-12-10
上传用户:金宜
中颖单片机的基础驱动程序源代码eeprom,比较好,原厂提供
上传时间: 2013-12-18
上传用户:jichenxi0730
中颖单片机的基础驱动程序源代码ADC,比较好,原厂提供
上传时间: 2017-02-20
上传用户:epson850
中颖单片机的基础驱动程序源代码timer,比较好,原厂提供
上传时间: 2013-12-26
上传用户:hxy200501
中颖单片机的基础驱动程序源代码timer和基础时钟,比较好,原厂提供
上传时间: 2014-01-11
上传用户:wangyi39
给定两个集合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