搜索资源列表
c
- c算法大全,包含100种c算法集合,很详细
C++N!suanfa
- 用VC6.0编译出的求阶乘算法(0---10000)标准C 语言控制台应用程序
d
- C#排序算法大全 C#排序算法大全
2dimaging.mpi.c.tar
- 主从模式粗粒级并行算法C程序:这是我以前研究生期间编写的叠前地震成像C源码,通过调用mpi库函数实现分频并行计算,为了实现负载均衡,采用了主从模式,由主节点负责任务的分发。 若需进一步了解,可通过版主与我联系讨论。
omp_qs.zip
- 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
c
- 一个算法小题目,用C写出来的解决实际数学问题-An algorithm for a small subject, written with C to solve practical mathematical problems
ex2_simulated_annealing
- MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
paralall_sort
- mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
31767670nsga2_c_source
- nsga2_c多目标优化算法:NSGA-II算法-nsga2_c multi-objective optimization algorithm: NSGA-II algorithm
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
FFT
- 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
gauss
- 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
ACO
- 蚁群算法源代码,无须修改便可以直接编译执行-Ant colony algorithm source code, no need to change the implementation can be directly translated
ga
- 遗传算法对电力系统的优化,可用从此程序 可以直接运行-GA
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
Pi
- c++基本算法:Pi的随机运算 适合初学者-c++ basic algorithm: stochastic computing for Pi
Cannon
- 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
ncr
- 串行NCR算法的并行实现,C/C++编写-NCR algorithm for parallel implementation, C/C++ written
ncr_omp
- NCR算法的C/C++ + Openmp实现-NCR algorithm C/C+++ Openmp achieve
MPI-and-OpenMP-parallel-programming
- 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&