搜索资源列表
图像处理中 各种阈值分割的基本算法的实现
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
GT.rar
- 利用博弈论进行功率控制分析,利用迭代实现纳什均衡,Use game theory to power control analysis, the use of iteration to achieve Nash equilibrium
Newtoniterate
- 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation-Numerical calculati
NEWTON
- 利用牛顿迭代法解非线性方程,这是其matlab程序-Using Newton iteration solution of nonlinear equations, which are its matlab program
EM
- 提供迭代算法的matlab实现以及c的实现-iteration
BICMID
- A convolutional code followed by bit-interleaved coded modulation with iterative decoding performance of the use of iteration in decoding
Matlab
- 矩正实验室的源代码,包括牛顿迭代法 拉格朗日法 和其他的经典算法-Moment is the laboratory s source code, including the Newton iteration Lagrangian and other classical algorithm
Matlab-Newton
- 一、 实验目的 在计算机上用迭代法求非线性方程地f(x)=0的根。 二、 实验平台 操作系统:Microsoft Windows Vista SP1 数学软件:Matlab7.0.0.19920(R14) -First, the experiment was on the computer using iteration method to nonlinear equations f (x) = 0 root. Second, experimental platform
MATLAB
- 数值分析的实验程序,实现了牛顿迭代、样条差值等三种差值等数值分析方法的仿真。-Numerical Analysis of the experimental procedure, the realization of the Newton iteration, the margin three-spline difference numerical analysis methods such as simulation.
matlab-upload
- 雅可比迭代法解方程 高斯法解方程 查值法曲线拟和 2-9次方曲线拟和-Jacobi Iteration Method Solution of Equation of Gauss equation curve fitting method investigations and 2-9 power curve fitting and
Useful_matlab_codes
- The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on
G_S
- Gauss-seidel迭代与两种Jacobi迭代的matlab实现-Gauss-seidel iterative realization of the matlab
fixed_point
- Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the eq
secant
- In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if
Matlab
- Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
Newton_bisect_iteration
- matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
iteration
- 本程序实现了利用Matlab为平台,对图像进行迭代分割。文件为.m文件的形式。程序输入为string格式的图像文件名。注:建议输入灰度图像进行处理,可用压缩包中的图像文件实验。(This procedure implements the use of Matlab as a platform for iterative image segmentation. The file is in the form of an.M file. The program enters an image fil
微震震源定位方法的MATLAB程序
- 介绍了线性定位法、Geiger定位法的原理,附有MATLAB源码(Introduced the linear positioning method, Geiger positioning method and Newton iteration method to achieve the principle, with MATLAB source code)
matlab超级实用程序100例
- 用于各类画图,数据显示,插值计算、迭代,数据处理、界面设计等等,超级实用(For various types of drawing, data display, interpolation calculation, iteration, data processing, interface design, and so on, super practical)