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

搜索资源列表

  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
    • 文件大小:1960
    • 提供者:刘铭
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2091
    • 提供者:刘铭
  1. kfs-0.3.tar

    0下载:
  2. 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:449746
    • 提供者:湖北
  1. 185

    0下载:
  2. 统计选票:选票统计问题介绍 假设现有一个10个人100行的...由于涉及演示结果进行显示,则需使用C语言的图形函数功能实现本设计,还需用到C语言的文件函-Statistics ballots: votes Statistics descr iption assumes that the current 100 line of a 10-person ... involves a demonstration of the results to display, you need to use th
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:23359
    • 提供者:jackchen
  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-26
    • 文件大小:1174
    • 提供者:Shahir Salman M
  1. pthread-merge

    0下载:
  2. p-thread merge sort!
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1621
    • 提供者:Sarah
  1. matrix_multiply_using_mpi3

    0下载:
  2. matrix multiply using mpi 3rd edition(you should put this file in a system that has the mpi library and is able to compile it)
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2089
    • 提供者:sddas
  1. CUDAdlltest

    0下载:
  2. VC++,VS2010平台上的三个CUDA dll测试程序(一个是库文件程序,另外两个是VS2010平台和VisualC++6.0平台下的测试程序,可以方便地作为CUDA dll应用程序开发的框架,为了能正确运行这些程序,请确保已经安装了NVIDIA GPU Computing SDK 4.0 及以上,并且电脑上要有NVIDIA的GPU显卡),程序均有详细的注释。文章可参考http://blog.csdn.net/menglongbor/article/details/7526493-VC++,
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2349764
    • 提供者:xiaobo
  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-29
    • 文件大小:2031
    • 提供者:张勇
  1. MapReduce

    0下载:
  2. linux下C语言实现的MapReduce算法的WordCount算法,可以统计一个文件夹下文件中单词出现的频率-WordCount algorithm of the C language implementation of the MapReduce algorithm under linux, statistics folder frequency word appears in the following file
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:6331
    • 提供者:吴浩
  1. over-

    0下载:
  2. 使用CUDA开发的去隔行,是对C语言版的加速,处理文件为foreman_cif.YUV.由于视频文件太大,所以没传。开发环境为VS2008+cuda-CUDA development deinterlacing is the C language version of the accelerated processing documents foreman_cif.YUV video file is too large, so do not pass. Development environme
  3. 所属分类:MPI

    • 发布日期:2017-06-12
    • 文件大小:20077127
    • 提供者:liwenz
  1. C-program-of-BSS-and-examples-1

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:6635
    • 提供者:刘鸿达
  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:16232
    • 提供者:刘鸿达
  1. Professional-Multicore-Programming

    0下载:
  2. 国外编写的C++多核高级编程源码,源码有部分为txt文件复制的。-" C++ multicore high-level programming source code, source code written abroad txt file copy.
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:68808
    • 提供者:LEE
  1. process1

    0下载:
  2. 代码主要通过c#的process类来实现了对控台文件的读写信息的操作。-the main function of the code is exchange information with the exe file.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:22702
    • 提供者:pengking
  1. MPI-for-C

    0下载:
  2. 压缩文件中的程序是基于C代码的MPI并行程序,包括基本的MPI基本函数的调用,适合MPI入门,包括一个排序的MPI程序-Zip file program is based on the C code MPI parallel programs, including basic call MPI basic functions for MPI entry, including a sort of MPI programs
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3803
    • 提供者:王昕
  1. Desktop

    0下载:
  2. 产生方波的c语言文件,可以产生不同频率的方波,不同波长,不同时间长度。-c file for wave
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:28215
    • 提供者:pengbaobao
  1. CPPkmeans

    0下载:
  2. 用C++汇编语言编写的K均值聚类算法,其中包括输入文件的编写格式-C++ written in assembly language using K-means clustering algorithm, including the preparation of the input file format
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3276
    • 提供者:彩色的迪子
  1. 矩阵向量

    0下载:
  2. 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:jonajosejota
搜珍网 www.dssz.com