-
gauss-seidel
The Gauss-Seidel technique is intuitive and easy to use on large or small problems. However,
you should beware that the convergence tolerance must be carefully selected. Because the
convergence criterion is based on the error between iterations, the same convergence criteria may
lead to very different results. The direct solution technique presented in Section 2.6.2 is
generally preferred over an iterative technique like Gauss-Seidel iteration if a tool such as
MATLAB that provides a computationally efficient means of solving sparse matrices is
available.
- 2012-05-10 21:31:35下载
- 积分:1
-
Jacobi
用Jacobi叠待法解线性方程组
function Jacobi(A,b,n,x0,e,N)(Jacobi method to be stacked with solving linear equations function Jacobi (A, b, n, x0, e, N))
- 2007-11-13 15:29:36下载
- 积分:1
-
slblocks
自己创建simulink库的时候所需要的文件,值得参考(Simulink library to create their own when the required documentation, it is also useful)
- 2009-05-29 10:25:33下载
- 积分:1
-
doolittle
这个程序是将系数矩阵进行杜利特尔分解,并求解线性方程组的通用程序(This program is the coefficient matrix Doolittle decomposition and solving linear equations of the general program)
- 2010-12-29 00:14:52下载
- 积分:1
-
PAM-modulation
说明: PAM调制,实现模拟信号的数字抽样,能够启发matlab初学者的编程(PAM modulation, realize simulation signal digital sampling
)
- 2011-04-08 08:47:00下载
- 积分:1
-
eg11-youhuajisuan
《MATLAB神经网络30个案例分析》中的第11个例子,案例11 连续Hopfield神经网络的优化-旅行商问题优化计算。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 11 examples, case 11 continuous Hopfield neural network optimization- traveling salesman problem optimization calculation. Hope to have certain help to everybody!
)
- 2013-09-20 16:07:17下载
- 积分:1
-
1231
MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作(MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
)
- 2013-04-30 00:37:32下载
- 积分:1
-
steffenson
Steffensen迭代法求非线性方程的根,和Steffensen加速迭代法求非线性方程的根做对比的例程,有详细中文注释。(Steffensen iteration method for the nonlinear equations of the root, and Steffensen iteration method for the nonlinear equations to accelerate root to do comparison routine, detailed notes in Chinese.)
- 2011-12-27 21:59:57下载
- 积分:1
-
chouhaochange
适用于本人开发的抽号器WindowsFormsAppkication.rar。
可以运行后在in.txt中第一行输入总人名数,之后从第二行开始,每一行输入一个人名。之后运行程序(eze等同于exe),会生成Form1.cs,用记事本打开后复制到原Form1.cs进行替换。可以应对多种情况。(I developed suitable for pumping number is WindowsFormsAppkication.rar. After the run in the first row in.txt enter the total number of names, and then start from the second row, enter a name for each row. After running the program (eze equivalent exe), will generate Form1.cs, copy after use Notepad to open Form1.cs to replace the original. You can respond to a variety of situations.)
- 2014-01-14 16:03:20下载
- 积分:1
-
Motion-Detection
智能交通系统中的视频中的行走人体的检测与跟踪,(Motion detection and human body tracking)
- 2012-05-11 10:41:25下载
- 积分:1