码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
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 lo ...
分类:其他好文   时间:2019-02-18 18:52:07    阅读次数:132
53. Maximum Subarray
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: ...
分类:其他好文   时间:2019-02-18 18:42:41    阅读次数:152
Maximum Shortest Distance 最大团 二分答案 HDU 3585
题意:给出n个点 要求取k个点 这k个点中 距离最小的两个点要求距离最大 拿到手看不出是最大团 也看不出是二分答案(第一次用) 因为答案必然存在 一定有一个最值 所以用二分答案来做 最大距离为根号二乘10000 所以R=20000 且R-L>1e-4; ...
分类:其他好文   时间:2019-02-16 15:40:22    阅读次数:173
java lang IllegalStateException The maximum number of cell
1、错误描述 java.lang.IllegalStateException: The maximum number of cell styles was exceeded. You can define up to 4000 styles in a .xls workbook at org.apa ...
分类:编程语言   时间:2019-02-16 15:15:03    阅读次数:124
rem计算
//jquery实现 // $(function(){ // $(window).on("resize",function(){ // var width=$(window).width(); // var fontSize=width/640*100; // if(width>=640){ // ... ...
分类:其他好文   时间:2019-02-16 09:14:57    阅读次数:191
POJ3258--River Hopscotch(Binary Search similar to POJ2456)
Every year the cows hold an event featuring a peculiar version of hopscotch that involves carefully jumping from rock to rock in a river. The exciteme ...
分类:其他好文   时间:2019-02-15 22:33:50    阅读次数:168
152. Maximum Product Subarray
Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product. Example 1: E ...
分类:其他好文   时间:2019-02-15 01:05:13    阅读次数:201
[Lintcode]97. Maximum Depth of Binary Tree/[Leetcode]104. Maximum Depth of Binary Tree
"97. Maximum Depth of Binary Tree" / "104. Maximum Depth of Binary Tree" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, find its maxim ...
分类:其他好文   时间:2019-02-14 20:52:17    阅读次数:169
APP-6-百度地图导航
1.代码部分 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum- ...
分类:移动开发   时间:2019-02-14 13:55:24    阅读次数:209
APP-5-百度电子围栏
1.代码部分 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum- ...
分类:移动开发   时间:2019-02-14 13:51:33    阅读次数:398
4142条   上一页 1 ... 60 61 62 63 64 ... 415 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!