码迷,mamicode.com
首页 >  
搜索关键字:multiple    ( 2544个结果
poj 2356 Find a multiple (鸽巢原理妙用)
题目链接:http://poj.org/problem?id=2356 Description The input contains N natural (i.e. positive integer) numbers ( N <= 10000 ). Each of that numbers is not greater than 15000. This numbers are not ...
分类:其他好文   时间:2015-05-17 18:49:32    阅读次数:126
POJ 1426 Find The Multiple
Find The Multiple Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 20297   Accepted: 8236   Special Judge Description Given a positive integer n, write a ...
分类:其他好文   时间:2015-05-17 09:27:30    阅读次数:116
Java [leetcode 25]Reverse Nodes in k-Group
题目描述:Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k th...
分类:编程语言   时间:2015-05-15 21:20:39    阅读次数:141
leetcode_Find Peak Element
描述: A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and return its index. The array may contain multiple peaks, in that case return the index to any one of the peaks is f...
分类:其他好文   时间:2015-05-15 09:03:58    阅读次数:134
PE5 Smallest multiple
题目2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that ...
分类:其他好文   时间:2015-05-14 00:58:21    阅读次数:118
UCS UTF UTF-7 UTF-8 UTF-16
Unicode也是一种字符编码方法,不过它是由国际组织设计,可以容纳全世界所有语言文字的编码方案。Unicode的学名是"Universal Multiple-Octet Coded Character Set",简称为UCS。UCS可以看作是"Unicode Character Set"的缩写。U...
分类:其他好文   时间:2015-05-14 00:36:06    阅读次数:131
视频跟踪论文读后感系列二:Online Selection Of Discriminative Tracking Features(PAMI2005)
Abstract This paper presents an online feature selection mechanism for evaluating multiple features while tracking and adjusting the set of features used to improve tracking performance. Our hypothes...
分类:其他好文   时间:2015-05-13 13:02:24    阅读次数:216
Reverse Nodes in k-Group
题目描述:Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen l...
分类:其他好文   时间:2015-05-13 12:04:09    阅读次数:91
Lowest Common Multiple Plus(最小公倍数)
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 39998    Accepted Submission(s): 16564 Problem Description 求n个数的最小公倍数。   Input ...
分类:其他好文   时间:2015-05-12 15:40:54    阅读次数:133
Reverse Nodes in k-Group——解题报告
【题目】 Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. If the number of nodes is not a multiple of k then left-out nodes in the end should remai...
分类:其他好文   时间:2015-05-12 11:34:01    阅读次数:92
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!