码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
viewport
知道viewport是响应式时候用的,写web页面的时候,顺手就加上了。 今天认真看了看 , <meta name="viewport" content="width=1200, minimum-scale=0.25, maximum-scale=1.0, user-scalable=yes"/> ...
分类:其他好文   时间:2016-08-23 21:46:57    阅读次数:121
leetcode No104. Maximum Depth of Binary Tree
Question: Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. 找二叉树的最大深度 Algori...
分类:其他好文   时间:2016-08-22 10:53:34    阅读次数:132
UVa 11059 Maximum Product
这题数据最大18位,应该用Long long 粗心在几个地方(函数返回值,中间比较值max pro)用了Int,提交了好几次 ...
分类:其他好文   时间:2016-08-21 18:23:59    阅读次数:117
UVa 11059 Maximum Product(简单枚举7.1)使用longlong,输出格式%lld
这题数据最大18位,应该用Long long 粗心在几个地方(函数返回值,中间比较值max pro)用了Int,提交了好几次 ...
分类:其他好文   时间:2016-08-21 18:17:01    阅读次数:142
POJ2479(dp)
Maximum sum Maximum sum Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 39089 Accepted: 12221 Description Given a set of n integers: A={a1, ...
分类:其他好文   时间:2016-08-21 11:00:51    阅读次数:186
149. Max Points on a Line *HARD* 求点集中在一条直线上的最多点数
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. ...
分类:其他好文   时间:2016-08-20 23:19:32    阅读次数:173
(转载)SVM-基础(一)
支持向量机: Maximum Margin Classifier by pluskid, on 2010-09-08, in Machine Learning 87 comments本文是“支持向量机系列”的第一篇,参见本系列的其他文章。支持向量机即 Support Vector Machine,简... ...
分类:其他好文   时间:2016-08-20 21:52:32    阅读次数:235
(转载)SVM-基础(二)
支持向量机: Support Vector by pluskid, on 2010-09-10, in Machine Learning 52 comments本文是“支持向量机系列”的第二篇,参见本系列的其他文章。上一次介绍支持向量机,结果说到 Maximum Margin Classifier ... ...
分类:其他好文   时间:2016-08-20 21:48:46    阅读次数:194
Maximum Subarray
Given an array of integers, find a contiguous subarray which has the largest sum. Notice The subarray should contain at least one number. Example Give ...
分类:其他好文   时间:2016-08-20 01:30:52    阅读次数:115
移动端总结和手机兼容问题
H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> ...
分类:移动开发   时间:2016-08-19 19:08:15    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!