-
pid温度控制
应用背景
可以应用在恒温箱温度控制;
水位控制;
以及需要进行PID调节控制的场合;
关键技术改程序主要用于在恒温控制,使用PID算法进行控制,控制精度高。有需要的童鞋可以下载,用在其他控制上可以对着修改即可实现。
- 2023-09-02 17:30:03下载
- 积分:1
-
非恒定渗流计算程序(包括数值解和解析解的程序fortran语言)...
非恒定渗流计算程序(包括数值解和解析解的程序fortran语言)-unsteady flow calculation procedures (including numerical solution of the analytical solutions and procedures FORTRAN language)
- 2022-12-08 11:05:03下载
- 积分:1
-
一个n元编码
一个n元编码-A n-coding
- 2022-01-31 09:45:23下载
- 积分:1
-
simple source code for those who interested in programming
simple source code for those who interested in programming
- 2023-06-25 04:15:03下载
- 积分:1
-
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方...
判断随机数,用于随机读取数据的时候,是初级源代码,可以修改用于其他地方-Determine the random numbers for random read data, it is the primary source code, can be modified for other places
- 2022-01-30 22:01:58下载
- 积分:1
-
生成最小生成树
最小生成树算法,将节点 构成的图转换为最小生成树。可用于计算某个节点到另外一些节点的最短距离
- 2022-02-06 01:48:41下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
- 2022-01-26 07:28:21下载
- 积分:1
-
基于改进LANDMARC算法的RF I D室内定位系统研究与 实现
资源描述:在物联网技术飞速发展的今天,人们对位置信息的需求越来越
高,定位服务和系统也受到越来越多的关注。全球定位系统GPS已
经广泛应用到我们的生活当中,由蜂窝网络辅助的GPS定位精度已
经可以达到10米,解决了大众生活较多领域位置确定的实际问题。
但是,GPS定位方式仅局限于室外情况。近年来,人们提出了基于红
外线、无线传感器、超宽带、射频技术RFID的室内定位技术研究。
尤其是RFID技术,凭借其非视距、非接触、高精度、延迟短、传输
范围大且成本相对较低的优点成为室内定位技术的主要选择。
- 2022-10-02 16:00:07下载
- 积分:1
-
一维线性回归,文件不大,里边有头文件和另外一个相关文件。
一维线性回归,文件不大,里边有头文件和另外一个相关文件。-one-dimensional linear regression, not paper, along with header files and documents related to one another.
- 2022-10-04 23:10:03下载
- 积分:1
-
thomas算法
thomas算法用来计算方程AT=r,T和r为列向量,A为三对角阵,仅在三个对角线上有非零元素,算法需要向前
和向后扫描方程两次 。
- 2022-11-26 13:45:03下载
- 积分:1