搜索资源列表
解线性的迭代法
- 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
yuandaimabaogao
- 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
4
- ACM经典算法源码:三对角线追赶法,雅克比迭代-ACM classical algorithm source: to catch up with the three diagonal method, iterative Jacobian
FibIterative
- This is fibonacci code in an iterative method done by c
CPPK-means
- K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
bbbbbbb
- 求一个集合的所有子集,迭代方法实现,非常简单,一看就懂-Find a collection of all subsets, iterative method implementation is very simple to understand at a glance
simple-grad-desend
- 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
iterative
- 利用VC++实现公式的迭代求解方法,计算速度比较快-Using VC++ implementation of the iterative formula method to calculate faster
structures-and-algorithm-analysis
- 数据结构经典问题和算法分析如迭代法、穷举搜索法等-Classic problem in data structures and algorithm analysis, such as iterative, exhaustive search method
Huffman_coding
- 哈弗曼树的构建,迭代法实现对哈弗曼树的遍历及用哈弗曼编码实现简单文件压缩-Hafu Man tree, iterative method Hafu Man tree traversal and Hafu Man coding simple file compression.
cPP
- 求解方程各种方法 迭代法 牛顿迭代 二分法 都有 c++源文件 绝对正确-Solving the equation of a variety of methods iterative method Newton iterative dichotomy has C++ source file is absolutely correct
space-resection
- 摄影测量单像空间后方交会C语言程序,采取读文件方式读入数据,采用间接平差法,将共线方程逐点法化,组成法方程,迭代求解外方位元素。-Photogrammetric space resection programming assignments alone, take the reading of papers read into the data, using indirect adjustment method, the total line of the equation-by-point m
zuisuxiajiang
- 在求解线性方程迭代中的,采用最速下降方法,-Linear equations, iterative solution of the steepest descent method
erchaserch
- c++语言写的二叉法搜索的迭代版,数据结构搜索内容-C++ language write binary method search iterative edition, data structure search content
kechengshejione
- C++实现牛顿迭代法,可以用于求较精确的数值解。-C++ achieve Newton iterative method can be used to find more accurate numerical solution.
Newton-iterative
- 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
FDM-any-accuracy
- 电磁波、声波或地震波等数值模拟中常常会用到有限差分法,但是很多文章都只是泛泛而谈时间2阶,空间4阶等等如何用公式,本文给出了任意阶精度的泰勒展开与迭代公式。-Numerical simulation of electromagnetic, acoustic or seismic waves will often use the finite difference method, but many articles are just generalities time two bands, spa
diedaijiefangchengzu
- 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)