码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
移动前端知识总结
meta基础知识 H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalab
分类:移动开发   时间:2016-02-18 09:57:56    阅读次数:358
LeetCode-Maximum Product of Word Lengths
Description: Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters.
分类:其他好文   时间:2016-02-17 23:47:57    阅读次数:235
hive udaf 用maven打包运行create temporary function 时报错
用maven打包写好的jar,在放到hive中作暂时函数时报错。 错误信息例如以下: hive> create temporary function maxvalue as "com.leaf.data.Maximum"; java.lang.SecurityException: Invalid s
分类:其他好文   时间:2016-02-16 20:36:53    阅读次数:875
poj 2479 - Maximum sum
题目:找到一个序列中的两个连续段使得他们的和最大。 分析:dp,最大字段和。双向求最大字段和。枚举结束点找到加和最大值。 说明:与合唱队形类似。(同poj2593)(2011-09-24 02:09) #include <stdio.h> #include <stdlib.h> int data[
分类:其他好文   时间:2016-02-16 18:25:03    阅读次数:163
5. 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-02-15 22:38:44    阅读次数:197
【CodeForces 621A】Wet Shark and Odd and Even
题 Today, Wet Shark is given n integers. Using any of these integers no more than once, Wet Shark wants to get maximum possible even (divisible by 2) s
分类:其他好文   时间:2016-02-12 06:04:40    阅读次数:191
TVS參数具体解释及选型应用
一、首先了解TVS管的參数,我们以littelfuse的5.0SMDJ系列为例。 图1 图2 最大峰值脉冲功率 Maximum Peak Pulse Power Pppm峰值脉冲功率为ESD器件上瞬间通过的最大功率值。由最大钳位电压Vc和此时脉冲峰值电流Ipp决定的。 由上图能够看到5.0SMDJ系
分类:其他好文   时间:2016-02-06 18:22:39    阅读次数:314
移动设备常用代码
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="Cache-Control" content="n
分类:移动开发   时间:2016-02-04 18:16:32    阅读次数:179
Maximum Product of Word
Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assum
分类:其他好文   时间:2016-02-04 06:45:15    阅读次数:271
Fatal error: Maximum function nesting level of '100' reached, aborting!
错误提示: Fatal error: Maximum function nesting level of '100' reached, aborting! 致命错误:最大值函数嵌套级别“100”达成,中止! 解决方法: 在php.ini中将以下代码加注释并重启Apache. ;zend_extens
分类:其他好文   时间:2016-02-04 00:20:28    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!