-
ID3决策树matlab源码
这个是使用Matlab实现ID3决策树的源代码,注释的非常清楚。选择了三组数据。非常容易懂。
- 2022-03-07 11:10:10下载
- 积分:1
-
近似PI使用蒙特卡罗方法
;近似PI使用蒙特卡罗方法。的例子是基于一个均匀分布的假设。
- 2023-06-12 03:15:03下载
- 积分:1
-
地震勘探频率-波数域波动方程正演相移加插值法正演程序
资源描述地震勘探中,频率-波数域PSPI波动方程正演模拟C语言程序,适合与初学正演的人,其在相移法的基础上利用插值提高了算法精度,同时相比时域有限差分运算更快,但仍然不能适应横向速度变化过大的速度模型。
- 2023-04-21 18:30:03下载
- 积分:1
-
模拟植物生长算法的分形树源程序
模拟植物生长算法的分形树源程序,根据迭代次数的不同获得一株完整的植物生长图,对其具体的参数进行修改可以做一些人工智能方面的优化
- 2022-07-18 00:27:02下载
- 积分:1
-
用c++实现的单原点最短路径
用c++实现的单原点最短路径-used to achieve a single source shortest path
- 2023-07-23 21:25:03下载
- 积分:1
-
神经网络
本代码实现如何反向传播算法 works.it 将生成关系图,它会告诉准确的预测和实际的输出结果。
- 2022-08-10 12:08:51下载
- 积分:1
-
波峰值频率
项目包括一个测试实施的Goertzel算法频率的认可。说明:给出的主导间距为给定的选择视觉逼近。你可以得到相当准确的读数清洁或中档合成的信号,但仍可能会遇到不准确的较低的低音频率或更复杂的信号。包括一个可调节的滚动条来估计一波剪辑的平均节奏。选择样本的足够数目(约2000至4000)。首选的.wav格式为16位,44100千赫,单声道/立体声。
- 2022-05-31 17:39:38下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
三节点有限元程序
二维三节点有限元计算程序
输入单元及节点信息,计算结构位移。最大单元数5000,最大节点数2000,能够处理集中力、体积力、已知位移等荷载。
采用迭代、回代算法计算线性方程组。能够生成节点的位移、应力及应变值,应力包括个应力分量及主应力值和主应力方向
- 2022-05-18 22:06:35下载
- 积分:1
-
快速排序,时间和迭代
资源描述快速排序的C + +,20000种元素(如果你想的话你可以改变)与时间和迭代次数显示
- 2022-02-03 00:26:52下载
- 积分:1