搜索资源列表
the_ th
- 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all po
sanyuan
- 三元一次方程组计算器——输入参数,参数间用“,”割开,即刻得到结果。-ternary linear equation group calculator -- input parameters, the parameters "," slit and receive immediate results.
xianxingfangchengzu
- 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助-This is a linear equation solving example, we see, and I hope to help you learn
ConsoleJava
- DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
DotMatrix
- DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
class_code
- 求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-solving linear programming problems in a linear equation group inequalities or the condition of a linear function for the most value problem.
LLXTWO
- 大学时做的数据库实验,计算一个二元一次方程,只求实数解-universities do experimental database to calculate a binary linear equation, the only realistic Solution
highflybird-solve
- autolisp编写的解决一元线性方程的程序,用了3种方法。-autolisp prepared solve a linear equation procedures used three methods.
MIMO_Equlaization
- MIMO系统的典型zf均衡器的算法C++实现。brief ZF Equalizer, i.e. Matrix inversion and multiplication block, i.e. the solution of a linear equation system.
jisuanqi
- 可实现三元一次方程组的计算-The calculation of ternary linear equation can be realized
linerprogram
- 线性规划算法的实现,采用的是单纯型算法,输入方程和变量个数任意-Linear programming algorithm using the simplex algorithm, enter the equation and variable number of arbitrary
linearequation
- 线性方程组的求解,阶数不定,需要文件输入系数矩阵和右端向量-linear equation solution
SixEquation
- N元一次方程组求解比较难,本程序利用高斯公式求解六元一次方程组,测试通过-N-linear equation group to solve more difficult, the procedure using the Gaussian formula to solve six-linear equation group, the test
feixxfchqiujie
- 各种非线性方程及方程组求解算法,如对分法、牛顿法、QR法等,VC6.0-A variety of non-linear equation and equations algorithm, such as sub-method, Newton' s method, QR law, VC6.0
CSharpAlgorithm
- CSharp编的算法集合,有各种插值,积分方法、复数计算、线性方程求解等。并定义了几种插值数据输入格式-CSharp compiled a collection of algorithms, there are a variety of interpolation, integration method, complex calculation, the linear equation and so on. And defines several interpolation data input
proj_yyecfc
- 小学生用的一元一次方程 仅供参考 VE下的 新手实在-Elementary-dollar linear equation is for reference only VE is under the novice
fczsrc
- VB解方程组,可以解二元一次方程组,三元一次方程组。-VB solutions of equations, can solve the dual linear equation group, ternary linear equation group.
21
- 用C语言编写多元线性回归方程,写得不好的地方请指教!-Using C language multiple linear regression equation, where poorly written, please advice!
cSharp-linear-equation
- 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
3x4-Lineaire-Equation-system
- A C++ code that solves 3x4 Linear equation systems using the pivot gauss methode.