码迷,mamicode.com
首页 >  
搜索关键字:c. dzy loves sequences    ( 1332个结果
Filter FASTA files
Use a regular expression for filtering sequences by id from a FASTA file, e.g. just certain chromosomes from a genome. There are other toolsas part of...
分类:其他好文   时间:2015-06-14 13:39:34    阅读次数:143
HDU 5269 ZYB loves Xor I( 01 Trie 树)
HDU 5269 ZYB loves Xor I( 01 Trie 树)...
分类:其他好文   时间:2015-06-14 11:02:19    阅读次数:410
hdu 5266 pog loves szh III 在线lca+线段树区间优化
题目链接:hdu 5266 pog loves szh III思路:因为它查询的是区间上的lca,所以我们需要用在线lca来处理,达到单点查询的复杂度为O(1),所以我们在建立线段树区间查询的时候可以达到O(1*nlgn)的时间复杂度ps:因为栈很容易爆,所以。。。。。你懂的 --》#pragma ...
分类:其他好文   时间:2015-06-14 10:57:08    阅读次数:126
hdu 5269 字典树
题目链接:hdu 5269ZYB loves Xor ITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 184Accepted Submission...
分类:其他好文   时间:2015-06-14 10:56:11    阅读次数:125
hdu 5268 ZYB loves Score 水题
ZYB loves ScoreTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5268DescriptionOne day,ZYB participated in the Best...
分类:其他好文   时间:2015-06-14 10:47:20    阅读次数:112
hdu5269 数据结构Trie
Memphis loves xor very musch.Now he gets an array A.The length of A is n.Now he wants to know the sum of all (lowbit(Ai xor Aj)) (i,j∈[1,n]) We define that lowbit(x)=2k,k is the smallest integer sa...
分类:其他好文   时间:2015-06-14 09:34:19    阅读次数:150
hdu 5269 ZYB loves Xor I
今晚best code第二题 好好学了下字典树,确实自己会的东西实在太少了 #include #include #include #include #include #include #include #include #include #include #include #define inf 1<<30 #define Inf -1<<30 #define maxn 50000+5 #de...
分类:其他好文   时间:2015-06-14 09:31:51    阅读次数:152
[Algorithms] Longest Common Subsequence
The Longest Common Subsequence (LCS) problem is as follows:Given two sequences s andt, find the length of the longest sequence r, which is a subsequen...
分类:其他好文   时间:2015-06-14 00:30:15    阅读次数:177
HDU 5268 ZYB loves Score (简单模拟,水)
题意:计算Bestcoder四题的得分。思路:直接模拟,4项分数直接计算后输出。注意不要低于百分之40的分。 1 //#include 2 #include 3 #include 4 #define LL long long 5 using namespace std; 6 const int...
分类:其他好文   时间:2015-06-14 00:22:10    阅读次数:178
【Aguin】第四周 6.7-6.13
6.7可怕的一周从BC开始。hdu5265pog loves szh II只是想写一个二分。然被骇。错误还不止一个。1.没用LL2.ans初值赋错Aguin第三题是一个 最近公共祖先后来反正写不出来了。就去学习了一下。理解能力差。看了好几篇没懂。后来看到一篇不怎么长的但是很直观。Link:http:...
分类:其他好文   时间:2015-06-14 00:21:12    阅读次数:122
1332条   上一页 1 ... 93 94 95 96 97 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!