搜索资源列表
partI
- 中科大并行计算英文讲义I,搞并行计算的值得好好学习-parallel computing
ParallelNumericalAnalysis
- 美国某大学的关于并行计算的课件,全英文。-United States, a university courseware on parallel computing, all in English.
CUDA
- 面向大学的课件,介绍NVIDIA公司GPU在CDUA平台下的编程方法,是快速进入研究计算机并行计算的优秀课件,全英文的-For university courseware to introduce NVIDIA' s GPU programming platform in CDUA method is quick access to the best of parallel computing research computer courseware, all in English
PMPPAHA
- 《大规模并行处理器编程实战》英文版,全球第一本介绍CUDA的教程。由于书名太长,只能用其英文缩写,望见谅。-Programming Massively Parallel Processors:A Hands-on Approach,a book which is the first book in the world that provide a perfect guide for learning CUDA.
watershed-
- 分水岭变换:定义,算法和并行策略,很经典的英文参考,值得参考。-Watershed transform: definitions, algorithms and parallel strategy, very classic English reference, worthy of reference.
6.3
- 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之
UsingPOpenMP
- 关于OPENMP的一本英文书籍《USING OPENMP》-《USING OPENMP》 a book about openmp, english version
MPI01
- 这是个英文功能介绍,这是个英文功能介绍.这是个英文功能介绍-This is a function in English, this is a feature introduced in English. This is the English Features
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)