CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 并行程序学习

搜索资源列表

  1. binxingsuanfa

    0下载:
  2. 并行程序设计是当前软件开发的新热点,本课件讲述了并行程序设计的关键技术内容,是很好的学习材料.-parallel program design is the development of new software hot, The courseware on the parallel program design, the key technical elements, is a very good learning materials.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:10227359
    • 提供者:无言
  1. MPIparelle

    0下载:
  2. 一本介绍并行程序设计语言MPI的电子书,是您学习MPI并行程序设计时值得参考的东西。 MPI并行程序设计-introduced a parallel programming language MPI eBook, yes you learn MPI parallel program design things worth considering. MPI Parallel Programming
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:819720
    • 提供者:seafloat
  1. VC并行编程示例

    0下载:
  2. 多线程编程已成未来的趋势,本例子在VC++开发环境中模拟赛马过程编写了一个多线程程序,可以为想学习并行编程的朋友提供借荐和参考。
  3. 所属分类:Windows编程

  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. mpisourceprogram

    2下载:
  2. 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:847122
    • 提供者:yuyueer
  1. parallel

    0下载:
  2. 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4963687
    • 提供者:KevinTse
  1. ParallelDistributedProgramming

    0下载:
  2. 并行算法学习资料。附录了大量并行算法例子程序。-Parallel algorithm learning materials. Appendix a large number of examples of parallel algorithms process.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2079313
    • 提供者:tailiu
  1. mpibook

    0下载:
  2. MPI并行程序设计的一些资料 很经典的 欢迎大家下载学习 -MPI parallel programming some of the information are welcome to download the classic study
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:829989
    • 提供者:yiliang
  1. openMP

    0下载:
  2. 文档简单介绍了openMP并行程序设计,非常适合入门学习,希望和大家共勉。-Document a brief introduction openMP parallel programming, is ideal for entry-learning, hope and encourage one another.
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:245751
    • 提供者:刘彬
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:陈君
  1. MPI_sample

    1下载:
  2. MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:25902
    • 提供者:张李群
  1. Automatic-parallel-compiled

    0下载:
  2. 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5625754
    • 提供者:王鹏
  1. Matlab-code

    0下载:
  2. 《实战Matlab之并行程序设计》程序代码,里面是很全的代码,供大家学习亩烤烟下载相应的书籍学习。-The actual combat Matlab parallel programming
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4569973
    • 提供者:齐桂刚
  1. mpi

    0下载:
  2. 《并行程序设计》书中每章节的全部代码,对于初学者可以借鉴代码学习。-" Parallel programming" in each chapter of the book all the code for the beginners can learn the code to learn.
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:844798
    • 提供者:孙旭光
  1. PParallelDista

    0下载:
  2. 并行算法学习资料。附录了大量量并行算法例子程序。 -Parallel algorithm for learning materials. Appendix considerable amount of parallel algorithm example program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2078932
    • 提供者:guowai
  1. Matlab-code

    1下载:
  2. < 实战matlab之并行程序设计>>全书程序,帮助大家学习。-The < < combat Matlab parallel programming > > Britannica program
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:4570112
    • 提供者:ZhengShenhai
  1. MatlabCuda

    0下载:
  2. 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:2561024
    • 提供者:Bigstrong
  1. Matlab学习

    0下载:
  2. 对于初学者非常实用的简单Matlab程序(For beginners very practical simple Matlab program)
  3. 所属分类:并行计算

  1. c++并行计算

    0下载:
  2. 能够通过多线程实现查找算法,大大节省了计算时间,提高了程序效率(Ability to implement a lookup algorithm through multiple threads)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:7238656
    • 提供者:zyqzyq
  1. 并行程序设计导论

    1下载:
  2. 适合于新手学习并行化MPI程序以及并行思想学习(This is a parallel program learning material for beginners.)
  3. 所属分类:并行计算

    • 发布日期:2020-06-07
    • 文件大小:17217536
    • 提供者:于大大
« 12 3 »
搜珍网 www.dssz.com