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
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
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
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
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
【题目】
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
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
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
【题目】
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
问题描述:
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