-
牛顿插值方法的计算机实现程序
牛顿插值方法的计算机实现程序-Newton interpolation method of computer procedures
- 2023-01-09 17:30:03下载
- 积分:1
-
One on the Fourier transform of the program, you can read text from your desktop
一个关于傅里叶变换的程序,可以从桌面读入文本-One on the Fourier transform of the program, you can read text from your desktop
- 2022-06-12 11:06:47下载
- 积分:1
-
大整数阶乘
课题内容和要求
1、系统的基本功能及要求
(1)写一个类BigInteger,并有如下成员函数operator+/ operator-/ operator*/ operator,即整数的四则运算并重载运算符。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-05 00:46:46下载
- 积分:1
-
Enigma密码算法实现的清晰的语言原则…
密码学中 enigma算法的 c语言实现
原理清晰-Enigma cryptography algorithm implementation of the principles of clear language c
- 2022-08-03 13:35:20下载
- 积分:1
-
0-1背包问题算法代码
0-1背包问题算法代码
- 2022-06-28 17:49:18下载
- 积分:1
-
高斯赛德尔逆矩阵算法类
高斯赛德尔逆矩阵算法类-high Shisaideer inverse matrix algorithm category
- 2022-03-02 18:55:12下载
- 积分:1
-
本代码是C语言实现的CRC循环校验具体算法
本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
- 2022-11-18 05:00:03下载
- 积分:1
-
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。...
人脸识别的最基本的算法PCA,主要是描述了特征值法的基本原理,内容很详细。-Most basic algorithm for PCA Face RecognitionFace recognition algorithm is the most basic PCA, mainly describes the basic principles of characteristic value method, content, very detailed.
- 2022-08-09 13:29:19下载
- 积分:1
-
VB6 WIImote头部跟踪
VB6代码:- 光四德尔斯的Wiimote的的。阅读操作X,4个IR的y轴坐标中。- 请参阅红外的一个图片框的大小不同的十字架取决于距离。玩得开心。 对不起,我的一个法国人的英语不好; O)
- 2022-03-12 07:03:36下载
- 积分:1
-
天气决策树源代码
用Information
Gain构造决策树的方法。
计算各分支的熵
“晴”的分支含2个正例3个反例,所需期望信息量为:
M(天况为晴)=-2/5 * log2 (2/5)-3/5 * log2 (3/5)
= 0. 971 bits
“多云”的分支,含4个正例0个反例:
M(天况为多云)=0
“雨”的分支,含3个正例2个反例:
M(天况为雨)=-3/5 * log2 (3/5)-2/5 * log2 (2/5)
- 2023-03-06 04:15:04下载
- 积分:1