软考结束了,或许还不是结束,结果还没有下来,也就是还有1/2的概率再来一次,不管怎么样,考过了与自己也没有关系了。关于软考,可以说我们已是非常幸福幸运的孩子,我们有相应的指导文档,明确的计划,积极的团队,一切都让我们坚持走过这两个月。对于软考,我想说:
一、交流与表达。我们都是以小组为单位,是一个小team,尤其后期做真题阶段,每天几乎都是白天做题,晚上讨论,再加上设计模式的学...
分类:
其他好文 时间:
2015-05-28 17:59:09
阅读次数:
191
每日列会过后,我们的工作进度都有所进展了,好开心,但是还不是我们想要的,我们想做得更快,更好。
分类:
其他好文 时间:
2015-05-28 16:10:20
阅读次数:
124
Saving James Bond - Easy VersionAssume that the lake is a 100 by 100 square one. Assume that the center of the lake is at (0,0) and the northeast corn...
分类:
其他好文 时间:
2015-05-28 15:48:22
阅读次数:
167
想把项目上传到svn上,由于误点击了apply patch.所以出现下面的错误。正确做法是在项目上右击找到Team----share Project 如图:点击share project后出现如图所示:选择svn,之后就是按照操作一步步next即可。其中需要输入你公司的svn地址,和你的svn用户名...
分类:
Web程序 时间:
2015-05-28 15:34:02
阅读次数:
677
In a team queue each element belongs to a team. If an element enters the queue, it first searches the queue from head to tail to check if some of itst...
分类:
其他好文 时间:
2015-05-27 19:00:36
阅读次数:
97
在前面几天的努力中,我们已经完成了一些自己的工作,还有的就是一些完善,因为在前段时间一直都在寻找和配置Eclipse+Android SDK,由于版本和一些网络的阻碍,总是不能如愿的很好完成,经过了一个星期的不懈努力,终于在这天早上找到了一个已经配置好了的Eclipse,当时那种激动简直无法用语言来...
分类:
其他好文 时间:
2015-05-27 19:00:04
阅读次数:
126
微软正式发布Visual Studio 2013 RTM版,微软还发布了Visual Studio 2013的最终版本、.NET 4.5.1以及Team Foundation Server 2013。下面我们体验下Visual Studio 2013 Web开发方面有哪些特性,具体可以参看http:...
分类:
Web程序 时间:
2015-05-27 13:48:10
阅读次数:
263
Watashi's BGTime Limit:3 Seconds Memory Limit:65536 KBWatashi is the couch of ZJU-ICPC Team and he is very kind hearted. In ZJU-ICPC summer training c...
分类:
其他好文 时间:
2015-05-27 09:56:00
阅读次数:
159
After being all out for 58 and 78 in two matches in the most prestigious tournament in the world, the coach of a certain national cricket team was very upset. He decided to make the batsmen practice a...
分类:
其他好文 时间:
2015-05-26 21:25:10
阅读次数:
120
//给n个数,找有多少队的两个数的异或值大于它们自己
//对于两个数中小的那个数的最高位在大的数中该位为0
//那么两个数异或所得的数比两个数大
//否则,这个数比大的数小
#include
#include
#include
#include
using namespace std ;
const int maxn = 100010;
long long map[40];
...
分类:
其他好文 时间:
2015-05-26 18:51:43
阅读次数:
95