文件名称:prefix-sum
- 所属分类:
- 并行运算
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-06
- 文件大小:
- 319kb
- 下载次数:
- 0次
- 提 供 者:
- Rez***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Prefix sums are trivial to compute in sequential models of computation, by using the formula yi = yi − 1 + xi to compute each output value in sequence order. However, despite their ease of computation, prefix sums are a useful primitive in certain algorithms such as counting sort,[1] and they form the basis of the scan higher-order function in functional programming languages. Prefix sums have also been much studied in parallel algorithms, both as a test problem to be solved and as a useful primitive to be used as a subroutine in other parallel algorithms-Prefix sums are trivial to compute in sequential models of computation, by using the formula yi = yi − 1 + xi to compute each output value in sequence order. However, despite their ease of computation, prefix sums are a useful primitive in certain algorithms such as counting sort,[1] and they form the basis of the scan higher-order function in functional programming languages. Prefix sums have also been much studied in parallel algorithms, both as a test problem to be solved and as a useful primitive to be used as a subroutine in other parallel algorithms
(系统自动生成,下载前可以参看下载内容)
下载文件列表
prefix sum\Debug\prefix sum.exe
..........\.....\prefix sum.ilk
..........\.....\prefix sum.pdb
..........\prefix sum\Debug\CL.read.1.tlog
..........\..........\.....\CL.write.1.tlog
..........\..........\.....\link-cvtres.read.1.tlog
..........\..........\.....\link-cvtres.write.1.tlog
..........\..........\.....\link-rc.read.1.tlog
..........\..........\.....\link-rc.write.1.tlog
..........\..........\.....\link.read.1.tlog
..........\..........\.....\link.write.1.tlog
..........\..........\.....\prefix sum.lastbuildstate
..........\..........\.....\prefix sum.log
..........\..........\.....\prefix sum.obj
..........\..........\.....\vc110.idb
..........\..........\.....\vc110.pdb
..........\..........\prefix sum.cpp
..........\..........\prefix sum.vcxproj
..........\..........\prefix sum.vcxproj.filters
..........\prefix sum.sln
..........\prefix sum.v11.suo
..........\..........\Debug
..........\Debug
..........\prefix sum
prefix sum