CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parallel computing

搜索资源列表

  1. Parallel-computing-on-the-internet

    0下载:
  2. 遗传算法,基于INTERNET的并性遗传算法研究-Natures genetic algorithm based on INTERNET research
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:135599
    • 提供者:pei
  1. main

    0下载:
  2. 使用MPI并行计算技术,实现矩阵与向量相乘的算法代码-MPI parallel computing technology, the matrix vector multiplication algorithm code
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2444
    • 提供者:mayuqing
  1. CUDA

    0下载:
  2. GPU并行计算及CUDA编程相关资料,都是从网上搜集过来的-GPU parallel computing and CUDA programming data are collected from the Internet over the
  3. 所属分类:MPI

    • 发布日期:2017-05-27
    • 文件大小:9898943
    • 提供者:马云
  1. parallel-program-design

    0下载:
  2. 主要介绍高性能计算方面的程序编写,以及linux下的shell编程,并行程序的设计,高性能计算集群的管理与优化等。-Introduces procedures for the preparation of high performance computing, and under linux, shell programming, parallel program design, management and optimization of high performance computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21072586
    • 提供者:圣郎
  1. PC15

    0下载:
  2. 中科大并行计算课程的ppt,非常有借鉴意义的。-The USTC parallel computing course ppt, and very reference.
  3. 所属分类:MPI

    • 发布日期:2017-05-31
    • 文件大小:13019721
    • 提供者:fuhaiyang
  1. OpenMP

    1下载:
  2. OpenMP并行计算例子,主要包括简单例子、并行循环、常用函数、分段并行、嵌套并行、求π以及同步这些例子。所有例子都已经过测试。-OpenMP parallel computing examples, including a simple example, a parallel loop, commonly used functions, segmented parallel nested parallelism, find π and the synchronization of these
  3. 所属分类:CSharp

    • 发布日期:2016-09-18
    • 文件大小:10982400
    • 提供者:青青子衿
  1. Parallel_Optimization

    0下载:
  2. Speeding Up Optimization Problems with Parallel Computing - Webinar - 10 August 2010
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1733256
    • 提供者:Amroun
  1. task_divide_methods

    0下载:
  2. 并行计算中的任务分配算法,这是并行计算中的关键技术。-Task allocation algorithm for parallel computing, parallel computing technology.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:405667
    • 提供者:kunlun
  1. GGPUFIRRP

    0下载:
  2. 一个基于GPU运算的FIR滤波器程序,基于CUDA平平台而开发。支持GPU并行运算。, -A flat platform, based on the CUDA GPU computing-based FIR filter program development. Supports GPU parallel computing. ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:264240
    • 提供者:澄清
  1. Dmini-omp-deme

    0下载:
  2. 并行计算的演示程序,基于OppenMP的演示程序 -Demo program, based on parallel computing OppenMP demonstration program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8883
    • 提供者:fjk2002
  1. wordcount

    0下载:
  2. 并行计算实验,wordcount算法Mapreduce实现。-Parallel computing the experiment, wordcount algorithm Mapreduce achieve.
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:1682
    • 提供者:流川天
  1. pi

    0下载:
  2. 并行计算实验,多线程计算pi源代码,附有说明。-Parallel computing experiment, multithreaded to calculate pi source code annotated.
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:925
    • 提供者:流川天
  1. training-2003

    0下载:
  2. 这是中科大的并行运算学习资料,个人感觉很有用处-Cultivation of parallel computing is to learn information useful personal feeling
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:878124
    • 提供者:jidutu
  1. prime

    0下载:
  2. 基于Java的并行计算,搜寻任意范围区间的所有等于质数乘积的数,可作为对并行计算的入门了解。-Java-based parallel search any range interval number is equal to the product of prime numbers, as parallel computing introductory understanding.
  3. 所属分类:MPI

    • 发布日期:2017-11-19
    • 文件大小:2401
    • 提供者:李佳轩
  1. BucketSort

    0下载:
  2. 使用并行计算构建bucket sort算法-Using parallel computing to build bucket sort algorithm
  3. 所属分类:IME Develop

    • 发布日期:2017-11-07
    • 文件大小:2616803
    • 提供者:wsxz_wsxz
  1. source

    0下载:
  2. 矩阵乘法的并行计算实现,提高效率,实用简单-Matrix multiplication parallel computing to achieve, improve efficiency, simple and practical
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:8263
    • 提供者:卉子
  1. 11232

    0下载:
  2. AMD_OpenCL_大学教程中文版、 在计算机术语中,并行性描述了把一个复杂问题分解成多个能同时处理的子问题的能力。要实现并行计算,首先我们 有物理上能够实现并行计算的硬件设备,比如多核CPU,每个核能同时实现算术或逻辑运算。-AMD_OpenCL_ university course Chinese version, in computer terminology, parallelism described a complex problem into multiple sub-p
  3. 所属分类:Development Research

    • 发布日期:2017-12-10
    • 文件大小:5609119
    • 提供者:hobbbby
  1. openMosix-2.4.20-3

    0下载:
  2. 用于构建并行计算平台的一个工具,很实用,对于老电脑可以用来构建并行平台-parallel computing for linux
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:305185
    • 提供者:Jenny
  1. MPICH2-installation-note

    0下载:
  2. MPICH2简单的安装配置总结,用于并行计算使用到的。-MPICH2 simple installation configuration summary for parallel computing.
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:164909
    • 提供者:funhu
  1. logintest.tar

    0下载:
  2. 网络登录机器人的源码,采用多线程并行计算,模拟网络机器人的同时登录。-The network logon robot source, multi-threaded parallel computing, the analog network robot Login.
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:407374
    • 提供者:liuzhuo
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 32 »
搜珍网 www.dssz.com