1.CDNJShttps://cdnjs.com/librariesFork me on GitHub Everyone loves theGoogle CDNright? EvenMicrosoft runs their own CDN. The problem is, they only hos...
分类:
Web程序 时间:
2015-11-21 00:23:37
阅读次数:
315
DZY Loves Topological SortingProblem DescriptionA topological sort or topological ordering of a directed graph is a linear ordering of its vertices su...
分类:
其他好文 时间:
2015-11-10 20:55:05
阅读次数:
257
hdu5269 ZYB loves Xor I 异或,字典树ZYB loves Xor IAccepts: 142Submissions: 696Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Othe....
分类:
其他好文 时间:
2015-11-05 00:30:50
阅读次数:
172
C. Dreamoon and SumsDreamoon loves summing up something for no reason. One day he obtains two integersaandboccasionally. He wants to calculate the sum...
分类:
其他好文 时间:
2015-11-02 17:12:14
阅读次数:
234
~~和唐老师一个实验室的人开发的~~CD-HITis a very widely used program for clustering and comparing protein or nucleotide sequences. CD-HIT was originally developed by...
分类:
其他好文 时间:
2015-11-02 17:08:09
阅读次数:
264
原题链接在这里:https://leetcode.com/problems/repeated-dna-sequences/从头去长度为10的字符串,每次后移一位,放入HashSet中,若是HashSet中已有了,就放到res里,同时保证res里没有重复的。这个方法Time O(n), n是s的长度。...
分类:
其他好文 时间:
2015-11-02 13:54:49
阅读次数:
260
A schoolboy named Vasya loves reading books on programming and mathematics. He has recently read an encyclopedia article that described the method ofm...
分类:
其他好文 时间:
2015-10-27 17:22:07
阅读次数:
174
C. Median SmoothingA schoolboy named Vasya loves reading books on programming and mathematics. He has recently read an encyclopedia article that descr...
分类:
其他好文 时间:
2015-10-26 18:33:44
阅读次数:
198
原题链接:http://codeforces.com/problemset/problem/446/A题意:给一个长度为n的序列,最多可以修改一个位置的数,求最长连续上升子序列。题解:当a[i+1] > a[i-1]+2的时候,可以通过改变a[i]的值来使前后两段合并,反之,分别考虑a[i]作为左边...
分类:
其他好文 时间:
2015-10-23 22:53:41
阅读次数:
201
declare seq_name dba_sequences.SEQUENCE_NAME%TYPE; cursor mycur is select * from dba_sequences where sequence_owner='NETHRA'; qu...
分类:
数据库 时间:
2015-10-22 12:25:16
阅读次数:
207