Category Archives: fun

Python统计DNA序列中长度为n的子序列频率

ms是我师弟的rotation project:
给定一堆DNA序列,即由字符A, C, G, T组成的字符串,统计所有长度为n的子序列出现的频率。
比如 ACGTACGT,子序列长度为2,于是 AC=2, CG=2, GT=2, TA=1,其余长...

旧旧旧文一篇: 再论独孤九剑

今日百度出来的。。。
http://club.163.com/viewElite.m?catalogId=135082&eliteId=135082_100d2c9dca90014
此文是高中英语课作业,因为我们英语老师立剑同学对独孤九剑和英语学习的关系有很深的研...

外婆的笑话

1. 小姨和我小姨夫谈他们上大学的儿子。
小姨对我小姨夫说,儿子都这么大了,你就别管了。
小姨夫说,好吧,你爱当后娘那我也当次后爹。
外婆听到了,对小姨夫怒道:你...

大家来玩游戏吧

在这本书里看到这个游戏:
在party上,每个人秘密写下一个正整数,交给主人,最后选了最小且没有其他人选的数的人为赢家。
如,1,1,2,2,3,3,3,4,5,6,则选择4的人为赢...

An interesting puzzle

via Richard Wiseman’s blog
Can you take the clock face below, and cut it into four pieces such that the numerals on each part add up to the same number?

So, for example, this solution would not work because the numbers on the four p...