搜索资源列表
capi-0.20
- 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
omp_matrix_multiply
- C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
Multiprocessprogramming
- 个人学习多核程序设计时整理的一些关于多核程序设计问题的基础知识,分享了,希望有所帮助。-Individual learning process of multi-core design of a number of finishing procedures on the multi-core design of the basic knowledge, sharing, and hope that help.
tongbu1
- 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
exa_5
- 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
exa_4
- 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
MultiCore-Programming
- Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
dpj
- 一次作业关于多核并行计算的曲线面积计算的大家来看看还可以不 有点简单哈-An operation on the multi-core parallel computing curve area to see if we can not quite simple Kazakhstan
ApplicationofLawtomulticoreprocessorDelEminemperfo
- 文中应用阿姆德尔定律对多核处理器性能的分析-Application of Law to multi-core processor Del Eminem performance analysis
pi
- 多核编程中求取pi值的几种算法,给大家参考参考,有问题的地方请大家指教-Strike a pi value of multi-core programming of several algorithms, for everyone to refer to the reference, there are problem areas Please advise
FFT Serial Test1
- 基于openMP的FFT 并行代码,并行计算提高计算效率,充分利用多核性能-FFT-based openMP parallel code, parallel computing to improve computational efficiency, take advantage of multi-core performance
1
- 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-Engineers and scientists are facing less time to establish the needs of complex systems model, they use distributed and parallel computing to solve the problem of high-perform
Mutlicore
- 高校经典多核并行化设计,借鉴intel课程设置,不可多得好资料-Universities classic multi-core parallel design, drawing intel curriculum, rare good information
MPI-and-OpenMP
- 多核编程与异构编程,和使用OPENMP实现多核调用,使用 MPI实现异构计算,调用多个计算平台联合计算。-Heterogeneous multicore programming and programming, and the use of multi-core OPENMP called heterogeneous computing using MPI, invoke multiple computing platforms combined calculation.
opencl-1.2.pdf.tar
- OpenCL学习资料。在GPU并行计算,多核CPU并行计算,等处理器计算领域用到,简而言之,做异构计算的。-OpenCL learning materials. In the GPU parallel computing, multi-core CPU parallel computing, and other areas of the processor used in computing, in short, do heterogeneous computing.
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 mechanism
odd_even
- C语言的单核以及MPI多核运行程序,进行奇偶分类,一个是单核运行,一个是多核运行,可对比,并输出时间信息,计算效率和加速-C language and the mononuclear MPI multicore run programs parity classification, a single-core operation, a multi-core operation, can be compared, and the output time information, computati
ipp-samples
- 英特尔的ipp程序demo,可进行多核编程,运行效率大幅提升。-Intel' s ipp program demo, can be multi-core programming, significantly increasing operating efficiency.
BPOPenMP
- BP算法的多核并行研究,输入输出txt文件内容保密,不能上传,大家根据代码自己加数据很简单。环境vs2010,技术openmp-BP algorithm of multi-core parallel study, input and output TXT file content confidential, can t upload, according to the code and data is very simple. Openmp vs2010 environment, technol
combation caculation
- Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s