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

搜索资源列表

  1. java2

    0下载:
  2. 基于Java的并行矩 阵相乘算法代码 -Java-based parallel matrix multiplied algorithm code Java-based parallel matrix multiplied algorithm code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:
  1. OpenMP

    0下载:
  2. 使用openmp实现枚举排序算法的并行实现,文档中包含代码和实验结果-Use openmp achieve enumeration sorting algorithm implemented in parallel, the document contains the code and results
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:426168
    • 提供者:小子
  1. PageRank

    0下载:
  2. 基于hadoop的PageRank,是个并行计算页面权重的算法-PageRank based on mapreduce,it can caculate the relenvent importance of the page.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:55678
    • 提供者:孙绮梦
  1. P-ary-Search

    0下载:
  2. 一种采用CUDA并行加速的快速排序算法。实现平台VS2012 + CUDA.-One kind of fast acceleration using CUDA parallel sorting algorithms. Implementation platform VS2012+ CUDA.
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3445985
    • 提供者:王东
  1. GPS

    0下载:
  2. 一种新的捕获方法,基于抽取并结合串并行搜索的算法。这种捕获方法在并行码相位搜索算法的基础上加入了抽取和串行搜索的部分,从而减少了计算量,提高了运算速度。- a new capture method, based on the extraction and the combination of serial-parallel search algorithm. The extraction and serial search are added in the capture method on t
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:frank
  1. GUO-fast-parrallel

    0下载:
  2. 指纹细化中GUO提出的快速并行细化算法源码,附有注释- Fingerprint refinement GUO proposed fast parallel thinning algorithm source code, annotated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:tony
  1. spark-logisticregression-and-softmax

    0下载:
  2. spark平台上的机器学习算法,包括分类、回归以及矩阵相乘的并行实现-Machine learning algorithms spark platforms, including classification, regression and parallel implementation of matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:4820
    • 提供者:黄晓辉
  1. verilog-juanjima

    1下载:
  2. 卷积码是一种重要的前向纠错信道编码方式,其纠错性能常常优于分组码,且(2,1,7)卷积码已应用于现代卫星通信系统中。Viterbi译码算法能最大限度地发挥卷积码的优异性能。这里采用Verilog  HDL语言设计出(2,1,7)卷积码的编码器模块和基于Viterbi算法的译码器模块,译码器采用全并行结构,译码速度快-Convolutional code is an important forward error correction channel coding method, and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:10240
    • 提供者:邓博于、
  1. zhucongshi-yichuansuanfa

    0下载:
  2. 使用vc++6.0实现了遗传算法主从式并行计算,减少了遗传算法计算时间。-Using a genetic algorithm to achieve vc++6.0 master-slave parallel computing, genetic algorithm reduces computation time.
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:4770
    • 提供者:钱云云
  1. BP_nature

    0下载:
  2. 人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。BP_nature1为离线程序,BP_nature2为在线调试程序。- Artificial Neural Network (Artificial Neural Netw
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1302
    • 提供者:原文宾
  1. IMM-track

    0下载:
  2. 在滤波估计方面,针对增益矩阵计算运算量大的问题,采用 并行滤波器,提出基于机动检测理论的算法。算法复杂度低,易 于工程实现,算法在复杂度上有很大的降低,但过程噪声对跟踪性能影 响较大。因此,引进机动检测策略,结合不同过程噪声下的算法,能有 效降低运算时间,提高跟踪精度。 -Adaptive template update strategy which can adjust the reference template based on the changes of the
  3. 所属分类:Project Design

    • 发布日期:2017-05-23
    • 文件大小:6812070
    • 提供者:陈想
  1. power-meter

    0下载:
  2. 并行8通道三波长(850 1310 1550nm)光功率检测,数字模拟开关cd4051实现量程自动切换,移位寄存器74hc595对51单片机IO口进行扩展,采用算法对量程边界光功率值容易跳变进行处理。-8-channel parallel three-wavelength (850 1310 1550nm) optical power detection, digital analog switch cd4051 achieve automatic range switching, the sh
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:272384
    • 提供者:jiao
  1. parallel-computeing

    0下载:
  2. 并行计算课件,linux下执行,包括OpenMP、MPI、Multithread、MapReduce、PCAM等,还有一些算法知识-Parallel computing courseware, under linux implementation, including OpenMP, MPI, Multithread, MapReduce, PCAM, etc., and some knowledge of algorithms
  3. 所属分类:MPI

    • 发布日期:2017-06-13
    • 文件大小:20897316
    • 提供者:wsl
  1. vonoroi

    0下载:
  2. 膨胀法Voronoi图的c算法,并且使用并行计算进行改进-Voronoi diagram expansion method
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:谭成浩
  1. omp_trap1

    0下载:
  2. 非常好用的基于openmp的并行程序代码,功能是梯形积分算法,目前只是一个简单的版本,可能还有很多其他的版本-openmp trap
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1313
    • 提供者:qwe
  1. kmeans

    0下载:
  2. 用c++实现c均值聚类算法,并行计算实现该方法。-c-means c++
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:53784
    • 提供者:杨林
  1. ParallelAdaptiveClonalSelection

    1下载:
  2. 并行自适应克隆选择算法 在FbgFunc.m中设置目标函数和优化参数 在CloneySelection.m中设置参数取值范围及其他算法参数 本算法在基本克隆选择算法的基础上增加自适应和并行功能计算效率比基本克隆选择算法高。 附带论文为本人为第一作者撰写的,论文中有一部分内容介绍该算法流程。 对该算法有任何疑问可以通过dxbsoccer@163.com联系我。 目前该算法暂时是无约束优化,欢迎大家试用并提出宝贵意见。-Parallel adaptive clon
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1666999
    • 提供者:rengpinsai
  1. GRAPPA程序

    1下载:
  2. 经典的并行磁共振成像的算法GRAPPA程序,并附有8线圈的数据。
  3. 所属分类:图形图象

  1. driver-fatigue-detection-system

    0下载:
  2. 基于FPGA的疲劳驾驶检测系统设计。本系统集图像采集、存储、算法处理、报警于一体。利用FPGA并行处理数据的特 点使系统检测速度达到了视频源25帧/秒的速度,满足了实时性要求。该系统检测准确 率较高、体积小、功耗小、成本低,市场前景广阔。-Driver fatigue detection system based on FPGA design. The system combines image acquisition, storage, processing algorithms an
  3. 所属分类:Project Design

    • 发布日期:2017-05-24
    • 文件大小:7248886
    • 提供者:王其
  1. cudaAes

    0下载:
  2. Cudaaes 实现了AES算法并行化处理,该程序主要基于cuda6.5.- Cudaaes 实现了AES算法并行化处理,该程序主要基于cuda6.5. Cudaaes implementation of the AES algorithm for parallel processing, the program is mainly based on cuda6.5.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-31
    • 文件大小:13207147
    • 提供者:wangpei
« 1 2 ... 35 36 37 38 39 4041 42 43 »
搜珍网 www.dssz.com