CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算

文件名称:fastflow-2.0.0

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-10-11
  • 文件大小:
    8.11mb
  • 已下载:
    0次
  • 提 供 者:
    C**
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Fastflow是一个在多核系统下的并行计算框架,可以灵活的加入现有的程序中,在软件开发的各个层次均可得到应用,采用了non-blocking lock-free/fence-free的同步机制,比openmp更加高效-FastFlow is a parallel programming framework for multi-core platforms based upon non-blocking lock-free/fence-free synchronization mechanisms. The framework is composed of a stack of layers that progressively abstracts out the programming of shared-memory parallel applications. The goal of the stack is twofold: to ease the development of applications and make them very fast and scalable. FastFlow is particularly targeted to the development of streaming applications.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

fastflow-2.0.0/AUTHORS
fastflow-2.0.0/BUILD.ME
fastflow-2.0.0/Changelog.txt
fastflow-2.0.0/cmake.modules/CleanDirectoryList.cmake
fastflow-2.0.0/cmake.modules/FindCUDA/make2cmake.cmake
fastflow-2.0.0/cmake.modules/FindCUDA/parse_cubin.cmake
fastflow-2.0.0/cmake.modules/FindCUDA/run_nvcc.cmake
fastflow-2.0.0/cmake.modules/FindCUDA.cmake
fastflow-2.0.0/cmake.modules/FindGSL.cmake
fastflow-2.0.0/cmake.modules/FindOpenCV.cmake
fastflow-2.0.0/cmake.modules/FindZeroMQ.cmake
fastflow-2.0.0/cmake.modules/LibFindMacros.cmake
fastflow-2.0.0/cmake.modules/PrefixListGlob.cmake
fastflow-2.0.0/cmake.modules/ProgramFilesGlob.cmake
fastflow-2.0.0/CMakeLists.txt
fastflow-2.0.0/cmake_uninstall.cmake.in
fastflow-2.0.0/COPYING
fastflow-2.0.0/COPYING.LESSER
fastflow-2.0.0/docs/FastFlow_Tutorial.pdf
fastflow-2.0.0/docs/papers/2009_fastflow_parco.pdf
fastflow-2.0.0/docs/papers/2010_fastflow_SW_PDP.pdf
fastflow-2.0.0/docs/papers/2012_dff_CoreGridWS.pdf
fastflow-2.0.0/docs/papers/2012_ff-Tilera_PDP.pdf
fastflow-2.0.0/docs/papers/fastflow.bib
fastflow-2.0.0/docs/papers/TR-09-12-0909.1187v1.pdf
fastflow-2.0.0/docs/papers/TR-10-20.pdf
fastflow-2.0.0/docs/talks/2009_FastFlow_ParCo-slides.pdf
fastflow-2.0.0/doxygen/DoxyMain
fastflow-2.0.0/doxygen/DoxyPapers
fastflow-2.0.0/doxygen/DoxyREADME
fastflow-2.0.0/doxygen/Fastflow_doxygen
fastflow-2.0.0/doxygen/img/dff_arch.png
fastflow-2.0.0/doxygen/img/fastflow_architecture.png
fastflow-2.0.0/doxygen/img/logoFF.png
fastflow-2.0.0/examples/cholesky/blockCholesky.cpp
fastflow-2.0.0/examples/cholesky/cholesky.cpp
fastflow-2.0.0/examples/cholesky/choleskyUtility/choleskyGenerator/CholeskyGenerator.m
fastflow-2.0.0/examples/cholesky/choleskyUtility/choleskyGenerator/Hermitian.m
fastflow-2.0.0/examples/cholesky/choleskyUtility/choleskyGenerator/README.txt
fastflow-2.0.0/examples/cholesky/choleskyUtility/correctness_check/check.cpp
fastflow-2.0.0/examples/cholesky/choleskyUtility/correctness_check/Makefile
fastflow-2.0.0/examples/cholesky/choleskyUtility/correctness_check/README
fastflow-2.0.0/examples/cholesky/CMakeLists.txt
fastflow-2.0.0/examples/cholesky/include/cholconst.h
fastflow-2.0.0/examples/cholesky/include/common.h
fastflow-2.0.0/examples/cholesky/include/complex.h
fastflow-2.0.0/examples/cholesky/Makefile
fastflow-2.0.0/examples/CMakeLists.txt
fastflow-2.0.0/examples/cwc-simulator/AUTHORS
fastflow-2.0.0/examples/cwc-simulator/CMakeLists.txt
fastflow-2.0.0/examples/cwc-simulator/Compartment.cpp
fastflow-2.0.0/examples/cwc-simulator/Compartment.h
fastflow-2.0.0/examples/cwc-simulator/COPYING
fastflow-2.0.0/examples/cwc-simulator/definitions.h
fastflow-2.0.0/examples/cwc-simulator/driver.cpp
fastflow-2.0.0/examples/cwc-simulator/examples/calcium/calcium_foo.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/ecoli/high.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/ecoli/low.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/lotka/lotka.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/quorum_sensing/qs1.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/quorum_sensing/qs20.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/quorum_sensing/qs5.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/sdh/sdh.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/tat/ode.cpp
fastflow-2.0.0/examples/cwc-simulator/examples/tat/tat.cwc
fastflow-2.0.0/examples/cwc-simulator/examples/tat_nc/ode.cpp
fastflow-2.0.0/examples/cwc-simulator/examples/tat_nc/tat_nc.cwc
fastflow-2.0.0/examples/cwc-simulator/ff_accel.hpp
fastflow-2.0.0/examples/cwc-simulator/ff_definitions.hpp
fastflow-2.0.0/examples/cwc-simulator/ff_distributed.hpp
fastflow-2.0.0/examples/cwc-simulator/ff_nodes.hpp
fastflow-2.0.0/examples/cwc-simulator/ff_stat_accel.hpp
fastflow-2.0.0/examples/cwc-simulator/filter.cpp
fastflow-2.0.0/examples/cwc-simulator/filter.h
fastflow-2.0.0/examples/cwc-simulator/Gillespie.hpp
fastflow-2.0.0/examples/cwc-simulator/gnuplot.cpp
fastflow-2.0.0/examples/cwc-simulator/gnuplot.h
fastflow-2.0.0/examples/cwc-simulator/Instantiation.h
fastflow-2.0.0/examples/cwc-simulator/kmeans.h
fastflow-2.0.0/examples/cwc-simulator/kmeans_seq.cpp
fastflow-2.0.0/examples/cwc-simulator/Match.cpp
fastflow-2.0.0/examples/cwc-simulator/Match.h
fastflow-2.0.0/examples/cwc-simulator/MatchSet.cpp
fastflow-2.0.0/examples/cwc-simulator/MatchSet.h
fastflow-2.0.0/examples/cwc-simulator/Model.cpp
fastflow-2.0.0/examples/cwc-simulator/Model.h
fastflow-2.0.0/examples/cwc-simulator/Monitor.cpp
fastflow-2.0.0/examples/cwc-simulator/Monitor.h
fastflow-2.0.0/examples/cwc-simulator/OCompartment.cpp
fastflow-2.0.0/examples/cwc-simulator/OCompartment.h
fastflow-2.0.0/examples/cwc-simulator/ode.cpp
fastflow-2.0.0/examples/cwc-simulator/ode.h
fastflow-2.0.0/examples/cwc-simulator/output.cpp
fastflow-2.0.0/examples/cwc-simulator/output.h
fastflow-2.0.0/examples/cwc-simulator/parameters.hpp
fastflow-2.0.0/examples/cwc-simulator/parser/Driver.cpp
fastflow-2.0.0/examples/cwc-simulator/parser/Driver.h
fastflow-2.0.0/examples/cwc-simulator/parser/FlexLexer.h
fastflow-2.0.0/examples/cwc-simulator/parser/location.hh
fastflow-2.0.0/examples/cwc-simulator/parser/Makefile
fastflow-

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com