2015年12月11日
摘要: //打印第一个程序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)
  2015年11月5日
摘要: 安装Python2.7后,在环境变量中加入路径方法如下:1,设置:右键单击计算机-->属性-->高级系统设置-->环境变量-->Path-->编辑Path-->在最后面加入”;安装路径”。例如:以安装位置为:D:\python27 则配置应为Path = Path ; D:\python27(即将逗... 阅读全文
posted @ 2015-11-05 18:17 Easonchan 阅读(841) 评论(0) 推荐(0)