-
bnb20
优化matlab,toolbox,可以用于各种优化问题(Optimization matlab, toolbox, can be used for a variety of optimization problems)
- 2008-12-29 23:03:51下载
- 积分: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
-
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
-
并行程序设计导论
适合于新手学习并行化MPI程序以及并行思想学习(This is a parallel program learning material for beginners.)
- 2021-01-05 13:28:54下载
- 积分:1
-
xLink
实现环氧树脂交联,设定交联度,并统计不同交联度的结构,密度,能量等(Achieve the epoxy resin crosslinking, set the crosslinking degree, and count the structure, density and energy of different crosslinking degree)
- 2021-04-23 14:28:47下载
- 积分:1
-
Logistic
蜘蛛网迭代法做Logistic模型的轨道(Logistic model of iterative methods to make spider web track)
- 2011-05-04 20:03:54下载
- 积分:1
-
suanfu.rar
进行相关运算时必须要是用的一些步骤,可以解决相关算法的一些问题(Related operations must be used in a number of steps can be solved a number of issues related to algorithm)
- 2008-05-22 20:12:54下载
- 积分:1
-
MFC调用CUDA
如何在MFC中调用CUDA
环境: Windows Vista SP1
Microsoft Visual Studio 2005
CUDA 2.0
步骤:
1. 创建一个对话框的
- 2023-04-01 09:30:04下载
- 积分:1
-
cuda-nbody
说明: N体问题,它是指在已知N个物体的初始位置、速度和质量的情况下,在牛顿经典力学情况下研究它们的运动,包括轨迹预测等。(Back to the specific N-body problem, it refers to the study of the motion of n-bodies in Newtonian classical mechanics, including trajectory prediction, when the initial position, velocity and mass of n-bodies are known.)
- 2021-03-28 17:49:11下载
- 积分:1