码迷,mamicode.com
首页 >  
搜索关键字:sliding    ( 270个结果
POJ 2823 Sliding Window
Sliding Window Description An array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the arr ...
分类:Windows程序   时间:2016-09-01 19:59:50    阅读次数:265
LeetCode-Sliding Window Maximum
Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num ...
分类:Windows程序   时间:2016-08-30 07:05:45    阅读次数:253
ParallaxViewPager(顶部带image的viewpager)
MainActivity.java main_activity.xml sliding_tab_view.xml 导入parallaxviewpager.jar ...
分类:其他好文   时间:2016-08-28 16:11:46    阅读次数:399
Moving Average from Data Stream -- LeetCode
Given a stream of integers and a window size, calculate the moving average of all integers in the sliding window. For example, ...
分类:其他好文   时间:2016-08-13 11:23:08    阅读次数:180
poj 2823 Sliding Window (单调队列入门)
...
分类:Windows程序   时间:2016-08-05 21:07:41    阅读次数:191
Moving Average from Data Stream
Given a stream of integers and a window size, calculate the moving average of all integers in the sliding window. For example, https://discuss.leetcod ...
分类:其他好文   时间:2016-07-21 14:29:08    阅读次数:90
Sliding Window Maximum
Given an array of n integer with duplicate number, and a moving window(size k), move the window at each iteration from the start of the array, find th ...
分类:Windows程序   时间:2016-07-20 06:37:48    阅读次数:230
Sliding Window Median
Given an array of n integer with duplicate number, and a moving window(size k), move the window at each iteration from the start of the array, find th ...
分类:Windows程序   时间:2016-07-09 13:20:39    阅读次数:307
Sliding Window Maximum
Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the knumb ...
分类:Windows程序   时间:2016-07-09 12:12:02    阅读次数:313
POJ2823 Sliding Window
单调队列 模拟 ...
分类:Windows程序   时间:2016-07-06 21:39:28    阅读次数:242
270条   上一页 1 ... 11 12 13 14 15 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!