-
多项式拟合 demo
1、把x,y数据复制在txt文件
2、输入拟合阶数
3、点击拟合
- 2023-08-07 19:15:03下载
- 积分:1
-
给定一个年月日日期,计算是星期几
给定一个年月日日期,计算是星期几-Calculate the relate weekday when the year,month,day values are given
- 2022-12-26 10:15:03下载
- 积分:1
-
最优化问题:变尺度算法求最多元非线性函数的最值问题
最优化问题:变尺度算法求最多元非线性函数的最值问题-optimization problem : Changing the scaling algorithm for the nonlinear function of the value problems
- 2023-01-11 00:15:03下载
- 积分:1
-
逐点比较法直线插补算法
逐点比较法直线插补c语言程序.doc
运动 控 制 技术是现代自动控制技术的一个重要分支,它在工业生
产中发挥着越来越重要的作用。近些年来,随着微电子技术和电力电
子技术的飞速发展,运动控制系统正朝着通用化、智能化、微型化的
方向发展。以开放式运动控制结构为代表的运动控制技术将成为今后
运动控制技术发展的主流。
- 2023-08-17 01:45:02下载
- 积分:1
-
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误...
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible with a straight line to the point of the expression of a number of trends, of course, a straight line through all the points is the best, but often there is a margin of error, Therefore, a straight line fitting the requirements of the smallest error. established for these points (x1, y1), (x2, y2 )....( xn, yn). fitting straight line y = kx+ b.
- 2022-08-05 10:47:25下载
- 积分:1
-
POJ上的一些题目的题解
POJ上的题目,数量不多,有出错的代码;文件名都可以看懂;每个文件夹里面为一道题目,里面有错误的代码,出错信息 运行时间都在文件名上;
- 2022-08-15 22:14:20下载
- 积分:1
-
crc数据校验算法
crc数据校验算法-crc data check algorithm
- 2022-04-16 20:38:29下载
- 积分:1
-
拉格朗日插值的MATLAB
MatLab的拉格朗日插值法-MatLab Lagrange interpolation
- 2022-03-03 04:31:00下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1
-
字母数字简写展开(例:a~d => abcd)
资源描述
输入一个字符串,将字母和数字 简写形式展开(例:a~d => abcd)
例如输入:hello a~d world 1~9 ok
输出:hello abcd world 123456789 ok
- 2022-07-14 14:13:45下载
- 积分:1