-
编码电机PID调速
资源描述编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速编码电机PID调速
- 2022-12-19 09:20:04下载
- 积分:1
-
数值分析中的连分式求积问题,含输入输出界面。
数值分析中的连分式求积问题,含输入输出界面。-Numerical analysis of continued fractions quadrature problems, with input and output interface.
- 2022-02-13 11:58:39下载
- 积分:1
-
判断回文数
这个程序是利用java语言编写的一个小程序,使用eclipse平台。运行该程序后在输入栏里输入一串数字,按下回车键会告诉你这是否是一个回文数。同时该程序的特点在于可以忽略这串数字的中的符号,如《》、/&等各种符号,单单检查数字是否回文
- 2022-07-06 12:42:02下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
Towers of Hanoi
河内塔算法的应用。
- 2022-01-24 18:47:57下载
- 积分:1
-
龙格库塔求解导弹微分方程
利用四阶龙格库塔法求解导弹微分方程。龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 05:16:34下载
- 积分:1
-
cc1100send-and-receive
P1DIR |= 0x03; //P1_0, p1_1, OUTPUT
CLKCON &= ~0x40; //晶振
while(!(SLEEP & 0x40)); //等待晶振稳定
CLKCON &= ~0x47; //TICHSPD128分频,CLKSPD不分频
SLEEP |= 0x04; //关闭不用的RC振荡器
//Initkey();
Init_T1();
InitUART(9600); //初始化串口
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 14:42:43下载
- 积分:1
-
这是复数的加减法运算源代码.使用C++在VC环境中实现.
这是复数的加减法运算源代码.使用C++在VC环境中实现.-This is the plural of addition and subtraction operations source. The use of C in the VC environment to achieve.
- 2022-01-26 01:24:52下载
- 积分:1
-
螺旋矩阵的生成,vc6.0
螺旋矩阵的生成,vc6.0
螺旋矩阵的生成,vc6.0
螺旋矩阵的生成,vc6.0-spiral matrix generation, vc6.0 spiral matrix generation, vc6.0
- 2022-04-29 22:42:51下载
- 积分: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