文件名称:fastflow-2.0.0
介绍说明--下载内容来自于网络,使用问题请自行百度
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-
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-
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.