一,资格赛: 1, Problem A. Counting Sheep Confused? Read the quick-start guide. Small input 7 points You have solved this input set. Large input 8 points Yo ...
分类:
其他好文 时间:
2016-04-09 12:22:01
阅读次数:
609
it 用法小结 it 在英语中的意思较多,用法较广,现总结如下。 一、it作句子的真正主语 1.it 指前面已经提到过的人或事物,有时指心目中的或成为问题的人或事物,作真正主语。 例如: What’s this? -It is a sheep? 这是什么??这是一只绵羊。 Who is it? -I
分类:
其他好文 时间:
2016-02-13 17:05:23
阅读次数:
282
Problem Description The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it:
分类:
其他好文 时间:
2016-02-04 11:33:02
阅读次数:
282
题目链接 Problem Description A while ago I had trouble sleeping. I used to lie awake, staring at the ceiling, for hours and hours. Then one day my grandmo
分类:
其他好文 时间:
2016-01-30 18:12:36
阅读次数:
197
寒神解释:某些用户的倾向性和品味没有一致性,比较散。因此在协同过滤这种算法里,没办法和某个group有很高的相似/一致度,推荐会失效。 我理解是寻找邻居时候计算得到的相似度和其他用户相似度都非常小,或者说都低于阈值,这样由于没有邻居,那么就不是CF了。
分类:
其他好文 时间:
2016-01-11 11:59:01
阅读次数:
200
Creating a RFID Reader From Scratch Part 1For a couple of years now, each fall, I've been attending the ritual of collecting sheep from their summer p...
分类:
其他好文 时间:
2015-09-22 06:36:02
阅读次数:
346
Codevs1503愚蠢的宠物解题报告题目描述Description大家都知道,sheep有两只可爱的宠物(一只叫神牛,一只叫神菜)。有一天,sheep带着两只宠物到狗狗家时,这两只可爱的宠物竟然迷路了……狗狗的家因为常常遭到猫猫的攻击,所以不得不把家里前院的路修得非常复杂。狗狗家前院有..
分类:
其他好文 时间:
2015-09-21 01:53:03
阅读次数:
191
大家好,今天我们学习一下如何从Elrepo或者源代码来安装最新的Linux内核4.0。代号为‘Hurr durr I'm a sheep’的Linux内核4.0是目前为止最新的主干内核。它是稳定版3.19.4之后发布的内核。4月12日是所有的开源运动爱好者的大日 子,Linux Torvalds宣布...
分类:
系统相关 时间:
2015-09-06 22:54:39
阅读次数:
331
Pleasant sheep and big big wolf
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2570 Accepted Submission(s): 1056
Problem Descripti...
分类:
其他好文 时间:
2015-08-27 11:11:02
阅读次数:
199
比起前面的封装和继承,多态这个概念不是那么好理解。我们还是从一个事例开始:公司最近为了陶冶情操,养了几种动物(Animal),有猫(Cat)、狗(Dog)、羊(Sheep),这些动物都有共同的特性,会吃(Eat)、会叫(Shout),但是它们吃的不同,叫的也不同。既然这样,我们能不能设计一个动物类(...