http://poj.org/problem?id=3533 变成三维的nim积。。前面那个二维的函数都不用改多nim积一次就过了。。。longlong似乎不必要但是还是加上了 代码 1 #include<cstdio> 2 #include<cstring> 3 #include<algorith ...
分类:
其他好文 时间:
2018-01-24 12:28:22
阅读次数:
176
题目: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your m ...
分类:
编程语言 时间:
2018-01-23 10:56:50
阅读次数:
176
sed 编辑器是 Linux 系统管理员的工具包中最有用的资产之一,因此,有必要彻底地了解其应用。 Linux 操作系统最大的一个好处是它带有各种各样的实用工具。存在如此之多不同的实用工具,几乎不可能知道并了解所有这些工具。可以简化关键情况下操作的一个实用工具是 sed。它是任何管理员的工具包中最强 ...
分类:
其他好文 时间:
2018-01-22 19:24:33
阅读次数:
236
#mark 滚动弹幕 列表中留有7条记录 大于7条时删除并指引表视图向上滑动 - (void)addRowActionWithContent:(NSString *)str { if (self.dataMutArray.count > 7) { [self.dataMutArray removeL ...
分类:
移动开发 时间:
2018-01-22 17:33:44
阅读次数:
644
tickts.py: train.py: houcedu.py: parse_station.py: stations.py tickets.py ...
分类:
编程语言 时间:
2018-01-22 17:24:30
阅读次数:
353
mnist_inference.py: mnist_train.py: ...
分类:
其他好文 时间:
2018-01-21 10:58:50
阅读次数:
767
On a staircase, the i th step has some non negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or two steps. Y ...
分类:
其他好文 时间:
2018-01-20 22:55:22
阅读次数:
251
jQuery三种动画停止 开始 停止 停止所有 停止所有并完成 Hello world! ...
分类:
Web程序 时间:
2018-01-20 21:22:35
阅读次数:
145
将width与opacity属性同时设置成为toggle,会在宽度变化的同时变化透明度 ...
分类:
Web程序 时间:
2018-01-20 19:47:00
阅读次数:
1100
win7旗舰版系统使用久了,可能会出现系统运行缓慢的问题,那么要如何操作才能解决系统运行慢的问题呢?墨染暖心提供以下三种解决方案。 win7旗舰版系统使用久了,可能会出现系统运行缓慢的问题,那么要如何操作才能解决系统运行慢的问题呢?墨染暖心提供以下三种解决方案。 一、清理垃圾 使用win7旗舰版系统 ...
分类:
Windows程序 时间:
2018-01-20 12:42:07
阅读次数:
1436