-
多目标遗传算法优化
研究多目标遗传算法的优化,包含遗传算法过程中涉及的的各个步骤,非常适合于研究遗传算法及对遗传算法进行多目标优化的同学
- 2022-01-25 17:35:18下载
- 积分:1
-
视频游戏的流体模拟,第 6 部分
差动速度算法器
这篇文章,在一系列,第六描述从根本上不同的方法计算速度从涡度,提出了在这些文章中的流体模拟的基石之一。第一篇文章总结了流体动力学 ;第二个调查流体仿真技术 ;和第三和第四次提出了涡粒子流体模拟与双向流体体之间的相互作用,在真正的时间运行。第五篇文章展示了如何获取和使用 CPU 使用率分析数据,优化,进一步并行化的代码,这样,它跑得更快。
这篇文章介绍一种求解速度从涡度的微分技术和与第 3 部分中所提出的积分 treecode 技术及其成果和业绩形成鲜明对比。泊松规划求解在这篇文章提出了一种比跑得快 treecode,但它的结果看起来不同的可能不那么令人满意。
涡旋速度,回顾
记得第二篇文章,您可以计算速度从涡度 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-05 03:15:32下载
- 积分:1
-
code
用MPI实现的矩阵乘法的cannon算法,linux平台(matrix multiplication in Cannon method with MPI)
- 2013-02-08 16:03:34下载
- 积分:1
-
GuardedCommandLanguageCompiler0.8.12
并行计算研究基础语言, 含Windows下的编译器(Parallel Computing basic for communication)
- 2018-08-03 18:42:34下载
- 积分:1
-
Oxford__Parallel-Scientific-Computation
This book is for students and researchers who are interested in scientific computation. The book has a dual purpose: first, it is a textbook for a course on parallel scientific computation. Second, the book is a source of example parallel algorithms and programs for computational physicists and chemists, and for
other computational scientists who are eager to get a quick start in parallel computing and want to learn a structured approach to writing parallel programs.
- 2011-12-19 21:59:29下载
- 积分:1
-
mpi4py 的并行逐次超松驰迭代的例子
这是示例如何用逐次超松驰迭代 (SOR) 方法,求解线性系统的方程
使用 python 库 mpi4py。算法尝试计算节点之间平分。该程序不仅可以
在集群上运行。
- 2022-04-29 12:44:20下载
- 积分:1
-
ToolboxBSS
盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
- 2020-11-04 22:29:52下载
- 积分:1
-
AMD-APP-Docs
AMD显卡编程的一些官方参考资料,与nVidia的cuda编程相似(reference materials on AMD APP programming)
- 2012-06-13 13:06:21下载
- 积分:1
-
《实战Matlab之并行程序设计》程序代码
《实战Matlab之并行程序设计》程序代码(Parallel programming of actual combat Matlab" program code)
- 2017-10-22 17:47:41下载
- 积分:1
-
读取参数文件
#include
#define NUMBER 4
void main( )
{ int i=1;
float f0,dt,dx,dz;
int mx,mz,ntmax,pml,sou_x,sou_z,rec_start,rec_end,rec_int,rec_depth;
char shotID[5],record_pp[30],vp_name[30],rou_name[30],mig_name[30],mig_pyt_name[30],mig_udlf_name[40],shuoming[30];
FILE *fp,*f; /*&不合法变量*/
printf("** This program is to show the block file input & output**
");
fp=fopen(
- 2022-09-05 20:35:03下载
- 积分:1