码迷,mamicode.com
首页 >  
搜索关键字:maximum repetition s    ( 4177个结果
MT9M021/MT9M031总结
S1:Aptina's MT9M021/MT9M031 sensor is capable of a maximum resolution of 1280 x 960at up to 45fps, or it may be configured to run 720p at 60fps。Regist...
分类:其他好文   时间:2014-12-11 18:45:41    阅读次数:335
LeetCode Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-12-11 00:16:55    阅读次数:139
Linux 最大文件数
http://blog.csdn.net/hzhsan/article/details/9717257https://www.centos.bz/2012/05/linux-increase-the-maximum-number-of-open-files/
分类:系统相关   时间:2014-12-10 15:42:17    阅读次数:209
LeetCode Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
分类:其他好文   时间:2014-12-09 23:00:59    阅读次数:276
[LeetCode]Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy on...
分类:其他好文   时间:2014-12-09 17:55:38    阅读次数:194
【LeetCode】Jump Game II 解题报告
【题目】 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. Y...
分类:其他好文   时间:2014-12-09 17:46:14    阅读次数:133
Maximum Subarray
It's obvious an DP problem.Let's define:$dp[i] := $ the maximum sum of subarray in the first $i$ elements.From the base point, the optimal subarray ma...
分类:其他好文   时间:2014-12-09 17:12:39    阅读次数:141
Leetcode: Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2014-12-09 13:44:16    阅读次数:210
【LeetCode】Jump Game 解题报告
【题目】 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. D...
分类:其他好文   时间:2014-12-09 10:37:18    阅读次数:114
[leetcode]Longest Palindromic Substring
问题描述: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring. 基本思想: 本题的navi...
分类:其他好文   时间:2014-12-08 23:04:00    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!