07 2014 档案

摘要:switch(参数值){ case value: [default://可选 defaultStatements;]}参数值类型必须是这几种类型之一:int,byte,char,shortswitch为什么只能用int,short,byte,char,而不能用long,String呢?因为switc... 阅读全文
posted @ 2014-07-24 17:40 文少爷 阅读(927) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/dennisit/p/3184225.html 阅读全文
posted @ 2014-07-23 10:35 文少爷 阅读(155) 评论(0) 推荐(0)
摘要:1.逆时针代码: 1 // huanxingjz.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include "... 阅读全文
posted @ 2014-07-11 15:31 文少爷 阅读(519) 评论(0) 推荐(0)