搜索资源列表
-
0下载:
设计一个有 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
-
-
0下载:
蚁群算法的功能实现。在此算法的基础上可以并行实现-Ant colony algorithm to achieve the function. In this algorithm can be based on the Parallel Implementation
-
-
0下载:
cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
-
-
0下载:
最佳高度问题。 问题描述: 假设有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
-
-
0下载:
实现窗口搜索算法的并行系统——协同处理器-Search algorithm to achieve the window parallel systems- co-processor
-
-
0下载:
实现窗口搜索算法的并行系统——序列存储器-Search algorithm to achieve the window parallel systems- Serial Memory
-
-
0下载:
实现窗口搜索算法的并行系统——字符串存储器-Search algorithm to achieve the window parallel systems- the string memory
-
-
0下载:
实现窗口搜索算法的并行系统——顶层控制器-Search algorithm to achieve the window parallel systems- the top-level controller
-
-
2下载:
LDPC码的并行译码算法:在trellis图上的BCJR算法TDMP_BCJR-Parallel Decoding Algorithm for LDPC codes: In the trellis diagram of the BCJR algorithm TDMP_BCJR
-
-
1下载:
LDPC码的并行译码算法:在Tannar图上的TDMP_SPA 算法-Parallel Decoding Algorithm for LDPC Codes: The Tannar diagram of TDMP_SPA Algorithm
-
-
0下载:
LDPC并行译码算法,在Tannar图上的TDMP_SPA 算法的简化算法MSE-Parallel LDPC decoding algorithm, Tannar map of TDMP_SPA algorithm simplification algorithm MSE
-
-
0下载:
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
-
-
0下载:
A Parallel Repair Genetic Algorithm to Solve the
Unit Commitment Problem
-
-
0下载:
经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
-
-
0下载:
人工神经网络就是模拟人思维的第二种方式。这是一个非线性动力学系统,其特色在于信息的分布式存储和并行协同处理。虽然单个神经元的结构极其简单,功能有限,但大量神经元构成的网络系统所能实现的行为却是极其丰富多彩的。-Artificial neural network is the second way to simulate human thinking. This is a nonlinear dynamical system, which feature information distribut
-
-
1下载:
光束法平差SBA的并行算法实现,能大幅提高计算的速度和效率,应用与摄影测量相关-SBA bundle adjustment parallel algorithm implementations can significantly improve computing speed and efficiency, the application associated with photogrammetry
-
-
0下载:
Solving flow shop scheduling problem using a parallel genetic algorithm
-
-
0下载:
并行算法的实现pi的,第一次尝试,HA-Parallel algorithm realization of pi, the first attempt
-
-
0下载:
sort parallel algorithm by mpi
-
-
0下载:
粒子群比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutati
-