-
第一题
Parallel Programming common use code!
- 2020-06-22 09:40:07下载
- 积分:1
-
CommodityDataTool1
vba多样计算
CALCULATION OF BIODIVERSITIES(vba CALCULATION OF BIODIVERSITIES)
- 2012-07-02 14:13:18下载
- 积分:1
-
Source-Load-Coupling
源负载耦合耦合矩阵程序 源负载耦合耦合矩阵程序源负载耦合耦合矩阵程序(source and load coupling matrix )
- 2020-07-02 21:00:01下载
- 积分:1
-
冒泡排序的MPI并行C
应用背景读取一个文本文件包含数字(小于2E8),它存储在一个动态数组的冒泡排序法,并打印出另一个文本文件。在终端中返回每个进程的运行时。如果该参数没有指定,默认为一个叫做“Sal txt文件。”(必须保存在当前目录),如果参数定义的文件进入参数与数组排序。关键技术泡沫排序,有时也称为“下沉排序”,是一个简单的排序算法,通过列表中的重复步骤来进行排序,比较每一对相邻的项目,如果它们是错误的顺序。通过列表的传递,直到不需要进行任何交换,这说明列表是排序的。这是一个比较排序的算法,它被命名为较小的元素“泡沫”到列表的顶部。虽然算法简单,但对于大多数问题来说,它是太慢和不切实际的,即使在插入排序。[ 1 ]它可以是实际的,如果输入通常是按排序顺序,但可能会偶尔有一些顺序元素的位置近。
- 2023-01-14 11:15:03下载
- 积分:1
-
convert_to_dat
实现图像文件与.dat文件之间的转换,在DSP程序中输入数据有用。(The realization of image files with the. Dat file conversion between the DSP program useful input data.)
- 2009-05-07 17:26:10下载
- 积分:1
-
CUDA_Training
CUDA学习者的福音,这个都是讲解利用CUDA进行GPU编程的一些课件,可以参考学习一下(CUDA learner s Gospel, this is explained by using CUDA GPU programming some of the courseware, can learn the reference)
- 2016-06-13 16:11:15下载
- 积分:1
-
MyTest
CUDA代码,主要是要实现一个具体ADD操作,并且可以高速在GPU上运行(An Algorithm based on UKF)
- 2013-10-14 09:45:06下载
- 积分:1
-
bnb20
优化matlab,toolbox,可以用于各种优化问题(Optimization matlab, toolbox, can be used for a variety of optimization problems)
- 2008-12-29 23:03:51下载
- 积分:1
-
Mars_v2
GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。(We design and implement Mars, a MapReduce framework, on graphics
processors (GPUs). MapReduce is a distributed programming
framework originally proposed by Google for the ease of development
of web search applications on a large number of commodity
CPUs. Compared with CPUs, GPUs have an order of magnitude
higher computation power and memory bandwidth, but are harder
to program since their architectures are designed as a special-purpose
co-processor and their programming interfaces are typically for
graphics applications.)
- 2009-03-17 11:22:47下载
- 积分:1
-
细胞生命的模拟化
This application provides an implementation of Conway’s Game of Life, using the Parallel class to parallelize the processing of the cellular automata.
- 2022-06-29 16:39:03下载
- 积分:1