-
遗传算法分析代码
遗传算法分析代码,可以进行回归分析
- 2023-05-14 09:25:02下载
- 积分:1
-
数值计算方法中的消元法解线性方程组数值计算方法中的guss
解线性方程组...
数值计算方法中的消元法解线性方程组数值计算方法中的guss
解线性方程组-numerical method of elimination method for solving linear equations numerical method of guss solving linear equations
- 2022-06-19 07:21:50下载
- 积分:1
-
用matlab编写的梁几何大变形程序包括静力和动力程序
用matlab编写的梁几何大变形程序包括静力和动力程序-using Matlab beam geometry prepared by the large deformation process includes static and dynamic process
- 2023-07-24 04:45:03下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
计算方法中romberg算法的c程序源码
计算方法中romberg算法的c程序源码-calculation method Romberg Algorithm c procedures FOSS
- 2022-02-06 17:39:57下载
- 积分:1
-
文件转成c数组
这是一个把文件转化成c/c++语言中的数组的代码, 方便把资源文件加入程序中编译。
- 2022-04-20 02:26:54下载
- 积分:1
-
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链...
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closure of two. At that time, because the situation, was the most aggressive, the code does not look good, but good use. To facilitate the transmission parameters, I have done a linked list, when used according to its own circumstances can change, the core algorithm can be fixed.
- 2022-03-17 18:50:28下载
- 积分:1
-
最长公共子序列
应用背景以文档形式上传,详细分析了最长公共子序列问题,并附有源码和运行结果关键技术源码用C++语言编写,在VC和VS环境下可运行
- 2022-06-12 21:46:37下载
- 积分: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
-
LDPC的BP译码算法
BP算法是LDPC译码的最优算法,此文件包括BP算法的概率域实现和对数域实现,对于LDPC初学者来说,一定会有帮助
- 2022-07-15 09:31:43下载
- 积分:1