-
science and engineering numerical algorithm (Visual C version) is a matrix of go...
科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
- 2022-11-18 11:20:04下载
- 积分:1
-
数据挖掘算法
C4.5算法是机器学习算法中的一种分类决策树算法,其核心算法是ID3算法. C4.5算法继承了ID3算法的优点,并在以下几方面对ID3算法进行了改进:
1) 用信息增益率来选择属性,克服了用信息增益选择属性时偏向选择取值多的属性的不足;
2) 在树构造过程中进行剪枝;
3) 能够完成对连续属性的离散化处理;
4) 能够对不完整数据进行处理。
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。
- 2023-05-13 18:00:02下载
- 积分:1
-
Java 随机化算法求PI
通过随机化算法来求PI的值,在本代码中,(硬币)投的次数越多,PI的值越精确。里面有详细的说明
- 2022-02-14 00:42:01下载
- 积分:1
-
数值型货币的大写转换1(未完待续)
数值型货币的大写转换1(未完待续)-numerical monetary capital of a conversion (to be continued)
- 2022-01-25 16:28:00下载
- 积分:1
-
use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
- 2023-02-05 04:00:03下载
- 积分:1
-
Maslen_Method
该代码已应用于航空航天领域。重新进入大气层的物体会产生冲击波。
- 2022-06-16 03:52:02下载
- 积分:1
-
树AVL C语言
在计算机科学中,二叉树 (阿德尔森 Velskii 和 Landis" 树,发明者的名字命名) 是一个自平衡的二叉查找树。它是第一个被发明这种数据结构。[1] 在 AVL 树的两个孩子的任何节点的子树的高度不同最多之一 ;如果在任何时候他们相差不止一个,再平衡是为了还原此属性。查找、 插入和删除在平均和最坏情况下,所有的猛男 (logn) 时间,其中 n 是在手术前树中节点的数目。插入和删除可能需要树来重新平衡由一个或多个树轮换。
- 2022-03-19 19:53:37下载
- 积分:1
-
some example which explain kalman clearly,if you know little about kalman,it wil...
some example which explain kalman clearly,if you know little about kalman,it will be good choice.
- 2023-05-25 16:25:03下载
- 积分:1
-
a number of procedures, pyramid schemes and from matches, such as the N
有多个程序, 传销, 取火柴, 二的N次方等-a number of procedures, pyramid schemes and from matches, such as the N-th
- 2022-05-08 21:05:46下载
- 积分:1
-
小游戏“神奇翻转”
也称“点灯游戏”。9×9的矩阵中,每选择一个元素,它与其上下左右共5个元素都会由1变为0、或是由0变为1。将所有元素变为1则胜利。本源码使用命令行界面实现这一功能,一方面支持用户手动操作游玩,另一方面给出了算法来自动解决这一问题。
- 2023-05-20 19:20:03下载
- 积分:1