搜索资源列表
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
Pseudo
- This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
cad
- 读取ato-cad的dxf格式的文件得到图中的点、直线、圆、椭圆、圆弧数并改变颜色然后生成新文件-Ato-cad to read the dxf file to be the point chart, line, round, oval, arc few and change color and then create a new document
DrawCircle
- 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
4_hough
- 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
roundsimul
- 拥有四条通路的转盘路口排队模型模拟。相邻路口的弧形段假设为一容量有限的队列。到达为泊松分布,不考虑车长的堵塞影响-Four channels have lined up at the junction of the turntable model. Paragraph of the arc adjacent to the junction is assumed to be a queue with limited capacity. The reach follow the Poisson d
09
- 基于Matlab神经网络工具箱的电弧焊工艺参数优化-Based on Matlab neural network toolbox of electric arc welding process parameters optimization
HoughObject
- Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
cordic_atan
- 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
9780596516215
- matlab Coastal Land Use/Land Cover maps and Coastal Regulation Zone map on 1:25,000 and 1:50,000 scales derived from satellite data were collected from State Coastal Zone Management Authorities and enlarged into 1:12,500 scale. The georeferenced maps
arc.m
- Function to plot an arc in matlab
matlab-import-dxf
- 用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角-the scr ipt can offer start angle and end angle of an arc,which are unable to access in an earlier scr ipt dxf2coord_20.m 。
MATLAB
- Complete shape recognition program to recognise a shape as line or arc
ARC
- 最强大的matlab计算界约束优化问题,欢迎大家下载-The most powerful matlab calculation bound constrained optimization problems, welcome everyone to download
Matlab Electric Arc Model (1)
- electric model discharg
EAFModel
- arc model how farr is it from
duanluqi
- 断路器模型及其仿真,带电弧模型,微分方程求解(Circuit breaker model and its simulation, the charged arc model, differential equations)
ARC_LENGTH
- arc length method is an path follwing method.this code use matlab
amb
- Maltab 电弧仿真库使用说明,多种电弧数学模型(ArcModel Blockset for use with MATLAB Simulink and Power System Blockset)
Matlab插补、数控车床程序
- 利用MATLAB实现数控车床逆圆弧插补和直线插补(Using MATLAB to Realize Inverse Arc Interpolation and Linear Interpolation of NC Lathe)