搜索资源列表
Cpp1
- 利用高斯列主元消去法 计算方程组 可以计算任意N介方程组
Cpp1
- 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relations
Cpp1
- heap sort from one of my howeworks
Cpp1
- 单纯形法解决线性规划问题!!! 有过程!-Simplex method to solve linear programming problems!!! A process!
Cpp1
- 计算定积分的ROMBERG方法,提供给学习计算方法的朋友-ROMBERG definite integral calculation method, calculation methods available to study friends
cpp1
- 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
cpp1
- 通过VC++6.0实现了将字符型的数与整型数相乘,希望大家能熟悉操作界面-Implemented by VC++6.0 and the character of the number of integer multiplication, I hope you familiar interface
Cpp1
- 牛顿迭代的c语言程序,牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛,但是可通过一些方法变成超线性收敛。另外该方法广泛用于计算机编程中。 -Newton iteration c language program, Newton' s law is an important way to find one root of the equation, its greatest advantag
Cpp1
- 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的。-Runge- Kutta (Runge-Kutta) method is widely used in engineering high-precision single-step algorithm. Because this algorithm is high precision, to take measur
Cpp1
- 稀疏矩阵,实现转置利用三元组顺序表存储稀疏矩阵,实现其转置-Sparse matrix transpose using triples to achieve the order table stores sparse matrices, to achieve its transpose
Cpp1
- 实现100位大数的加减操作,包括正负号的运算-Addition and subtraction of large numbers to achieve 100 operations, including arithmetic sign
Cpp1
- 简单计算器的设计,实现加减乘除和括号的操作,包含正负数小数-Simple calculator design, implementation, operation of addition, subtraction, and parentheses, include positive and negative numbers decimals
Cpp1
- 输入一段数据,实现哈弗曼树的生成,并输出哈弗曼编码。-Enter a data to achieve Huffman tree generation, and outputs the Huffman coded.
Cpp1
- 输入指定个数的数据,对其进行快速排序,然后输入一个数据,在排序好序的数组中找到其位置。-Enter the specified number of data, its quick sort, and then enter a data sorted in order to find its place in the array.
Cpp1
- 大数据乘法,输入两个整数,正负均可,输出结果。-Big Data multiplier, input two integers, either positive or negative, the output result.
Cpp1
- 本代码是神经网络模型与学习算法(bp算法)的c++程序-bp algorithm
Cpp1
- 采用带双步位移的QR方法,求解矩阵的全部特征值。-By using QR method with double step displacement, solving all the eigenvalues of the matrix.
Cpp1
- 采用Newton迭代法求解非线性方程组,并用乘积型最小二乘法进行曲面拟合。-Newton iterative method is used to solve nonlinear equations, and curved surface fitting with the product type method of least squares.
Cpp1
- 利用最小二乘法拟合多项式的算法,该算法适用于将任意一组数据拟合成任意次数的多项式-By least squares polynomial algorithm, which applies to any number of times to synthesize a set of data prepared by an arbitrary polynomial