资源列表

« 1 2 ... .51 .52 .53 .54 .55 19056.57 .58 .59 .60 .61 ... 28522 »

[matlab例程single-location

说明:我写的一个地震单台定位的程序,可以输入初至和P波和S波的到时差就可以计算出震中,然后输入台站的经纬度就可以得到震中的经纬度-I wrote a single earthquake location procedures, may enter the beginning to and P-wave and S wave to the time difference can be calculated on the epicenter, a
<wuqiong> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[matlab例程matlabexprience

说明:matlab exprience,M文件,实验代码-matlab exprience, M files, experiment code
<caibaihui> 在 2025-05-24 上传 | 大小:3kb | 下载: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-05-24 上传 | 大小:3kb | 下载: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-05-24 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ModifyShiftAverageRegress

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

[数值算法/人工智能MARMACH

说明:用Cholesky分解求ARMA模型的参数并作谱估计。-Using Cholesky decomposition for ARMA model parameters and for spectral estimation.
<张华> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[数值算法/人工智能MDEFIR1

说明:利用窗函数法设计FIR滤波器,给出其抽样响应 。程序中调用了子程序mwindow-Using window function design FIR filter, given in response to its sample. Procedure calls the subroutine mwindow
<张华> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[matlab例程annexamples

说明:实现wf功能,matlab源程序-Wf realize functions, matlab source
<matlab> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法PS2Key

说明:SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | --------------------------------------------------| |DB0-----P0.0 | DB4-----P0.4 |
<linyuande> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法TSP_ACO

说明:用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!-Using Ant Colony Algorithm for TSP (traveling salesman) problems, in accordance with the format requested TSP.m input process parameters to run!
<王元> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[matlab例程GAProblem

说明:用遗传算法求解函数极值,直接在matlab中运行即可。 -Using genetic algorithm function extremum, directly in matlab can run.
<王元> 在 2025-05-24 上传 | 大小:3kb | 下载:0

[matlab例程DynamicsNumericalMethods

说明:动力学教程中的数值方法,包括中心差分法,newmark法,wilson法-Tutorial dynamics of numerical methods, including the central difference method, newmark Act, wilson Law
<ajax> 在 2025-05-24 上传 | 大小:3kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 19056.57 .58 .59 .60 .61 ... 28522 »

源码中国 www.ymcn.org