-
三维电阻率正演模拟软件!!!加工。有限差分法
电阻率3D正演软件!!!用有限差分方法编写-3D resistivity forward modeling software! ! ! The finite difference method to prepare
- 2023-07-20 00:55:05下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
粒子群算法
粒子群算法,gbest,和pbest,轻松实现,十分实用
- 2022-05-16 16:19:06下载
- 积分:1
-
cuda实现矩阵相乘实例
CUDA矩阵相乘A*B=C代码,任意输入矩阵A的宽度和矩阵B的宽度(A[wB][wA]*B[wA][wB]),cudaMallocPitch开辟显存空间,cudaMemcpy2D数组复制,Kahan"s Summation Formula提高浮点计算精度。
- 2022-06-16 18:04:10下载
- 积分:1
-
dsvdvsvdsvxcxcvxcvvxcxcv
DSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDS
- 2022-01-29 01:42:29下载
- 积分:1
-
基于最小二乘原理的曲线拟合程序
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
- 2022-07-14 22:15:41下载
- 积分:1
-
VB仿射加密算法
VB仿射加密算法
- 2022-03-06 02:28:12下载
- 积分:1
-
Adding maliicious node to aodv
- 2022-08-15 14:09:20下载
- 积分:1
-
智能车代码
应用背景智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车关键技术飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔
- 2022-03-05 08:23:41下载
- 积分:1
-
LZW的算法实现
LZW算法的实现
LZW算法 其中 几个对象为 编码流 数据流 以及 编译表
字符即为数值,这里0-255
字符串:几个字符组成的串。这里可以简单用 来描述。其中前缀可以为0。
根:长度为1的字符串。
编码(Code):按照固定的长度从编码流中读取的值,即编译表中映射值。即一个编码对应一个字符串
本程序中将定义编码长度最大为12。最小为8。
本实现中自动根据文件内容生成对应的编译表
一个编码对应一个字符串,
字符串匹配通过hash算法去编译表中查找对应的编码。
hash值 = (前缀的编码+后缀编码)%常数
- 2022-10-19 02:30:04下载
- 积分:1