CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - parallel algorithm

搜索资源列表

  1. zs-algorithm

    0下载:
  2. 利用zhang suen快速并行的算法 实现了字符图像的细化功能 有较好的细化效果-Use of the the zhang suen fast parallel algorithm to achieve the refinement of character images function better refinement effect
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2532
    • 提供者:张蕾
  1. zhang

    3下载:
  2. 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-11
    • 文件大小:623
    • 提供者:liuliyang
  1. BP

    0下载:
  2. Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:223838
    • 提供者:savsee
  1. turbo

    1下载:
  2. 本程序设计的是咬尾编码的turbo码,用matlab编写。咬尾turbo码也即不需要拖尾比特,使得前后两个状态相同,译码采用修正的MAP译码算法。此文件为咬尾编码的主程序,将数据流分段编码并行处理-This program is designed to encode the turbo tail biting code, written with matlab. Tail biting turbo code that is not trailing bits to make the same b
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:2560
    • 提供者:yangf
  1. waterfilling

    0下载:
  2. In this programe a highly scattered enviroment is considered. The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in parallel channel (after SVD decomposition) is distributed as water-filling algorith
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1643
    • 提供者:passero
  1. FIR_Parallel_algorithm

    2下载:
  2. 二并行FIR算法具有速度快的优点,其算法对信号的处理有它独特的优势,其中的源程序对算法进行了仿真,与结论一致-FIR Parallel algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:34931
    • 提供者:张星
  1. Non-numerical-parallel-algorithms-Ga

    0下载:
  2. 非数值并行算法:遗传算法,遗传算法的一个教程,很适合初学者-Non-numerical parallel algorithms: Genetic algorithm, genetic algorithm tutorial, very suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:4089036
    • 提供者:zhx
  1. parallel

    1下载:
  2. 平行板电容器电容的矩量法计算 算法简单容易实现-Capacitance of parallel plate capacitor method of moments algorithm is simple and easy to implement
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:15298
    • 提供者:张彬
  1. parallel-asynchronous-pso_05

    0下载:
  2. 包括:用基本粒子群算法求解无约束优化问题,用带压缩因子的粒子群算法求解无约束优化问题,用线性递减权重粒子群优化算法求解无约束优化问题,用自适应权重粒子群优化算法求解无约束优化问题,用随机权重粒子群优化算法求解无约束优化问题,用学习因子同步变化的粒子群优化算法求解无约束优化问题,用学习因子异步变化的粒子群优化算法求解无约束优化问题,用二阶粒子群优化算法求解无约束优化问题,用二阶振荡粒子群优化算法求解无约束优化问题-Include: using the particle swarm algorith
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:168802
    • 提供者:yu
  1. matirx-muliplication

    0下载:
  2. 矩阵相乘,基于CUDA用并行算法实现矩阵的乘法-matrix muliplication with parallel algorithm implication matrix muliplication base on CUDA
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:15106
    • 提供者:王坨坨
  1. Neural-network

    0下载:
  2. 神经网络,它是一种模范动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。-Neural network, it is a neural network model of animal behavior characteristics, the distributed parallel algorithm for information processing model. This network
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:25965
    • 提供者:秦莉平
  1. GPS-parallel-code-acqure-algorithm

    1下载:
  2. GPS并行码捕获算法MATLAB源代码,含有1024点FFT噪声的计算。-GPS parallel code acqure algorithm matlab source code, including 1024 points FFT noise calculation.
  3. 所属分类:matlab

    • 发布日期:2017-10-30
    • 文件大小:8048
    • 提供者:
  1. PSO

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1568
    • 提供者:艾岳巍
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2005
    • 提供者:艾岳巍
  1. GPS-Acquisition-Algorithm

    1下载:
  2. GPS信号的捕获算法仿真,包括串行捕获算法仿真(平方检波,CFAR,单次判决),并行码相位捕获算法仿真(平方检波,CFAR,单次判决),以及FFT并行码相位捕获算法仿真(平方检波,CFAR, TONG判决)。-GPS signal acquisition algorithm simulation, including the capture of serial algorithm simulation (square detection, CFAR, a single sentence), pa
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:461022
    • 提供者:王大壮
  1. ACATSP

    0下载:
  2. 蚁群算法是一种分布式内在并行算法。单个蚂蚁的搜索过程是彼此独 立的,易于局部最优,通过个体间不断的信息交流和传递有利于发现较好解;并且该算法是一种正反馈算法。路径上的信息素浓度较高,将吸引更多的蚂蚁沿这条路径运动,又使得信息素浓度增加,加快了算法的进化过程。本文通过求解TSP问题,通过在特定情况下对路径进行逐步遍历比较来降低陷入局部最优解的可能性, 找出最优解。-Ant colony algorithm is an inherent distributed parallel algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2088
    • 提供者:和数天
  1. POS

    0下载:
  2. 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
  3. 所属分类:matlab

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

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:snowtiger
  1. 43680500GA

    0下载:
  2. 遗传算法:非数值并行算法遗传算法.非数值并行算法遗传算法.遗传算法:非数值并行算法遗传算法.非数值并行算法遗传算法.(Genetic algorithm: non numerical parallel algorithm, genetic algorithm, non numerical parallel algorithm, genetic algorithm. Genetic algorithm: non numerical parallel algorithm, genetic algor
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:29696
    • 提供者:Arthurking
  1. pso-code

    0下载:
  2. 粒子群算法是一种并行算法。它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。(Particle swarm optimization (PSO) is a parallel algorithm. It seeks the global optimal by following the optimal value of the current search. This algorithm has attra
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:zkhbqhd
« 12 3 4 »
搜珍网 www.dssz.com