搜索资源列表
-
0下载:
消息传递并行编程环境MPI
图文并茂,推荐-message passing parallel programming environments MPI illustrated Suggest
-
-
0下载:
hadoop:Nutch集群平台,分布式编程模式,让Nutch可以自动在普通机器组成的集群中以并行方式分布执行-hadoop : Cluster Nutch software platform, distributed programming model, Let Nutch software can be automatically composed of general machinery cluster parallel to the implementation of distribut
-
-
0下载:
分布式并行程序设计相关的文章-Distributed Parallel Programming related articles
-
-
0下载:
一本介绍并行程序设计语言MPI的电子书,是您学习MPI并行程序设计时值得参考的东西。
MPI并行程序设计-introduced a parallel programming language MPI eBook, yes you learn MPI parallel program design things worth considering. MPI Parallel Programming
-
-
0下载:
《并行口编程指南》-"Parallel Port Programming Guide"
-
-
0下载:
一种从Z 规约到并行程序的精化方法-from Z to the Statute of intensive parallel programming method
-
-
1下载:
高性能计算并行编程技术—MPI并行程序设计 呵呵,我还没看呢!大家一起看吧!!!哈哈 废话一大堆,其实我也讨厌说,但是本站要求-parallel programming high-performance computing technology - MPI parallel programming Oh, I do not! Everyone sees! ! ! Haha lot of nonsense, in fact, I hate that, but the site required!
-
-
0下载:
用 Hadoop 进行分布式并行编程, 分 3 部分-The distributed parallel programming with Hadoop divided into three parts
-
-
0下载:
java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
-
-
0下载:
并行java编程 应用多线程提高查找速度的java例子-Parallel multi-threaded java application programming improve the speed of search java example
-
-
0下载:
程序员把问题分解成一个可以相互合作的任务执行序列集,任
务序列被分配到集群计算机上后由系统守护负责创建新的任务以及在各个任务间
进行通信。
-The JPVM library is a software system for explicit message-passing based distributed memory MIMD
parallel programming in Java. The library supports an interface similar to
-
-
0下载:
An Introduction to Parallel Programming. The goal of this tutorial is to give an introduction into all aspects of parallel programming that are necessary to write your own parallel programs.
-
-
0下载:
The basic structure of the book has not been changed in this new edition.
The book still consists of three parts and a string of Appendixes. However,
several chapters have been extended in a meaningful way, covering additional
topics that have
-
-
0下载:
线程技术是JAVA应用的主要技术,多线程具有并行机制、交互性能、实时控制等性能。主要的优势有提高界面程序响应速度和充分利用系统资源。通过使用线程,可以将需要大量时间完成的流程在后台完成 而通过在一个程序内部同时执行多个流程,可以充分利用CPU等系统资源,从而最大限度地发挥硬件的性能 在现在的项目开发中,多线程编程技术获得了广泛的使用。本文从线程概念、属性、实现方法、优劣势来介绍JAVA的多线程技术。-JAVA application thread technology is the main t
-
-
0下载:
多线程与并发处理是程序设计好坏优劣的重要课题,本书通过浅显易懂的文字与实例来介绍JAVA线程相关的设计模式概念,并且通过实际的JAVA程序范例和UML图示来一一解说,书中有代码的重要部分加上标注使读者更加容易解读,再配合众多的说明图解,无论对于初学者还是程序设计高手来说,这都是一本学习和认识设计模式非常难得的好书。 -Multi-threaded programming and parallel processing is an important issue merits good or b
-
-
0下载:
Read/Write parallel programming source code.
-
-
0下载:
Barbershop parallel programming source code.
-
-
0下载:
For this assignment, you will modify and extend your PA1 CS11Turtle programming assignment. You will create multiple turtles (in separate threads) to draw the letters and numbers in parallel. A primer on Java threading can be found here: http://www.j
-
-
0下载:
java code for parallel programming multithreading with calculation
-
-
0下载:
Parallel Java是基于Java提供的并行编程API,其目标是(1)在一套API中同时支持基于线程/共享内存的并行编程和基于消息/集群的并行编程;(2)提供与OpenMP和MPI相同的功能,但采用面向对象的Java API;和(3)很容易部署在异构计算环境中,包括单核CPU、多核CPU及集群。本文介绍了Parallel Java的特点和体系结构,并与其他基于Java的并行开发中间件进行了对比。(Parallel Java is a API parallel programming bas
-