-
c4.5算法
关于数据挖掘中决策树经典算法的C4.5算法,此算法适用于任何的符合结构的决策问题,此算法用C语言写,里面涉及了C语言的高级用法,对C要精通,才能轻松应对相关代码。代码里也做了较详细的代码注释,方便阅读者使用查看。
- 2022-02-01 01:33:12下载
- 积分:1
-
petriNet model
petriNet model
- 2022-02-13 21:02:05下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
多种编解码的小程序,支持bin<
多种编解码的小程序,支持binhex,binc array,url和utf7即base64-various codecs of small programs to support binlt;- Gt; Hex, binlt;- Gt; C array, url and utf7 that base64
- 2022-05-26 19:29:46下载
- 积分:1
-
迷宫寻路 A*算法
A*算法实现迷宫寻路功能,用启发式函数的编写以及各类启发式函数效果的比较。
- 2022-03-20 20:51:41下载
- 积分:1
-
vc++ commonly used numerical algorithm set: contains: interpolation, integration...
vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码-vc++ commonly used numerical algorithm set: contains: interpolation, integration, approximation, and so commonly used to sort numerical algorithm, which includes both contain code
- 2022-03-25 03:27:17下载
- 积分:1
-
鲍威尔发 好用 正确
是我自己编写的 可以定义了fx 可以通过更改 fx函数 达到通用性很好的效果 自己亲自试验 没有错误 程序没有更改过 直接上传 程序是求解给定区间的最小值的优化 需要输入三个数 是 按照优化设计那本书上的框图编写的
- 2022-03-14 14:47:45下载
- 积分:1
-
坐标转换
可以完成各类坐标之间的大地高斯以及经纬度坐标转换,用户可以通过MFC界面完成坐标的读取、输入,从而获取需要的坐标
- 2022-01-30 23:22:26下载
- 积分:1
-
Lagrangian algorithm implementation
拉格朗日算法的实现-Lagrangian algorithm implementation
- 2023-05-15 03:25:02下载
- 积分:1
-
无线定位算法
本代码做的是无线传感器定位算法,该算法计算精确大大提高了定位精度,减少节点损耗
- 2022-03-23 08:22:22下载
- 积分:1