FuzzyGPU:CUDA模糊算法库
FuzzyGPU is a fuzzy arithmetic library written in CUDA, where basic arithmetic operators h
本专区汇聚了各类基于 并行计算 开发的源码资源,共计 232 篇资源供开发者免费下载学习。
FuzzyGPU is a fuzzy arithmetic library written in CUDA, where basic arithmetic operators h
pso的c++,mpii实现,可以选择串行或使用mpi并行运行
使用nVidia进行并行处理的框架,编程环境是vs2005,c++语言。-parallal computing by nVidia
Moe is an object oriented framework for use of evolutionary algorithms in the resolution o
pspectralclustering is a parallel C++ implementation of Parallel Spectral Clustering. We
Project has been moved to http://optml.github.io/24am The source can be obtained here ht
简单C++的应用,对于初学MPICH的并行计算的朋友可以作为联机的实验程序-good
linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C+
这是示例如何用逐次超松驰迭代 (SOR) 方法,求解线性系统的方程 使用 python 库 mpi4py。算法尝试计算节点之间平分。该程序不仅可以 在集群上运行。
基于gpu的并行计算,通过调用英伟达官方cublas(基本线性代数子程序)库函数,与c++编写混合程序,通过nvcc编译,被MATLAB调用,加速matlab计算,实现双精度下的矩
Faster ODEs for multi-core and CUDA GPUs simEngine is the faster and easier way to solve
应用背景在学习粒子群的过程中,在网上得到了许多宝贵的资源,受益颇多。但从网上下载的粒子群程序大多for循环和if判断满天飞,运行效率不高,这里给出一个简单易懂的粒子群和大家共同学习