-
差分进化算法
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
-
verilog的111个经典实例
Verilog HDL是一种硬件描述语言,用于从算法级、结构级、门级到开关级的多种抽象设计层次的数字系统建模。 被建模的数字系统对象的复杂性可以介于开关级电路(例如pmos/nmos)、简单的门(例如库单元描述)和完整的复杂电子数字系统之间(例如CPU)
- 2022-01-28 02:35:43下载
- 积分:1
-
JAVA 100种算法源码
近一百种算法的源码,包括:bin_sort, huffman, BD, dijkstra, maymult等等。。
能够让JAVA初学者迅速掌握核心算法以及编程能力。。
JAVA是一种面向对象的编程语言,应用广泛。。。
- 2023-08-10 09:10:03下载
- 积分:1
-
算10000以内数阶乘的C语言程序
算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
- 2022-03-14 06:28:32下载
- 积分:1
-
c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用
c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用-c prepared by the Monte Carlo algorithm, a senior set, and verified, can be used
- 2022-06-14 19:08:47下载
- 积分:1
-
a full 3D simulation of electromagnetic waves with efficient absorbing boundary...
a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS- a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS
- 2022-05-25 07:53:42下载
- 积分:1
-
与C语言的正交化方法
我们将投影运算符定义为
- 2022-01-30 11:02:30下载
- 积分:1
-
背包问题的C++ 实现
背包问题的 求解代码,自己用C++实现,里面包括0-1背包问题 和 单位质量的背包问题,包括如下几个关键的函数:void vwComp(Item*item,int n) ;void vwSort(Item*item,int n);int getMaxValue(Item*item,int n, int p,int cvs,int cws);double frackKnapsack(Item*item,int n,double *chs);void zeroOneKnapsack(Item*item,int n,int &fv,int &fw,int *fch)
- 2022-10-14 21:55:03下载
- 积分:1
-
C language map of the ergodic
遍历的C语言映射
- 2022-03-18 13:03:02下载
- 积分:1
-
Real Symmetric Matrix Eigenvalues and Eigenvectors of the Jacobian method, ap is...
实对称矩阵特征值与特征向量的雅克比法,ap为是对称矩阵,vp返回特征向量-Real Symmetric Matrix Eigenvalues and Eigenvectors of the Jacobian method, ap is a symmetric matrix, vp return eigenvector
- 2022-06-03 16:29:58下载
- 积分:1