码迷,mamicode.com
首页 >  
搜索关键字:subarray    ( 846个结果
Mixed Far-Field and Near-Field Source Localization Based on Subarray Cross-Cumulant
基于子阵列互累积量(Cross-Cumulant)的远场和近场混合声源定位[1]。 文中采用Uniform linear array (ULA)阵列,将其分为两个互相重叠的子阵列,构建关于子阵列输出信号的两个特殊cross-cumulant matrices,而这两个矩阵仅仅与源信号的DOA有关。 ...
分类:其他好文   时间:2018-07-09 00:38:03    阅读次数:185
(Java) LeetCode 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 ...
分类:编程语言   时间:2018-07-08 22:12:36    阅读次数:210
masnory 高级进阶
"ios 开发 UICollectionView详解+实例" "Masnory 适配资料" 我实现的目标 ,在一个页面显示一个视图,或者4个视图,或者16个视图,因此我最开始实现思路是这样的: 上面的代码是错的 借鉴了两篇文章,我写下了如下代码: 效果图如下: 点击按钮后 ...
分类:其他好文   时间:2018-07-07 20:13:29    阅读次数:281
leetcode 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: Inpu ...
分类:其他好文   时间:2018-06-23 22:51:11    阅读次数:222
[leetcode]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: Foll ...
分类:编程语言   时间:2018-06-21 11:32:42    阅读次数:144
[leetcode]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 ...
分类:编程语言   时间:2018-06-21 11:31:00    阅读次数:236
[LeetCode] 560. Subarray Sum Equals K_Medium
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: 这个题目思路是 ...
分类:其他好文   时间:2018-06-21 11:28:06    阅读次数:175
209. Minimum Size Subarray Sum
问题描述: Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there ...
分类:其他好文   时间:2018-06-19 13:55:08    阅读次数:159
325. Maximum Size Subarray Sum Equals k
问题描述: Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0 instead. Note:The s ...
分类:其他好文   时间:2018-06-18 10:30:14    阅读次数:107
560. Subarray Sum Equals K
问题描述: Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: 思 ...
分类:其他好文   时间:2018-06-16 12:02:23    阅读次数:130
846条   上一页 1 ... 24 25 26 27 28 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!