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

搜索资源列表

  1. 95108325

    0下载:
  2. 通过CPLD实现串行通信之VHDL语言,好看易懂-through CPLD serial communications VHDL, pretty easy to understand
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:dengri
  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:863.52kb
    • 提供者:wzy
  1. ComputeTime

    0下载:
  2. 基于NV的CUDA(计算统一构架)的一段程序,示例如何在显卡的GPU上进行并行平方和运算,代码思路清晰,易于理解。-NV based on the CUDA (calculated unified framework) period of procedures, examples of how the GPU graphics cards on the square and parallel computing, code clear and easy to understand.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:255.27kb
    • 提供者:李美剑
  1. PQ

    0下载:
  2. 本程序为PQ解耦法计算电力系统的常规潮流。该程序简单,易懂,注释详细。-This procedure PQ decoupled method for power system of conventional trend. The procedure is simple, easy-to-understand, detailed notes.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3.68kb
    • 提供者:孙磊
  1. huisufa01beibao

    0下载:
  2. 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:9.86kb
    • 提供者:木枫
  1. NVIDIA_CUDA_1

    0下载:
  2. cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。-cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master p
  3. 所属分类:MPI

    • 发布日期:2017-05-22
    • 文件大小:6.79mb
    • 提供者:wuhaoqiang
  1. vehicle

    0下载:
  2. 在处理多参数变量不确定情况下时非常好用,可以任意改变参数的大小以达到最好的处理方式-Multi-parameter variables in dealing with the case when uncertainty is very easy to use, you can change the parameters of any size to achieve the best approach
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6.77kb
    • 提供者:peter
  1. DS1820

    0下载:
  2. 一个d18b20的程序,希望对初学的同学有所帮助,程序中有详细的注释,简单易学-A d18b20 procedures, and they hope to help novice students, the program notes in detail, easy to learn
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1.04kb
    • 提供者:zanrunrun
  1. pp-1.5.7RC

    0下载:
  2. Parallel Python (PP) PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). It is light, easy to install and int
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:35.28kb
    • 提供者:gaolu
  1. ccache

    0下载:
  2. 自己开发的缓存类,很清晰简便的使用,方便开发者应用缓存-Self-developed cache type, I am clear and easy to use, enabling developers to use the cache
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:20.49kb
    • 提供者:海量
  1. CUDA

    0下载:
  2. 比较好的入门文档,深入浅出谈CUDA编程,快速帮助入门-cuda programming,easy taking
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:124.3kb
    • 提供者:lin
  1. CUDAtools

    0下载:
  2. CUDA(GPU计算)开发资料,包括3份文档和一份快速开发设置工具,文档包括有CUDA环境设置,CUDA简易编程以及非常有名的深入浅出谈CUDA技术一文。-CUDA (GPU computing) development information, including three copies of the document and a set for rapid development tools, documentation including CUDA environment setting
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1.55mb
    • 提供者:llc
  1. FFT

    0下载:
  2. 简易的能实现FFT快速傅里叶算法,MATLAB编译环境,适用于教学例题-Easy to achieve FFT Fast Fourier algorithm, MATLAB compilation environment for the teaching Example
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:785byte
    • 提供者:任明
  1. chengxu

    0下载:
  2. 开关控制数码管,非常简单易懂,设置管教就能使用-Switch control of digital control,very convinient and easy to learn.
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:876.47kb
    • 提供者:丁哥
  1. Adaptive_particle_swarm_algorithm

    0下载:
  2. 自适应粒子群算法,自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,而且不容易陷入局部最优,能更有效的解决复杂问题。-Adaptive particle swarm algorithm, adaptive particle swarm optimization, in which ordinary PSO joined the entropy and the concept of average distance, speed up the convergenc
  3. 所属分类:MPI

    • 发布日期:2016-11-29
    • 文件大小:4.89kb
    • 提供者:陈波
  1. parallelComputing

    0下载:
  2. 哈尔滨工业大学并行计算研究生课程优秀课件,内容详实,通俗易懂-Harbin Institute of Technology postgraduate courses in parallel computing outstanding courseware, informative, easy to understand
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3.73mb
    • 提供者:曾时
  1. Program-With-OpenMP

    0下载:
  2. 使用openMP进行并行计算 openMP具有如下特点:1.标准性 2.简洁实用 3.使用方便 4.可移植性-Parallel computing using openMP openMP has the following characteristics: 1. Standard of 2 simple and practical 3. Easy to use 4 Portability
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:115kb
    • 提供者:j-wu06
  1. inductor

    0下载:
  2. 磁环电感计算电子表格,请用到的同事进行下载-inductor for flyback,it is so easy used this document,please feedback something to me,hope it is useful to you,20 byte
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:66.9kb
    • 提供者:赵湛
  1. kernel_CUDA

    0下载:
  2. 里面有有几个用CUDA编写的几个经典的并行小程序,对学习CUDA以及并行思想很有启发作用,简单易学!-There are a few of several classic written in CUDA parallel program for learning CUDA and parallel thinking is very stimulating, and easy to learn!
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:1.9kb
    • 提供者:xzq
  1. zhizhen

    0下载:
  2. 说明指针的使用注意事项,简单明了,方便理解。-show the use of the pointer, simple and clear.Easy to understand.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:502.16kb
    • 提供者:彭明明
« 12 3 »
搜珍网 www.dssz.com