Task description You are given two non-empty zero-indexed arrays A and B consisting of N integers. Arrays A and B represent N voracious fish in a rive ...
分类:
其他好文 时间:
2017-05-02 11:57:45
阅读次数:
225
1.类图: 2.界面和相应功能: 新增weekDay()方法: 新增lastDay()方法: 页面: ...
分类:
其他好文 时间:
2017-05-02 10:04:50
阅读次数:
187
Honeyd的安装和配置 Honeyd软件依赖于下面几个库及arpd工具: (1)Libevent:是一个非同步事件通知的函数库。通过使用 libevent,开发者能够设定某些事件发生时所运行的函数,能够取代以往程序所使用的循环检查; (2)Libdnet:是一个提供了跨平台的网络相关 API的函数 ...
分类:
Web程序 时间:
2017-05-01 12:49:18
阅读次数:
337
0x00 背景 31c3 CTF 还是很人性化的,比赛结束了之后还可以玩。看题解做出了当时不会做的题目,写了一个writeup。 英文的题解可以看这:https://github.com/ctfs/write-ups/tree/master/31c3-ctf-2014/web 0x01 pCRAPp ...
分类:
Web程序 时间:
2017-05-01 01:21:40
阅读次数:
474
题目链接:HDU - 4252 据说水,可还是不会。。。。 参考:http://blog.csdn.net/a197p/article/details/45102907 ...
分类:
其他好文 时间:
2017-04-30 16:16:38
阅读次数:
152
In the absence of the center of the Marcel Goc and striker Kris Letang, two injured Friday continued. Andrew Ebbett was called on the squad to take th ...
分类:
移动开发 时间:
2017-04-30 16:07:49
阅读次数:
212
函数的有关知识在后面章节会讲到,先提前了解下。在没有系统的学习完之前,咱们先来模仿着写一个样例,尝试这样的有效的学习方法。 尝试下这种学习方法。 显示功能选项 1.查询 2.取款 3.存款 4.转帐 0.退出 用户输入功能选择。依据给出的答复,用switch多分支完毕相应的功能: #include ...
分类:
编程语言 时间:
2017-04-30 10:59:51
阅读次数:
195
七、算法:(算法头文件:<algorithm>) 所有的算法都需要iterator的支持,列如支持++,*,op=,op==,等等。。 非变动性算法: 匿名函数: [](int i){return i%2;} //这是一个匿名函数。[]代表之后是匿名函数、(int i)是参数列表、{return i ...
分类:
编程语言 时间:
2017-04-30 10:56:35
阅读次数:
182
题目连接:http://poj.org/problem?id=1962 都是套路。。。 ...
分类:
其他好文 时间:
2017-04-30 01:11:32
阅读次数:
219