码迷,mamicode.com
首页 >  
搜索关键字:maximum repetition s    ( 4177个结果
支持向量机: Maximum Margin Classifier
本文是“支持向量机系列”的第一篇,参见本系列的其他文章。支持向量机即Support Vector Machine,简称 SVM 。我最开始听说这头机器的名号的时候,一种神秘感就油然而生,似乎把 Support 这么一个具体的动作和 Vector 这么一个抽象的概念拼到一起,然后再做成一个 Machi...
分类:其他好文   时间:2015-12-03 00:46:51    阅读次数:156
28、OSPF配置实验之负载均衡
1、负载均衡解析OSPF只支持等价负载均衡,默认为4条线路负载均衡,最大支持6条线路负载均衡,我们可以在OSPF路由进程下通过maximum-paths6修改OSPF支持的负载均衡线路数。2、实验拓扑3、实验配置R1配置interfaceLoopback0ipaddress1.1.1.1255.255.255.0interfaceEthernet0/0ipa..
分类:其他好文   时间:2015-12-02 12:46:13    阅读次数:194
LeetCode-- Binary Tree Maximum Path Sum
LeetCode-- Binary Tree Maximum Path Sum...
分类:其他好文   时间:2015-12-02 10:35:48    阅读次数:139
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...
分类:其他好文   时间:2015-11-29 16:26:58    阅读次数:120
Best Time to Buy and Sell Stock II
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...
分类:其他好文   时间:2015-11-29 13:34:38    阅读次数:122
239. Sliding Window Maximum
题目:Given an arraynums, there is a sliding window of sizekwhich is moving from the very left of the array to the very right. You can only see theknumbe...
分类:Windows程序   时间:2015-11-29 13:28:51    阅读次数:214
【HDU 1839】 Delay Constrained Maximum Capacity Path(二分+最短路)
【HDU 1839】 Delay Constrained Maximum Capacity Path(二分+最短路) Delay Constrained Maximum Capacity Path Time Limit: 10000/10000 MS (Java/Others)    Memory Limit: 65535/65535 K (Java/Others) Tota...
分类:其他好文   时间:2015-11-29 12:10:59    阅读次数:205
Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array[?2,1,?3,4,?1,2,1,...
分类:其他好文   时间:2015-11-29 00:55:49    阅读次数:199
Best Time to Buy and Sell Stock with Cooldown
题目: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 comp...
分类:其他好文   时间:2015-11-28 22:55:16    阅读次数:228
[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 lon...
分类:其他好文   时间:2015-11-27 17:11:12    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!