摘要:
#include #include #include #include int main(){ return 0;}#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;int main(){return 0;}
阅读全文
posted @ 2013-02-23 00:41
wwjyt
阅读(184)
推荐(0)
2016年3月28日
摘要:
6.1 基本配置 ................................................................................................................. 138 6.1.1 入口类和@SpringBootAp
阅读全文
posted @ 2016-03-28 12:25
wwjyt
阅读(543)
推荐(0)
摘要:
目录 目 录第一部分 点睛Spring 4.x第1 章 Spring 基础 ............................................................................................................. 21
阅读全文
posted @ 2016-03-28 01:37
wwjyt
阅读(1867)
推荐(0)
2016年3月23日
摘要:
例子1: http://spring.io/guides/gs/rest-service/ 字符串填充,如%s 自增类型 @RequestMapping @RequestParam 例子2: http://spring.io/guides/gs/scheduling-tasks/ 按格式输出时间 @
阅读全文
posted @ 2016-03-23 01:44
wwjyt
阅读(545)
推荐(0)
2014年5月27日
摘要:
1.感受一下深搜代码 1 void Set_01(int k){ 2 if(k==MAXN){ 3 Print_ans(k); 4 return; 5 } 6 for(int i=0;i<2;i++){ 7 ans[k]=i; ...
阅读全文
posted @ 2014-05-27 16:46
wwjyt
阅读(146)
推荐(0)
2014年5月22日
摘要:
scanf("%d", &n);printf("%X\n", n);十六进制转十进制注意8位这个提示,好好看看范围unsigned int n;scanf("%X", &n);printf("%u\n", n);
阅读全文
posted @ 2014-05-22 17:30
wwjyt
阅读(203)
推荐(0)
摘要:
字母图形#include #include #include #include #include #include #include using namespace std;int main(){int n, m;scanf("%d%d", &n, &m);for(int i = 1; i <= n...
阅读全文
posted @ 2014-05-22 17:24
wwjyt
阅读(144)
推荐(0)
2014年5月19日
posted @ 2014-05-19 15:46
wwjyt
阅读(137)
推荐(0)
摘要:
注意碰到“次方”,可以往分治上靠
阅读全文
posted @ 2014-05-19 15:42
wwjyt
阅读(127)
推荐(0)
posted @ 2014-05-19 15:29
wwjyt
阅读(102)
推荐(0)
摘要:
根号﹙YⅠ-YⅡ﹚²+﹙XⅠ-XⅡ﹚²+﹙ZⅠ-ZⅡ﹚²
阅读全文
posted @ 2014-05-19 15:20
wwjyt
阅读(456)
推荐(0)