-
利用遗传算法进行阈值分割
本算法利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。
使用了opencv库。
- 2022-02-03 09:05:06下载
- 积分:1
-
Real
实数编码遗传算法程序 共3部分 可以应用于很多方面,但需进一步理解其原理-Real-coded genetic algorithm procedure can be applied to a total of 3 parts in many aspects, but a better understanding of its principle
- 2023-05-22 18:15:03下载
- 积分:1
-
math.net收入数学C #实现具体功能:
Math.NET开源数学库
C#实现
具体功能:
- A linear algebra package, see MathNet.Numerics.LinearAlgebra.
- A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse.
- Non-uniform random generators, see MathNet.Numerics.Generators.
- Distribution fonctions, see MathNet.Numerics.Distributions.
- Statistical accumulator, see MathNet.Numerics.Statistics.
- Fourier transformations, see MathNet.Numerics.Transformations.
- Miscellaneous utilies (polynomials, rationals, collections).-Math.NET revenue math C# achieve specific functions :- A linear algebra package, see MathNet.Numerics.LinearAlgebra.- A spar se linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse .- Non-uniform random generators. see MathNet.Numerics.Generators.- Distribu tion fonctions. see MathNet.Numerics.Distributions.- Stati stical accumulator, see MathNet.Numerics.Statistics.- Fourier t ransformations. see MathNet.Numerics.Transformations.- Mis cellaneous utilies (polynomials. rationals, co
- 2022-01-31 12:13:31下载
- 积分:1
-
二叉树的中序遍历
二叉树的中序遍历-binary tree which preorder
- 2022-01-30 15:19:38下载
- 积分:1
-
求逆矩阵的代码,可能不太好用。只是发上来看看而已。
求逆矩阵的代码,可能不太好用。只是发上来看看而已。-Inverse matrix of the code, may not be easy to use. Just made up just to see.
- 2022-03-30 16:09:52下载
- 积分:1
-
混沌蚁群算法
应用背景混沌具有随机性、遍历性、规律性——混沌具有丰富的时空动态,系统动态的演变可导致吸引子的转移等特点,使得混沌成为一种新型的优化技术,并得到广泛重视。关键技术首先,基于确定性迭代式产生的遍历性轨道对整个解空间进行考察。其次,以第一阶段得到的结果为中心,通过附加小幅度的扰动进一步进行局部区域内的细搜索,直至算法终止准则满足。
- 2023-05-08 18:20:03下载
- 积分:1
-
A*星算法Lua版
A星寻路算法Lua版
算法原理描述,百度一下一大堆,参考http://blog.sina.com.cn/s/blog_6612d09b0100ve1z.html
其实很简单,
1. 我们无法直接知道怎么到达目的地,但是我们能够知道怎么样从起始点到达相邻的格子,还能从相邻的格子再到相邻格子的相邻的格子。
2.我们不停的找相邻的格子,相邻格子的相邻格子....总有一天,我们会发现其中一个相邻的格子就是我们的目的地,于是我们找到了这条路。
3.在此基础上,我们加入 预估值来提高寻找的效率,我们总是优先寻找预估值低的那些相邻的格子。
其中 f= g+h
g 是实际耗费的值
h 是预估值,从当前位置到达目标位置所耗费的移动值,预估有几种算法,这边用的是 对角线估价法
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-08-22 01:25:50下载
- 积分:1
-
C语言基础学习
资源描述此代码适合C语言的初学者,可以帮助初学者在学习理论知识的同时不断实践完善自己的动手能力,并且为后续的C语言学习打下坚实的基础,希望大家多多分享一些有用的代码,别搞那些杂碎的东西,毫无用处
- 2022-02-06 23:52:51下载
- 积分:1
-
GNU Scientific Library,C语言开发的数值方面的函数库
GNU Scientific Library,C语言开发的数值方面的函数库-GNU Scientific Library, the C-language development of numerical library
- 2022-03-23 18:43:42下载
- 积分:1
-
value iteration I investigated some of the methods were causing libraries
数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
- 2022-06-22 05:31:10下载
- 积分:1