搜索资源列表
牛顿插值的差商迭代算法
- 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
matlab实现的lucas-kanade光流迭代算法
- matlab实现的lucas-kanade光流迭代算法
混沌与非线性里面的logistic跌代算法
- 混沌与非线性里面的logistic跌代算法 详细阐述了如何迭代,以及如何画出迭代走势图
Recursion
- 快速DCT变换 迭代算法- Fast DCT transformation iteration algorithm
牛顿插值的差商迭代算法
- 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
newton chazhi
- 牛顿插值的差商迭代算法-Newton interpolation algorithm to poor
jacobi迭代
- 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
雅可比C++
- 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
图像分割迭代、峰谷、半阈值算法的vc代码
- 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm- trough, semi-threshold algorithm vc code
Seide_ustbl
- 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Seide迭代算法-Seide iterative algorithm with C language
软件《牛顿法解方程之混沌情况1.32》VC++版源代码
- 软件《牛顿法解方程之混沌情况1.32》VC++版源代码,迭代算法压缩图象以及生成各种分形图案-software "Newton equation solution of 1.32 Chaos" VC version of the source code, iterative algorithm compresses images and generates various fractal patterns
Gs_Seidel
- 该程序为经典的Gauss迭代算法!!!!欢迎大家下载学习-procedures for the classic Gauss iterative algorithm! ! ! ! You are welcome to download learning
chcapacity2
- 信道容量迭代算法用C++ 通过给定的信道转移矩阵-channel capacity iterative algorithm C through to the transfer matrix Channel
CoolScreenSaver
- 这是一个小巧并令你惊讶的屏幕保护程序,不过这个迭代算法不是我弄出来的,我可没这么厉害.-This is a compact and surprise your screen saver, but this algorithm is not my get out of the I can not be so powerful.
LMSE-HoKashyap
- 最小平方误差(LMSE)算法实现,可训练的确定性分类器的迭代算法。用于对训练一个向量,使得向量与给定矩阵的乘积的结果向量足够小。-least square error (LMSE) algorithm can be trained classifier uncertainty iterative algorithm. For a pair of training vectors, making vector and matrix giv
gaijinyuzhifenge
- 采用迭代算法,实现了图象分割阈值的最优自动选择,并对处理后的二值图象进行数学形态学操作,是后续图象识别最关键的以一环-using the iterative method, the image segmentation optimal threshold value of the automatic choice, as well as treatment, the two binary images using mathematica
t2_5
- 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating
chcap1
- % 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %- C
迭代算法
- 几种常用的迭代算法,总结了一下,希望可以帮助到大家(Several commonly used iterative algorithms, summed up, hope to help everyone)
Gauss-Seidel迭代算法(后面有与Jacobi法比较)
- 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)