码迷,mamicode.com
首页 >  
搜索关键字:c. dzy loves sequences    ( 1332个结果
MOOCULUS微积分-2: 数列与级数学习笔记 4. Alternating series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授。PDF格式教材下载 Sequences and Series本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 So...
分类:其他好文   时间:2014-12-04 06:17:49    阅读次数:321
目标检测之vibe---ViBe(Visual Background extractor)背景建模或前景检测
ViBe算法:ViBe - a powerful technique for background detection and subtraction in video sequences算法官网:http://www2.ulg.ac.be/telecom/research/vibe/描述:ViBe...
分类:其他好文   时间:2014-12-03 21:03:45    阅读次数:268
hdu 2058 The sum problem(简单因式分解,,)
Problem DescriptionGiven a sequence 1,2,3,......N, your job is to calculate all the possible sub-sequences that the sum of the sub-sequence is M.Input...
分类:其他好文   时间:2014-12-02 19:10:55    阅读次数:164
Brackets sequence
Description: Let us define a regular brackets sequence in the following way: 1.Empty sequence is a regular sequence. 2.If S is a regular sequence, then (S) and [S] are both regular sequences. 3.If...
分类:其他好文   时间:2014-12-01 22:30:29    阅读次数:247
BZOJ3560: DZY Loves Math V
虽然不是很神的题,不过拿短代码搞到rank1了那么纪念下。先观察样例。6=2*3;10=2*5;15=3*5;对应答案:1595=5*11*29;其中:5=((1+2)*(1+2)*1*(2-1)+1)/211=((1+3)*1*(1+3)*(3-1)+1)/329=(1*(1+5)*(1+5)*(...
分类:其他好文   时间:2014-11-29 21:39:03    阅读次数:299
uva1608(Non-boring sequences)
题意:如果一个序列的任意连续子序列中至少有一个只出现一次的元素,则称这个序列是不无聊的。判断一个长度为n(n<=200000)的序列是不是无聊的。 解法:搞个map记录每个数前一个数的位置,判断以每个数结尾的所有区间是否合法,其中用到线段树访问区间最小值。 代码:/****************************************************** * ...
分类:其他好文   时间:2014-11-28 01:06:50    阅读次数:274
Coursera微积分-2: 数列与级数学习笔记2. Series
此课程(MOOCULUS-2 "Sequences and Series")由Ohio University于2014年在Coursera平台讲授。本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 SolutionSummarySuppose $(a_n)$ is a se...
分类:其他好文   时间:2014-11-28 01:03:42    阅读次数:285
玩转 String 和 Char
char 类型是c语言中常见的一个数据类型,string是c++中的一个,它的定义为Strings are objects that represent sequences of characters. 由此可见string是一个char序列的对象,有时候我们经常需要混用这两个数据类型,所以有些常见...
分类:其他好文   时间:2014-11-26 18:24:25    阅读次数:168
MOOCULUS-2 "Sequences and Series" 数列与级数 学习笔记: 1. Sequences
此课程由Ohio University于2014年在Coursera平台讲授。本系列学习笔记PDF下载(Academia.edu) MOOCULUS-2 SolutionSummarySuppose that $\left(a_n\right)$ is a sequence. To say that...
分类:其他好文   时间:2014-11-25 22:55:35    阅读次数:275
Biopython - sequences and alphabets
The Sequence objectSome examples will also require a working internet connection in order to run.>>> from Bio.Seq import Seq>>> from Bio.Alphabet impo...
分类:编程语言   时间:2014-11-24 22:07:43    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!