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

搜索资源列表

  1. mpihello

    0下载:
  2. 最简单的MPI在C++平台下的程序例子,体现了MPI程序的大体构架。-most simple MPI C platform in the procedures example, the MPI reflected the general framework of procedures.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:135944
    • 提供者:流年
  1. example

    0下载:
  2. 这是我学习并行编程的第一个程序, 原来时fortran的, 我将其改写为c的, 两分程序都在包中, 程序比较简单,但很有助于理解mpi
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1672
    • 提供者:邓超
  1. datagame

    0下载:
  2. 一个用C++做的数字游戏,请大家下载交流,虽然简单,但是可以作为参考
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:6308
    • 提供者:智伟
  1. ranksortc

    1下载:
  2. 一个基于MPI的简单的并行计算的c程序,最大的特点是有详细的中文注释
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:江南
  1. Calculator

    0下载:
  2. C#计算器 用来计算简单的小计算!
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:36760
    • 提供者:刘学超
  1. rb2

    0下载:
  2. 简单的C++示范程序
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:874142
    • 提供者:Ran Liao
  1. mpi.rar

    1下载:
  2. 简单C++的应用,对于初学MPICH的并行计算的朋友可以作为联机的实验程序,good
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:63663
    • 提供者:孙帅
  1. message

    0下载:
  2. 利用linux环境下的C语言编写的一个并行算法的简单程序-err
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1122
    • 提供者:
  1. ch1

    0下载:
  2. 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:小云朵
  1. ch2

    0下载:
  2. 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:小云朵
  1. ch3

    0下载:
  2. 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1082
    • 提供者:小云朵
  1. ch4

    0下载:
  2. 应用C语言实现某一程序的算法,此算法简单,可读性强-Application of C language implementation of a program algorithm, this algorithm is simple, readable strong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:899
    • 提供者:小云朵
  1. lib_trhead_pool

    0下载:
  2. c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:6626
    • 提供者:soar_zhong
  1. tiaodu

    0下载:
  2. 关于最佳调度问题的解决!!C语言的算法简单而有趣-C++ program alorthim
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:876
    • 提供者:过了
  1. sendandreceive

    0下载:
  2. 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:963
    • 提供者:付玉强
  1. FuncationCalculator

    0下载:
  2. 简单的计算器C++语言编程.新手参考-Simple calculator C++ programming language. Novice reference ..
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3761
    • 提供者:sky
  1. openFemSrc

    0下载:
  2. 有限元计算软件,用C/C++编程求解了一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础-Finite element software, using C/C++ programming to solve a simple finite element problem, as the finite element study of the programming examples to better understand the fi
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:278172
    • 提供者:
  1. a-similar-map-simple-hash-table

    0下载:
  2. 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
  3. 所属分类:MPI

    • 发布日期:2017-11-04
    • 文件大小:6338
    • 提供者:chuminnan
  1. mm_naive

    0下载:
  2. 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:4010
    • 提供者:wang
  1. queen

    0下载:
  2. 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3000
    • 提供者:张禹
« 12 »
搜珍网 www.dssz.com