搜索资源列表
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
leastsquares
- 最小二乘法的拟合程序,用C语言实现.在压缩包中有具体说明.-least squares fitting procedure in C language. In a compressed specify.
min2_miaow
- 最小二乘法计算器. 我使用C#进行编写得. 很简单,没什么好说的.-least squares method calculators. I use C# in preparing. Very simple, there's nothing more to be said.
NH
- Nh.for 最小二乘曲线拟合-Nh.for Least squares algorithm curve fitting
RLS.rar
- 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用,Recursive least squares method c language program, we can try, in very useful in the automatic control
5555
- 用最小二乘法拟合圆的圆心和半径 源代码-Using least squares fit circle' s center and radius of the source code
jl
- 对数据进行聚类,方便进行下一步的计算,如20个数,分为四类,就会根据其数字特性按照最小二乘进行分类,并计算出质心-Clustering of the data to facilitate the next step of the calculation, such as the number 20 is divided into four categories according to their number of properties will be classified according
print
- 编写一个程序可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。所谓指定位置是指图形离左边屏幕最近字符与左屏幕边界的距离字符数。(注意,由于字符大小和间隔的原因,字符组成的正方形图案可能并不标准)。-Write a program that allows users to choose to print out the specified location of different graphics, such a
zuixiaoerchengfa
- 本资料是数学上求最小二乘法的计算公式。里面是用C++编写的可以运行的程序。可以帮助大家避免复杂的数学运算,同时了解C++的运用。-This information is seeking least squares mathematical formula. Which is written in C++ programs can run. Can help you avoid the complicated mathematics, while understanding the use of
Wpf20090923
- WPF动画演示,九宫图动画,缩紧条的制作-WPF animation, Magical Squares animation, tightening the production of articles
LandMine
- 本软件命名为“布雷”,是一种简化的扫雷小软件,实现功能如下:在一个10*10的方格中,随机分布10个地雷,并在其它没有地雷的格中显示该方格周围相邻的方格中共有几枚地雷。-This software named "Blake," is a kind of simplified demining small software, functions as follows: in a 10* 10 square, random distribution in the mines, and ten in
aproksymacja
- Least-squares approximation method in C#
Reflex
- This an easy reflex game, I made for college class. You have 30 seconds to click as many times on the glowing squares, as much as you can.-This is an easy reflex game, I made for college class. You have 30 seconds to click as many times on the glowin
Snake
- 蛇的活动区是由57×33个小方格组成,当这些小方格呈现深灰色时,便表示蛇身。蛇是由n个相邻的方格组成,将这些方格的坐标依蛇头到蛇尾的次序放入到一个数组中便代表了蛇身。当蛇在活动区中游动一格时,所对应的的数组操作为,将新的位置坐标插入到数组的头部,同时将数组中最后一个元素删除。 游戏使用四个方向键和A/W/S/D来控制蛇的前进方向,在OnKeyDown()消息处理函数中,根据不同的方向键设置了成员变量m_nDirect的值。当在菜单中选择开始时,启动定时器,游戏开始。在定时器消息处理函数中,根
Orthogonal-polynomial-curve-fitting
- 正交多项式最小二乘曲线拟合c语言程序代码-Orthogonal polynomial least squares curve fitting
Polyfit
- 该程序是基于最小二乘法的多项式拟合,基于.net的c#实现的。该算法是一个类,可直接调用。-The program is based on the method of least squares polynomial fitting, c#. Net-based. The algorithm is a class that can be called directly.
Least-squares-procedure
- 最小二乘拟合是一种数学上的近似和优化,利用已知的数据得出一条直线或者曲线,使之在坐标系上与已知数据之间的距离的平方和最小。本程序能够很好地进行拟合。-Least squares procedure
The-least-squares-fitting
- 最小二乘法平差(least squares method)是在残差向量V和权矩阵P满足Vl’PV为最小的条件下,求取测量值和参数的最佳估值,并进行精度估计的理论和方法。-The least squares fitting
Least-Squares
- 利用C语言编程环境来编写探索最小二乘法,程序简单,明了。-The use of C language programming environment to write explore least squares method, the procedure is simple and straightforward.