码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
html5/css3常规布局
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport"content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable= ...
分类:Web程序   时间:2016-04-01 20:23:13    阅读次数:163
经典算法——连续子数组的最大乘积
Maximum Product Subarray Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4], the contiguous s...
分类:编程语言   时间:2016-03-31 17:02:53    阅读次数:206
lintcode-medium-Maximum Subarray II
Given an array of integers, find two non-overlapping subarrays which have the largest sum.The number in each subarray should be contiguous.Return the ...
分类:其他好文   时间:2016-03-30 14:34:53    阅读次数:173
统计学习方法 李航---第6章 逻辑回归与最大熵模型
第6章 逻辑回归与最大熵模型 逻辑回归(logistic regression)是统计学习中的经典分类方法。最大嫡是概率模型学习的一个准则将其推广到分类问题得到最大熵模型(maximum entropy model)。逻辑回归模型与最大熵模型都属于对数线性模型。 6.1 逻辑回归模型 定义6.1(逻辑分布):设X是连续随机变量,X服从逻辑斯谛分布是指 X具有下列分布函数和密度函...
分类:其他好文   时间:2016-03-30 13:13:41    阅读次数:225
[LeetCode] Maximum Size Subarray Sum Equals k 最大子数组之和为k
Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0 instead. Example 1: Given ...
分类:编程语言   时间:2016-03-30 12:56:33    阅读次数:249
lintcode-medium-Max Points on a Line
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. Example Given 4 points: (1,2), (3,6), (0,0), (1,3) ...
分类:其他好文   时间:2016-03-30 07:05:45    阅读次数:150
HDU 5653 Bomber Man wants to bomb an Array. DP
Bomber Man wants to bomb an Array. Problem Description Given an array and some positions where to plant the bombs, You have to print the Total Maximum ...
分类:其他好文   时间:2016-03-29 23:39:06    阅读次数:263
lintcode-medium-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 longes ...
分类:其他好文   时间:2016-03-29 14:16:56    阅读次数:156
AIX上增加逻辑卷时报错误0516-787 extendlv: Maximum allocation for logical volume
AIX上增加逻辑卷时报错误0516-787 extendlv: Maximum allocation for logical volume jdelv02 is 512. 在往aix使用chfs -a size=xx /fs 命令增加逻辑卷的时候,有时候增加到一定大小的时候,会报出0516-787 ...
分类:其他好文   时间:2016-03-29 10:03:02    阅读次数:207
[LeetCode]-algorithms-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 longes ...
分类:其他好文   时间:2016-03-28 11:56:00    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!