码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
Max Points on a Line
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.参考:http://blog.csdn.net/doc_sgl/article/details/17103...
分类:其他好文   时间:2014-11-26 18:14:29    阅读次数:159
UVA - 11059
Problem D - Maximum ProductTime Limit: 1 secondGiven a sequence of integersS = {S1, S2, ..., Sn}, you should determine what is the value of the maximu...
分类:其他好文   时间:2014-11-26 14:08:20    阅读次数:193
NGUI 基础知识
UIRoot管理 scalePixelPerfect: 像素匹配,图片不会被缩放,除非屏幕高度小于 Minimum Height 或者大于 maximum Height,如果那样的话,就使用 FixedSize。FixedSize: 图片都会被等比缩放。FixedSizeOnMobile: 意思是P...
分类:其他好文   时间:2014-11-26 14:05:29    阅读次数:301
CF 269 E Flawed Flow
Emuskald considers himself a master of flow algorithms. Now he has completed his most ingenious program yet — it calculates the maximum flow in an undirected graph. The graph consists of n vertices ...
分类:其他好文   时间:2014-11-26 01:26:22    阅读次数:206
移动设备页面自适应
;(function(){ var w = parseInt(window.screen.width), s = w/640, u = navigator.userAgent.toLowerCase(), m = '2.3) m += 'minimum-scale='+s+',maximum-sca...
分类:移动开发   时间:2014-11-25 18:26:23    阅读次数:188
Codeforces Round #276 div1 B. Maximum Value Hash 乱搞
#include #include #include #include #include #include #include #include #include #include #include #include typedef long long ll;using namespace std;/...
分类:其他好文   时间:2014-11-25 15:48:16    阅读次数:180
Leetcode-Best Time to Buy and Sell Stock III
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet...
分类:其他好文   时间:2014-11-25 14:02:10    阅读次数:175
apache-jmeter对网站压力测试
how to use Jmeter to test the maximum load of your website....
分类:Web程序   时间:2014-11-25 07:08:51    阅读次数:183
[leetcode]Jump Game II
问题描述: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. Your...
分类:其他好文   时间:2014-11-24 20:51:50    阅读次数:171
JDE处理选项
处理选项为JDE的一种数据结构,命名方式如下:The name of a data structure can be a maximum of 10 characters-only 9 if you begin the name with a T and is formatted as Txxxxx...
分类:其他好文   时间:2014-11-24 16:51:16    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!