CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - processor

搜索资源列表

  1. Iso89duno

    0下载:
  2. 此程序采用数据并行方式 //每个处理器执行相同的可视化流程: // vtkImageReader -> vtkContourFilter -> vtkElevationFilter //另外,第一个处理器创建n个输入接口(n=处理器个数-1),同时其它处理器 //分别创建输出接口与其对应.第一个处理器合成自己和其它处理器输出的 //多边形数据,并将其显示出来.-procedure used data parallel way / / each processor
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:陆陈斌
  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
  3. 所属分类:并行运算

    • 发布日期:2017-03-23
    • 文件大小:726.93kb
    • 提供者:joyce
  1. ex2_simulated_annealing

    2下载:
  2. MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:160.18kb
    • 提供者:谷谷
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:172.8kb
    • 提供者:谷谷
  1. Mars_v2

    0下载:
  2. GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
  3. 所属分类:MPI

    • 发布日期:2017-05-24
    • 文件大小:7.56mb
    • 提供者:陈思远
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1.91kb
    • 提供者:刘铭
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2.35kb
    • 提供者:刘铭
  1. second

    0下载:
  2. It transposes the any NxN matrix with 4 processor by mpi.
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1.19kb
    • 提供者:baris
  1. int

    0下载:
  2. /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1.15kb
    • 提供者:Shahir Salman M
  1. ApplicationofLawtomulticoreprocessorDelEminemperfo

    0下载:
  2. 文中应用阿姆德尔定律对多核处理器性能的分析-Application of Law to multi-core processor Del Eminem performance analysis
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:162.49kb
    • 提供者:孙肇兴
  1. 1

    0下载:
  2. 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-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
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:395.68kb
    • 提供者:张先生
  1. quick_sort

    0下载:
  2. 实现快速排序的主程序 从根处理器将数据序列广播到其他处理器-Quick sort of the main program from the root processor data sequence broadcast to other processors
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:2.42kb
    • 提供者:张勇
  1. psrs_sort

    0下载:
  2. 本程序中通过变量DataSize指定了待排序序列的长度为60,顺序输出各个处理器的局部数据就可以得到全局有序的序列。-This procedure specifies the length of the sequence to be sort through the variables DataSize 60, the order of output of each processor' s local data can be globally ordered sequence.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:2.47kb
    • 提供者:张勇
  1. closure

    0下载:
  2. mpicc -o closure .c -lm 运行:可以使用命令 mpirun –np SIZE closure来运行生成的默认文件closure,其中SIZE是所使用的处理器个数-mpicc-o closure closure.c-lm run: You can use the command mpirun-np the SIZE a closure to run the generated default file a closure, where SIZE is used by th
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1.98kb
    • 提供者:张勇
  1. remapping

    0下载:
  2. 基于DVS的多核周期任务调度,任务映射到处理器核的策略,这是在多核周期调度的第一个阶段-DVS of multicore cycle task scheduling, tasks are mapped to the processor core strategy, which is a scheduling on multicore cycle, the first stage
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:195.1kb
    • 提供者:王宇
  1. Gauss

    0下载:
  2. 高斯消去的并行程序,测试在不同规模的系数矩阵下、不同处理器核心数量下,程序的运行时间-Parallel Gaussian elimination procedure, test coefficient matrix in different sizes, different number of processor cores, the program running time
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:16.07mb
    • 提供者:姚丽文
  1. VectCPU_1s40_0_81_nov0208

    0下载:
  2. 国外博士写向量处理机,是和NIOS处理器一起开发的,对这个的研究比较透彻,希望对大家有用-Most previous research into vector architectures has concentrated on supercomputing applications and small enhancements to existing vector supercomputer implementations. This thesis expands the body of
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:469.88kb
    • 提供者:liuzefu
  1. opencl-1.2.pdf.tar

    0下载:
  2. 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.
  3. 所属分类:MPI

    • 发布日期:2017-05-11
    • 文件大小:2.46mb
    • 提供者:lingfeng
  1. Stepper-motor

    0下载:
  2. Micro Processor .. PIC code for stepper motor-Micro Processor .. PIC code for stepper motor.............
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:110.33kb
    • 提供者:ANAS
  1. single_cpu_verilog

    0下载:
  2. 16位单周期处理器的verilog实现,简单易懂,对计算机的结构学习有帮助。-16 single-cycle processor verilog implement, easy to understand, the structure of learning computer help.
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:9.01kb
    • 提供者:ss_clara
« 12 »
搜珍网 www.dssz.com