搜索资源列表
MinDelete
- 用于在一个带头结点的单链表中删除多个最小值的算法。-for delete the minimum value.
PWM
- PWM 控制 LED 灯渐亮渐灭程序 适用 ME300B 开发系统 晶振为11.0592M 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-PWM control of LED lights gradually becoming bright ME300B out procedures applicable
watershed_serial
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。 -Watershed segmentation method is a
moravecxin
- 首先, 计算每个像素点的兴趣值, 即以该像素点为中心, 取一个w×w(如:5×5)的方形窗口, 计算0度、45度、90度、135度四个方向灰度差的平方和, 取其中的最小值作为该像素点的兴趣值。 其次,根据实际图像设定一个阈值,遍历图像以兴趣值大于该阈值的点为候选点。 最后,选一个一定大小的窗口,让该窗口遍历灰度图象,在此过程中取窗口中兴趣值最大的候选点为特征点,算法结束。 -First, calculate the value of each pixel of interest, t
weiliqun
- 计算Goldstein-Price函数最小值的微粒群算法。-Goldstein-Price function computing the minimum value of the particle swarm algorithm.
andian
- 鞍点问题: 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]是矩阵A中的一个鞍点。写出一个可以确定鞍点位置的程序-10, saddle point problem: If the matrix A of an element A [i, j] is the minimum value of i-line, but is the first j columns of the maximum, claimed that A [i, j] is the ma
1
- 波形幅值与最大值最小值的测量,可测量正弦波等波形-Wave amplitude and maximum minimum value measurement, measurable sine wave etc waveform
1_1
- 使用For循环产生100个随机数。在随机数产生的同时判定当前随机数的最大值和最小值。有时称其为“流动的”最大值和最小值。在前面板上显示流动最大值、最小值和当前的随机数。循环中一定要包含Time Delay Express VI以便用户可以观看值随着For循环的运行而更新。-For cycling using 100 random numbers. While in the random number generator random number to determine the curren
labVIEW1
- 输入一个最大数值,在输入一个最小数值,然后随机可以生成一个数处于最大和最小数中间-Enter a maximum value, a minimum value in the input, and then you can generate a random number in the middle of maximum and minimum number of
3--FindMaxMin
- 小程序找到一个数列中的最大最小值,利用的是二分查找-Small program to find a series of the maximum and minimum value, the dichotomy is search
minGETDFRHJ
- 共轭梯度法的FR方法结合黄金分割法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum value of the FR conjugate gradient method combined with golden section method to solve the multi-dimensional function must be written in the previous one for search function
basicfunction
- 完成二维数组求最大值,最小值,四舍五入等的函数,并求出最大值,最小值所在的位置。-Completed the two-dimensional array to seek maximum, minimum, rounded function, and calculated the maximum and minimum value of the location.
zuiyouhua
- 用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search
rosenbergtrustregion
- 基于信任域算法求解rosenberg函数的极小值问题-Trust region algorithm for solving the rosenberg function minimum value
rosenberg-linearsearch
- 基于线搜索算法求解rosenberg函数的极小值问题-Based on line search algorithm for solving the problem of the rosenberg function minimum value
inner
- 属于智能科学领域中的一个辅助学科-最优化。其方法为内点法,用于求解一已知函数的最小值。通过障碍函数的构建,使得最小值在约束条件内寻找,从而解决了有约束条件的极小值问题。-Belong to a secondary disciplines in the field of intelligent science- optimization. Its methodology for the interior point method for solving a known function of th
Seek minimum
- 用各种方法求函数在给定区间的最小值,感受符号法的局限性(solve the minimum value of a function in a given interval by various methods)
82429-minimum-row-value-and-return-the-row
- Minimum row value and return row
Minimum value
- matlab求多元函数最小值,显示方程求最优值(Matlab for the minimum value of multivariate function)
直接求最小值
- 直接求最小值的程序,经过验证是对的。对于不会matlab的人来说可以参考(The program that directly seeks the minimum value is verified to be correct)
