-
函数最小的遗传算法
经典算法应用: 遗传算法求函数最小的例子-Genetic algorithm for the smallest example of function
- 2023-06-28 14:50:03下载
- 积分:1
-
一个马尔可夫模型的源码
一个马尔可夫模型的源码-a Markov model of the source
- 2022-02-10 05:53:35下载
- 积分:1
-
The GNU MP Bignum Library,非常好用的大数运算库,GMP is a free library for arbitrary precisi...
The GNU MP Bignum Library,非常好用的大数运算库,GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
-The GNU MP Bignum Library, very easy to use large numbers of computing library, GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
- 2022-03-22 20:47:19下载
- 积分:1
-
kmeans 算法源程序
资源描述kmenas算法首先选择K个初始质心,其中K是用户指定的参数,即所期望的簇的个数。这样做的前提是我们已经知道数据集中包含多少个簇,但很多情况下,我们并不知道数据的分布情况,实际上聚类就是我们发现数据分布的一种手段
- 2022-07-23 16:36:16下载
- 积分:1
-
is "commonly used computer numerical algorithms and procedures C version,&q...
是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2023-03-01 22:00:04下载
- 积分:1
-
矩阵乘法并行计算
矩阵乘法并行计算canon算法实现,用MPI做消息传送,能够快速实现多维矩阵的乘法运算
- 2023-07-15 22:10:03下载
- 积分:1
-
manual selection of color samples in an image
manual selection of color samples in an image
- 2022-07-10 17:08:10下载
- 积分:1
-
通用图灵机
应用背景通用图灵机是计算机的基础,曾获诺贝尔奖关键技术利用C语言模拟通用图灵机,通过不断地动态开辟来发现通用图灵机规律
- 2022-02-02 11:56:45下载
- 积分:1
-
基于C的贪吃蛇
基于C的贪吃蛇小游戏初始化蛇的图形后,用死循环使游戏进行,每次循环都检测键盘输入,如果有输入,则根据键盘的有效输入和to()改变蛇的下一步方向,否则让蛇以当前方向移动,每次移动需要使用showsnack()函数重新画出蛇,并判断游戏是否结束,还要循环更新时间、分数等信息,当函数返回0时,游戏程序退出。
- 2022-04-29 13:06:30下载
- 积分:1
-
LZW图片压缩算法
字符串和编码的对应关系是在压缩过程中动态生成的,并且隐含在压缩数据中,解压的时候根据表来进行恢复,算是一种无损压缩.
根据 Lempel-Ziv-Welch Encoding ,简称 LZW 的压缩算法,用任何一种语言来实现它.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-06-01 05:25:33下载
- 积分:1