-
这是一个经典的伪随机数生成程序,特别方便和实用
这是一个经典的伪随机数生成程序,特别方便和实用-This is a classic pseudo-random number generator procedures, particularly convenient and practical
- 2023-02-19 20:35:03下载
- 积分:1
-
zlib压缩源码
ZLIB 数据压缩库
zlib 1.2.5 是一个通用的数据压缩库。所有的代码
线程安全。Zlib 库所使用的数据格式是由 Rfc 描述的。
(评论要求) 1950 年到 1952 年的文件中
http://www.ietf.org/rfc/rfc1950.txt (zlib 格式)、 rfc1951.txt (紧缩格式)
和 rfc1952.txt (gzip 格式)。
压缩库的所有功能都记录在文件 zlib.h
(志愿者写的人的欢迎页面,联系 zlib@gzip.org)。用法示例
- 2022-05-21 06:30:25下载
- 积分:1
-
纯C语言实现的SHA算法
程序可区分大小端模式,将.c中的#define LITTLE_ENDIAN去掉即是大端模式。.c中有具体调用实例和输出函数。
该算法效率极高,可用于商业用途,但请遵守GPL。
- 2022-02-04 09:03:11下载
- 积分:1
-
三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算...
三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算-Cubic spline interpolation function of the specific applications, mainly used in thermistor temperature and resistance of the conversion between
- 2022-05-24 08:42:43下载
- 积分:1
-
2009 ACM世界总决赛的问题集
2009 ACM World Final Problem Set
- 2022-04-25 03:01:42下载
- 积分:1
-
根据地球上两点经纬度(以度分秒为单位),计算其间距离(以米为单位)。...
根据地球上两点经纬度(以度分秒为单位),计算其间距离(以米为单位)。-calculate the distance between two points with latitude and longitude.
- 2022-02-04 02:24:38下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
用于生物医学信号处理的视觉信号处理,胃心电信号…
为用Visual C++编写用于生物医学信号处理,胃电信号心电信号处理的的方法-to use Visual C preparation for biomedical signal processing, stomach ECG signal processing methods
- 2022-08-23 03:55:35下载
- 积分:1
-
pso-svm经典算法
粒子群优化支持向量机算法下载
自己编的 运行速度很快 共享给大家学习 多多交流
只需改一下数据路径就可以直接运行
- 2022-07-17 09:30:16下载
- 积分: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