搜索资源列表
最大流最小割定理
- 最大流最小割定理-maximum flow minimum cut theorem
求网络的最小费用最大流网络版
- 求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
汇编程序 最大值最小值平均值
- 汇编程序 最大值最小值平均值
pso粒子群算法来求6个经典函数的最小最大值
- 该程序是粒子群算法来求6个经典函数的最小最大值,能显示粒子是如何运动的。-The program is the particle swarm algorithm to 6 classic function of the smallest maximum value, to show how the particles are moving.
基于网络最小割计算稠密深度图的全局优化方法
- 一种基于最小割的稠密视差图恢复算法 摘要:针对经典最小割算法计算量大和适应性不足的问题,提出一种改进的基于网络最小割计算稠密深度图的全局优化方法。,Based on the minimum cut of a dense disparity map algorithm to restore
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
min_max_finder_part1
- 最大最小值寻找程序,可以实现自动查找最大值与最小值-min_max_finder
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
2
- 最小费用最大流 C语言编程,运筹学 C语言最小费用最大流-Minimum Cost Flow C language programming, operations research
MaxMinproblem
- 最大最小问题的解决,对于一个简单算法的分析-The maximum and minimum solution to the problem, a simple algorithm for the analysis of
main
- 最大熵方法 最小方差以及MUSIC算法对信号DOA进行估计,分别对相干信源和独立信源进行仿真效果分析-Maximum entropy method and the MUSIC algorithm for minimum variance to estimate the signal DOA, respectively, of coherent sources and independent sources for analysis of simulation results
Fortran中求最大值、最小值、平均数、众数和分布
- Fortran中求最大值、最小值、平均数、众数和分布
自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助
- 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
maxflow-v3.04.src
- 使用能量最小法中的图割法,解决图像分类问题,最大流=最小割(The minimum method of energy in the map cut method to solve the problem of image classification)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
最大最小蚁群算法
- 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been searched, and the probability of bei
基于最大类间方差阈值与遗传算法的道路分割
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu
最大最小蚁群算法求解tsp
- 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)
mmas
- 最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)
mrmr最大相关
- mrmr最大相关最小冗余,matlab源程序