搜索资源列表
maxmin
- 该算法能够在采用逐步比较的方法在数组中同时寻找最大值和最小值,直到找到最大值和最小值为止,然后输出
1
- 在一个数组A[1..n] 中,同时寻找最大值和最小值[假设 n 为 2 的方幂]。
FindMaxMin
- 寻找最大最小值算法-algorithm for finding the greatest minimum
matrix
- 矩阵运算模块:寻找二维数组中的最大值;寻找二维数组中的最小值;寻找一维数组中的最小值;求取两个向量之间的欧式距离
maxmin
- 该算法能够在采用逐步比较的方法在数组中同时寻找最大值和最小值,直到找到最大值和最小值为止,然后输出-The algorithm can be compared in the step-by-step method in array to find maximum and minimum values at the same time, until you find the maximum and minimum values so fa
1
- 在一个数组A[1..n] 中,同时寻找最大值和最小值[假设 n 为 2 的方幂]。-In an array A [1 .. n], the maximum and minimum values at the same time search for [the assumption that n for the Powers of 2].
sy5
- 寻找最大值和最小值的汇编语言程序,简单,易懂,实用。-Find maximum and minimum values of the assembly language procedures, simple, understandable and practical.
MATLAB
- 实现局部寻找最大值点,通过Matlab软件实现-Local search for maximum points achieved by Matlab software
min_max_finder_part1
- 最大最小值寻找程序,可以实现自动查找最大值与最小值-min_max_finder
find_maximum_and_second_maximum
- 在长度为n的数组a中,寻找最大值和第二大值-Find the value of the maximum and the second largest
azimuth-error-UCA
- 不同信噪比下,均匀圆阵方位角估计性能;谱峰搜索寻找最大值对应坐标;100次试验求均方根误差-azimuth estimation using UCA vernus different SNRs search the spectral peak and fing the maximum 100 trails to get RMSE
elevation-error-UCA
- 均匀圆阵MUSIC算法,不同信噪比下对信号俯仰角估计性能,用均方根误差表示;采用谱峰搜索寻找最大值对应坐标;-UCA MUSIC to estimate elevation angle vernus different SNRs,describe with RMSE search the spectral peak and fing the maximum
maxmin
- 在一个整数组A[1...n]中,同时寻找最大值和最小值。-In an integer array A [1 ... n] while seeking the maximum and minimum values.
Max
- 实现了一个比较简单的基于MapReduce寻找最大值的例子。-Implements a simpler example based on graphs to find the maximum.
Timing_track
- 这是一个定是跟踪程序,在SC-FDE系统接受序列中利用UW的相关特性寻找最大值的过程。-This is a tracking program is given in SC-FDE system accepts the sequence using the correlation characteristics UW looking for maximum process.
findmax
- 可用来查找n个数据中每m个值中的最大值,方便数据处理(Can be used to find the maximum values of each m value in N data.Convenient data processing.)
xor
- 动态的寻找一个区间一定长度内几个数的区间异或最大值(Find the maximum value of the interval)
粒子群算法
- SO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。大家也可以观察一下,鸟群在寻找食物的过程中,开始鸟群比较分散,逐渐这些鸟就会聚成一群,这个群忽高忽低、忽左忽右,直到最后找到食物。这个过程我们转化为一个数学问题。寻找函数 y=1-cos(3*x)*exp(-x)的在[0,4]最大值。(SO algorithm is the si
Signal_Filter1
- 对一列数进行滤波,平滑处理及寻找最大值,MATLAB处理数据(Filtering a row of numbers, smoothing and finding the maximum value, MATLAB processing data.)
example1
- 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)