资源列表

« 1 2 ... .31 .32 .33 .34 .35 26336.37 .38 .39 .40 .41 ... 28522 »

[数据结构常用算法C++0001

说明:这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
<> 在 2025-03-01 上传 | 大小:8kb | 下载:0

[数据结构常用算法C++0002

说明:这是数据结构算法中的栈的实现的源码。用C++开发。-This is the data structure of the stack algorithm realize the source. With C++ Development.
<> 在 2025-03-01 上传 | 大小:13kb | 下载:0

[数据结构常用算法C++0003

说明:这是数据结构算法中的队列的实现源码。用C++开发。-This is a data structure algorithms realize the source of the queue. With C++ Development.
<> 在 2025-03-01 上传 | 大小:8kb | 下载:0

[数学计算/工程计算RungeKutta

说明:RungeKutta method for nonlinear system dynamic analysis
<唐和生> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[压缩解压Gif_codec

说明:GIF图片解压成RGB格式的程序,可根据需要,转成灰阶或其它格式-GIF images into RGB format decompression procedures can be, converted into gray-scale or other format
<刘飞> 在 2025-03-01 上传 | 大小:8kb | 下载:0

[数学计算/工程计算science_c_code

说明:
<曹超> 在 2025-03-01 上传 | 大小:346kb | 下载:0

[matlab例程FIRDF_design

说明:基于matlab的FIR滤波器最优化设计方法(基于切比雪夫逼近法)-Matlab-based optimization of FIR filter design method (based on Chebyshev approximation method)
<bean> 在 2025-03-01 上传 | 大小:1kb | 下载:0

[数学计算/工程计算CubicMultinomialRegress

说明:一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double foreca
<wangyinghao> 在 2025-03-01 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ExponentRegress

说明:指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算
<wangyinghao> 在 2025-03-01 上传 | 大小:4kb | 下载:0

[数学计算/工程计算HyperbolaRegress

说明:双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(doub
<wangyinghao> 在 2025-03-01 上传 | 大小:4kb | 下载:0

[数学计算/工程计算LogarithmRegress

说明:对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double comput
<wangyinghao> 在 2025-03-01 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ModifyShiftAverageRegress

说明:移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图,如下: public double forecast(int interval) 移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值 public override double[] getTrendArray() 得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
<wangyinghao> 在 2025-03-01 上传 | 大小:3kb | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 26336.37 .38 .39 .40 .41 ... 28522 »

源码中国 www.ymcn.org