码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
项目总结
技术:做了这个手机端的APP的项目了,感觉没什么难的。难就难在要加一句手机端的核心的代码: <meta name="viewport" content="width=750, maximum-scale=1,user-scalable=no"> <meta name=”viewport” conte ...
分类:其他好文   时间:2016-08-29 06:56:03    阅读次数:119
移动端适配属性
<meta>的各个属性(移动端) 一.<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> na ...
分类:移动开发   时间:2016-08-28 20:51:37    阅读次数:194
先验概率、最大似然估计、贝叶斯估计、最大后验概率
参数估计的方法有多种,这里我们分析三种基于概率的方法,分别是最大似然估计(Maximum Likelihood)、贝叶斯估计(Bayes)和最大后验估计(Maximum a posteriori)。我...
分类:其他好文   时间:2016-08-28 18:15:44    阅读次数:151
leetcode -124. Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to any node in th ...
分类:其他好文   时间:2016-08-28 01:20:29    阅读次数:140
HDU-3729 二分匹配 匈牙利算法
题目大意:学生给出其成绩区间,但可能出现矛盾情况,找出合理组合使没有说谎的人尽可能多,并按maximum lexicographic规则输出组合。 ...
分类:编程语言   时间:2016-08-27 15:37:29    阅读次数:175
hdu 5052 树链剖分
Yaoge’s maximum profit Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 982 Accepted Submission(s ...
分类:其他好文   时间:2016-08-27 09:55:36    阅读次数:179
MT9M021/MT9M031总结
MT9M021/MT9m031在低光照度下和捕捉移动场景有非常优异的表现,属于近红外摄像头, S1: Aptina's MT9M021/MT9M031 sensor is capable of a maximum resolution of 1280 x 960 at up to 45fps, or ...
分类:其他好文   时间:2016-08-26 18:24:22    阅读次数:447
[POJ1003]Hangover
[POJ1003]Hangover 试题描述 How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card ...
分类:其他好文   时间:2016-08-26 09:07:44    阅读次数:208
Local Databases with SQLiteOpenHelper
Overview For maximum control over local data, developers can use SQLite directly by leveraging SQLiteOpenHelper for executing SQL requests and managin ...
分类:数据库   时间:2016-08-24 12:45:55    阅读次数:7596
Leetcode 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-08-24 06:35:43    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!