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

搜索资源列表

  1. mpi-pi

    0下载:
  2. 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1024
    • 提供者:李海波
  1. gaoxingneng-jisuanji

    0下载:
  2. 高性能计算机系统,主要是讲并行计算,是用C语言编程实现的-The high-performance computer systems, mainly about parallel computing is realized using the C programming language
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1322262
    • 提供者:古月
  1. mpi_bingxing

    0下载:
  2. 并行计算,能让你很好的理解怎么并行计算的-Parallel computing, make you a good understanding of how parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-12-04
    • 文件大小:3237
    • 提供者:zhang
  1. MatMultop

    0下载:
  2. 矩阵乘法OpenMP并行计算程序 线程数可以设定-The matrix multiplication OpenMP parallel computing program the number of threads that can be set
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:325495
    • 提供者:qiyi
  1. Interims-Check-That-Based-on-CUDA

    0下载:
  2. 本程序解决的问题是中期冲突探测的GPU加速问题。随着航空运输业的持续高速增长,空中交通流量日益增长、空域密度不断增加,使得飞机之间的碰撞风险大大增加,对飞行安全造成了严重威胁。为了保障空中交通安全,防止飞机发生危险接近甚至碰撞,冲突检测至关重要。但是,冲突检测的算法非常复杂,而且当某片空域密度过大时,会严重影响检测速度,从而丧失时效性,这时,CPU计算完全不能适应需求,引入GPU并行计算就很必要了。本试验中,经过cuda加速后,不仅能很好的解决目前国内空中管制的100条计划的要求,并且能大大提高
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:970670
    • 提供者:陈嘉明
  1. src

    0下载:
  2. openCL并行计算相关的样例源码,一共有10章的源码,由浅入深地展现了opencl的编写方法-OpenCL parallel computing sample source, a total of 10 chapters of the source, Deep show opencl preparation method
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-25
    • 文件大小:2759
    • 提供者:Taotao
  1. chapter6

    0下载:
  2. 划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:290079
    • 提供者:ws2010
  1. libsvm

    0下载:
  2. 随着计算机和网络技术应用的日益普及,网络安全问题 日显突出。来自计算机系统外部和内部的入侵者可能会对系 统进行破坏,或者试图窃取客户的个人信息。为了保证计算 机系统及信息的安全,网络入侵检测技术得到了发展和应用。-In order to optimize test efficiency of Intrusion Detection System(IDS) based on Support Vector Machine(SVM), a new intrusion detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:223669
    • 提供者:闫雪
  1. pthread_pie

    0下载:
  2. 并行计算:多线程计算Pi值。 运行与编译环境:Linux-Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:952
    • 提供者:ANDY
  1. hadoop-for-entry-level

    0下载:
  2. Hadoop 入门书籍介绍,关于环境与使用用法,非常有用。-Hadoop parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-11-20
    • 文件大小:9375209
    • 提供者:polygan
  1. MultiThread

    1下载:
  2. 多线程实例 主要实现多线程之间并行运算,控制同步与异步-Multi-threaded example between multi-threaded parallel computing, control of synchronous and asynchronous
  3. 所属分类:Communication

    • 发布日期:2016-04-18
    • 文件大小:1215488
    • 提供者:宋翔
  1. ScheduleaRun

    0下载:
  2. windows平台下的一个多任务的并行调度程序,可以指定并行任务的个数。类似于贝奥武夫(Beowulf)分布式并行计算模型。-parallel scheduling program for a multi-tasking windows platform, you can specify the number of parallel tasks. Similar to Beowulf (Beowulf) distributed parallel computing model.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-07
    • 文件大小:1279
    • 提供者:scarlett
  1. q

    0下载:
  2. cpp 进阶并行计算基础学习 并行计算基础 -Cpp based parallel computing students for entry-learning
  3. 所属分类:MPI

    • 发布日期:2017-12-03
    • 文件大小:151058
    • 提供者:胡源
  1. philosopher

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining Philosophers problem is a classic computer science problem, used to demonstrate multi-thread synchronization in parallel computing (Synchronization) problems arising.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:4805
    • 提供者:qs
  1. ParallelComputing.pdf

    0下载:
  2. 并行计算入门指导训练手册 并行计算入门指导训练手册-Parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:1003520
    • 提供者:123
  1. FMINCON_PARALLEL

    0下载:
  2. FMINCON_PARALLEL is a MATLAB program which demonstrates how the FMINCON function, which is used to find the constrained minimizer of a function, can use MATLAB s Parallel Computing Toolbox to perform some calculations in parallel.
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:4388
    • 提供者:all
  1. ADCKEY

    0下载:
  2. 并联式AD按键计算,给出电压值计算出电阻值,给出电阻值计算出电阻值。-AD button parallel computing, given the resistance value of the voltage value, given the resistance value of the resistance value.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:1580495
    • 提供者:学桐
  1. spmv_csr

    2下载:
  2. 稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序-Sparse matri
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3282789
    • 提供者:lipeng
  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
    • 文件大小:2583168
    • 提供者:lingfeng
  1. OpenCLTutorial-Chinese.pdf.tar

    0下载:
  2. 学习OpenCL的教程,内容丰富,搞GPU并行计算,学习OpenCL会到。-OpenCL tutorial learning, content-rich, engaging in GPU parallel computing, OpenCL will to learn.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3540312
    • 提供者:lingfeng
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 32 »
搜珍网 www.dssz.com