-
此程序为C语言编写的图形操作算法
此程序为C语言编写的图形操作算法-procedure for the C language graphics algorithm
- 2022-02-14 04:21:11下载
- 积分:1
-
fisher算法
fisher分类器Fisher判别法是历史上最早提出的判别方法之一,其基本思想是将n类m维数据集尽可能地投影到一个方向(一条直线),使得类与类之间尽可能分开。从形式上看,该方法就是所谓的一种降维处理方法。
- 2023-05-04 17:25:02下载
- 积分:1
-
pitch shifter
Simulink中的这个高度专业化的块将设置Simulink的配置参数,以正确使用CodeComposer Studio和DSK[3]。在Simulink仿真配置参数中,有必要进行以下更改。
- 2022-01-25 20:10:38下载
- 积分:1
-
MATLAB入门英语
Matlab入门english-Matlab Introduction to english
- 2022-05-16 01:08:24下载
- 积分:1
-
compressed files is common C language function PDF files, a very comprehensive,...
压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
- 2022-06-13 14:26:50下载
- 积分:1
-
SolovayStrassen素性检测算法
Solovay-strassen概率判别法
利用欧拉判别条件
成立不一定为素数,n为合数时成立叫做基b的euler拟素数
基b的euler拟素数一定是基b的拟素数,逆不成立
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-27 14:20:06下载
- 积分:1
-
KMP、BM编码算法实现
KMP、BM算法的自我实现,对学习KMP、BM算法有一定帮助!有助于学习压缩解压缩。详细请看源码!(读文件的形式,并比较两者的性能)
- 2022-08-18 12:52:24下载
- 积分:1
-
凸包的标程,对于备战ACM比赛的对员相当有用哦
凸包的标程,对于备战ACM比赛的对员相当有用哦-Convex hull of the standard process, for preparing for the competition of ACM members Oh very useful
- 2022-01-27 14:13:03下载
- 积分:1
-
MESI协议
源代码采用C++实现多核缓存一致性协议。实现了MESI协议。测试用例使用4个内核运行,输入数据是内存系统上的50个请求。输出是缓存和内存的最终状态。
- 2022-05-21 13:44:41下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. 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 data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1