资源列表

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

[matlab例程EstimationSideslipAngle

说明:使用matlab编写的:用神经网络方法来辨识质心侧偏角程序。供大家使用参考。-Prepared using matlab: A neural network method to identify centroid lateral declination procedures. For everyone to use reference.
<张杰> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[数据结构常用算法test

说明:求单源点最短路径算法,对一个途中各个节点和权值的设置,找出从起始点倒终结点的一条最短路径,不能够输出路径
<taolizao> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[数据结构常用算法k_way

说明:K路归并算法,用贪心算法构造霍夫曼树,采用加入虚节点的思想求出最优的归并模式-K Road, merge algorithm, greedy algorithm using Huffman tree constructed using the idea of adding virtual nodes to derive the optimal merging pattern
<taolizao> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[数学计算/工程计算yang

说明:数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
<chen xi> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[matlab例程seismic_display

说明:matlab开发GUI地震数据显示工具,可以作为地震处理人员学习地震处理的起点。matlab是基于矢量运算,而地震剖面就是一个矩阵。用matlab来处理地震数据,用于学习研究地震处理的方方棉面,实在是方便实用。-matlab seismic data show the development of GUI tools can be used as seismic processing, seismic processing to stu
<吴应涛> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[matlab例程uimenu

说明:此代码为GUI程序设计中的uimenu的所有例子,可以让初学者迅速的掌握uimenu的使用方法。-This code for the GUI program design uimenu in all the examples, so that beginners can quickly master the use of uimenu.
<吴应涛> 在 2025-03-05 上传 | 大小:3kb | 下载:0

[人工智能/神经网络/遗传算法Astar-1

说明:A* path planning (path finder) algorithm. 可以嵌入到网页中,程序揭示了算法的本质组成:开放列表和闭合列表-A* path planning (path finder) algorithm. Can be embedded into web pages, the program reveals the essence of the algorithm consists of: open and c
<闫林> 在 2025-03-05 上传 | 大小:3kb | 下载:1

[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-03-05 上传 | 大小:3kb | 下载:0

[matlab例程matlabexprience

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

[数学计算/工程计算ModifyShiftAverageRegress

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

源码中国 www.ymcn.org