CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - parallel algorithm

搜索资源列表

  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111429
    • 提供者:魏忠祥
  1. MIN_MAX

    0下载:
  2. 蚁群算法的功能实现。在此算法的基础上可以并行实现-Ant colony algorithm to achieve the function. In this algorithm can be based on the Parallel Implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:105457
    • 提供者:xyf
  1. cannon1

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1023
    • 提供者:周济
  1. shizi

    0下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for the tim
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:523
    • 提供者:abc
  1. 90_WSS

    0下载:
  2. 实现窗口搜索算法的并行系统——协同处理器-Search algorithm to achieve the window parallel systems- co-processor
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2821
    • 提供者:yeyang
  1. 91_WSS

    0下载:
  2. 实现窗口搜索算法的并行系统——序列存储器-Search algorithm to achieve the window parallel systems- Serial Memory
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2419
    • 提供者:yeyang
  1. 92_WSS

    0下载:
  2. 实现窗口搜索算法的并行系统——字符串存储器-Search algorithm to achieve the window parallel systems- the string memory
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2785
    • 提供者:yeyang
  1. 93_WSS

    0下载:
  2. 实现窗口搜索算法的并行系统——顶层控制器-Search algorithm to achieve the window parallel systems- the top-level controller
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3237
    • 提供者:yeyang
  1. TDMP_BCJR

    2下载:
  2. LDPC码的并行译码算法:在trellis图上的BCJR算法TDMP_BCJR-Parallel Decoding Algorithm for LDPC codes: In the trellis diagram of the BCJR algorithm TDMP_BCJR
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:296853
    • 提供者:郭旭东
  1. TDMP_SPA

    1下载:
  2. LDPC码的并行译码算法:在Tannar图上的TDMP_SPA 算法-Parallel Decoding Algorithm for LDPC Codes: The Tannar diagram of TDMP_SPA Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:296396
    • 提供者:郭旭东
  1. TDMP_SPA_MSA

    0下载:
  2. LDPC并行译码算法,在Tannar图上的TDMP_SPA 算法的简化算法MSE-Parallel LDPC decoding algorithm, Tannar map of TDMP_SPA algorithm simplification algorithm MSE
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:316117
    • 提供者:郭旭东
  1. Peric_Computational_Methods_for_Fluid_Dynamics

    0下载:
  2. Peric书中附带的所有源码,包括同位网交错网格在2d,3d的层流算法,还有附带的并行算法,拉普拉斯算法等,具体参考readme文件-Peric book with all the source code, including the coordinates with a staggered grid in the 2d, 3d of the laminar flow algorithm, as well as with the parallel algorithm, Laplace algor
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1509849
    • 提供者:耗子
  1. A-Parallel-Repair-Genetic-Algorith

    0下载:
  2. A Parallel Repair Genetic Algorithm to Solve the Unit Commitment Problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:400598
    • 提供者:power
  1. Parallel-genetic-algorithm

    0下载:
  2. 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:931882
    • 提供者:陈嘉鑫
  1. Neural-network-algorithm

    0下载:
  2. 人工神经网络就是模拟人思维的第二种方式。这是一个非线性动力学系统,其特色在于信息的分布式存储和并行协同处理。虽然单个神经元的结构极其简单,功能有限,但大量神经元构成的网络系统所能实现的行为却是极其丰富多彩的。-Artificial neural network is the second way to simulate human thinking. This is a nonlinear dynamical system, which feature information distribut
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1927
    • 提供者:王桂莲
  1. pba_v1.0.5

    1下载:
  2. 光束法平差SBA的并行算法实现,能大幅提高计算的速度和效率,应用与摄影测量相关-SBA bundle adjustment parallel algorithm implementations can significantly improve computing speed and efficiency, the application associated with photogrammetry
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-18
    • 文件大小:1285120
    • 提供者:余凡
  1. parallel-ga

    0下载:
  2. Solving flow shop scheduling problem using a parallel genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:217713
    • 提供者:mohammad.b
  1. icpi

    0下载:
  2. 并行算法的实现pi的,第一次尝试,HA-Parallel algorithm realization of pi, the first attempt
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:陈明
  1. quicksortMPI

    0下载:
  2. sort parallel algorithm by mpi
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:mokha
  1. pso2

    0下载:
  2. 粒子群比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutati
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:超人回家了
« 12 3 »
搜珍网 www.dssz.com