12 2015 档案
The c programming language第一章节所有程序的实现
摘要://打印第一个程序hello, word#includeint main() { printf("hello, world\n"); return 0;}//将华氏温度转换为摄氏温度,将从0度-300度之间的温度,以20度为一个间隔打印出对应的摄氏温度#includeint main()... 阅读全文
posted @ 2015-12-11 15:04 Easonchan 阅读(276) 评论(0) 推荐(0)