码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
基于最大一致性上下文的广域车辆跟踪
基于最大一致性上下文的广域车辆跟踪最大一致性MTT广域运动图像读"X. Shi, P. Li, H. Li, W. Hu, E. Blasch, Using Maximum Consistence Context for Multiple Target Association in Wide Are... ...
分类:其他好文   时间:2016-10-14 23:51:44    阅读次数:169
移动开发meta集合【精】
以下是开发中经常用到的meta标签 1、移动webAPP的Meta 用法: <meta name=”viewport” content=”initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no”/> 2、刷新 ...
分类:移动开发   时间:2016-10-14 09:54:14    阅读次数:125
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 ...
分类:其他好文   时间:2016-10-14 00:31:17    阅读次数:185
移动端 meta
摘自http://www.cnblogs.com/shxydx/articles/2856882.html 控制显示区域各种属性: <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalab ...
分类:移动开发   时间:2016-10-12 19:54:43    阅读次数:219
【leetcode?python】 Maximum Depth of Binary Tree
#-*- coding: UTF-8 -*- # Definition for a binary tree node.# class TreeNode(object):# def __init__(self, x):# self.val = x# self.left = None# self.rig ...
分类:编程语言   时间:2016-10-12 18:53:08    阅读次数:168
104. Maximum Depth of Binary Tree
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 l ...
分类:其他好文   时间:2016-10-12 13:30:49    阅读次数:113
Maximum Gap
Given an unsorted array, find the maximum difference between the successive elements in its sorted form. Try to solve it in linear time/space. Return ...
分类:其他好文   时间:2016-10-12 11:41:07    阅读次数:150
最大子数组分治方案C++实现
以下实现最大子数组的分治策略,算法来自《算法导论》 #include<iostream> using namespace std; struct ans { int low; int high; int sum; }; ans MAXIMUM_CROSSING_SBUARRAY(int * A, i ...
分类:编程语言   时间:2016-10-11 19:03:02    阅读次数:319
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, ...
分类:其他好文   时间:2016-10-11 11:08:58    阅读次数:130
利用简单的JS文件编写APP格式下的网页
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, ...
分类:移动开发   时间:2016-10-08 02:17:18    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!