搜索资源列表
-
0下载:
GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
-
-
0下载:
高性能计算之CUDA编程的NAMD(用于在大规模并行计算机上快速模拟大分子体系的并行分子动力)原码-The high-performance computing CUDA programming NAMD (used in large-scale parallel computer system for fast simulation of large molecules parallel molecular dynamics) of the original code
-
-
0下载:
并发程序设计,比较计算机系统处理并发和串行时,时间的花费,说明并行的优越性。程序用VC++6.0菜单式编程实现-Concurrent programming, comparing concurrent and serial processing computer system, the time spent, shows the superiority of the parallel. Program with VC++6.0 menu-driven programming
-
-
0下载:
java 多线程编程,演示了线程等待,唤醒。可以达到并行计算。利用著名操作系统的生产者与消费者说了原理。-java multithreaded programming that demonstrates thread waiting, wake up. Parallel computing can be achieved. Using well-known operating system that the principle of producers and consumers.
-
-
0下载:
电子书,综述了事务存储,事务存储是一种很有前途的并行编程模型-ABSTRACT
The advent of multicore processors has renewed interest in the idea of incorporating transactions
into the programming model used to write parallel programs. This approach, known
as transactional memory,
-
-
0下载:
并行计算
书籍源码
Delphi控件源码
操作系统开发
中间件编程
MacOS编程
其他-Delphi control source parallel computing books-source operating system developed middleware MacOS Programming Other Programming
-
-
0下载:
CUDA入门实验,Windows操作系统和Linux下的入门程序,有详细步骤介绍,适合初学GPU下编程的开发人员-CUDA entry experiment, the Windows operating system and Linux entry procedures, detailed steps, suitable for novice developers of GPU programming under
-
-
0下载:
采用一种松弛牛顿法,对IEEE33节点系统进行潮流计算,并得出正确结果。-Newton s method uses a relaxation programming for IEEE33 node system and derive the correct results
-
-
0下载:
介绍了英特尔至强处理器和英特尔Xeon Phi协处理器和讨论它们的功能和目的。我们也开始介绍便携式的,面向未来的并行编程和讨论在英特尔MIC架构的高性能的先决条件:线程的并行性,矢量化和优化的内存访问模式。本课程将介绍本地的规划模型英特尔Xeon Phi协处理器,允许重用代码的应用程序设计为通用的CPU。会议的实践部分演示了如何在Linux操作系统(OS)在主机上运行的操作系统间的协处理器,以及如何使用英特尔的编译器上运行的处理器的本地应用程序。-Intel Architecture
In
-
-
0下载:
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
-
-
2下载:
并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
-