# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2019/1/4 18:06"#鸭子类型class Duck(object): def quack(self): print('quack')class Bird(object): d ...
分类:
其他好文 时间:
2019-01-06 18:06:57
阅读次数:
136
1.测试文件 [root@L shells]# cat catDog.txt snake snake pig bird dog cat snake pig bird snake cat bird dog bird tiger snake bird cat lion ji sdf 2.sed脚本文件 ...
分类:
其他好文 时间:
2018-12-16 14:34:33
阅读次数:
111
If our eyes follow a bird across the sky, we make a slower movement called smooth pursuit. 如果我们的眼睛跟着一只鸟儿飞过天空,我们会做一个叫做平稳追踪的慢动作。 Smooth pursuit requires ...
分类:
其他好文 时间:
2018-12-15 17:58:02
阅读次数:
175
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=3831 [算法] 单调队列优化动态规划 时间复杂度 : O(N) [代码] ...
分类:
其他好文 时间:
2018-11-05 22:25:30
阅读次数:
202
题目描述 Flappy Bird是一款风靡一时的休闲手机游戏。玩家需要不断控制点击手机屏幕的频率来调节小鸟的飞行高度,让小鸟顺利通过画面右方的管道缝隙。如果小鸟一不小心撞到了水管或者掉在地上的话,便宣告失败。 为了简化问题,我们对游戏规则进行了简化和改编: 游戏界面是一个长为 n,高为 m 的二维平 ...
分类:
其他好文 时间:
2018-10-15 21:17:55
阅读次数:
192
原题如下: Angry Birds is a mobile game of a big craze all over the world. You were convinced that it was a waste of time to play the game, so you decided ...
分类:
其他好文 时间:
2018-10-15 16:25:40
阅读次数:
191
Flappy Bird真好玩(逃 这道题我一看上去好像是搜索啊,但是发现起点和终点都有点多了吧。。。 然后我就懵圈了。 其实这道题是一个套着皮的背包dp。 其实用dp想,很多问题就简单了。比如多个起点,我初值都设为0就行了;多个终点,我都找一遍就行了。 我自己试着不看题解自己用传统dp的思路(不夹杂 ...
分类:
其他好文 时间:
2018-10-13 02:22:53
阅读次数:
158
1. CIFAR-10 & CIFAR-100 CIFAR-10包含10个类别,50,000个训练图像,彩色图像大小:32x32,10,000个测试图像。 (类别:airplane,automobile, bird, cat, deer, dog, frog, horse, ship, truck) ...
分类:
其他好文 时间:
2018-09-11 11:32:40
阅读次数:
767
下载地址: "网盘下载" Richard Bird takes a radically new approach to algorithm design, namely, design by calculation. These 30 short chapters each deal with a ...
分类:
其他好文 时间:
2018-07-22 01:00:51
阅读次数:
218
P3572 [POI2014]PTA Little Bird 一只鸟从1跳到n。从1开始,跳到比当前矮的不消耗体力,否则消耗一点体力,每次询问有一个步伐限制k,求每次最少耗费多少体力 很简短的题目哼。 首先对于一个点, 他的状态一定是由前 $k$ 个转移过来的。 $k$ 的长度在每组询问内一定, 想 ...
分类:
其他好文 时间:
2018-07-20 00:26:45
阅读次数:
154