码迷,mamicode.com
首页 >  
搜索关键字:c. dzy loves sequences    ( 1332个结果
CDN 加速free网站,各种js库文件,以及其他流行资源!
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
HDU5195 线段树+拓扑
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 异或,字典树
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
Codeforces Round #272 (Div. 2)C. Dreamoon and Sums 数学推公式
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 hit使用
~~和唐老师一个实验室的人开发的~~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
LeetCode Repeated DNA Sequences
原题链接在这里:https://leetcode.com/problems/repeated-dna-sequences/从头去长度为10的字符串,每次后移一位,放入HashSet中,若是HashSet中已有了,就放到res里,同时保证res里没有重复的。这个方法Time O(n), n是s的长度。...
分类:其他好文   时间:2015-11-02 13:54:49    阅读次数:260
CodeForces 590A Median Smoothing
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
Codeforces Round #327 (Div. 2)C. Median Smoothing 构造
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
Codeforces Round #FF (Div. 1) A. DZY Loves Sequences
原题链接: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
oracle 序列初始化的plsql块脚本
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
1332条   上一页 1 ... 77 78 79 80 81 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!