搜索资源列表
nt1
- mpi 结合vc编程用模拟退火法算一个最小路径的值-MPI programming combined with simulated annealing count path of a minimum value
cpp
- 用蛮力法解决的Acm icpc试题(求矩阵每一列列和的最小值)。
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
Mathmatics_Analysis
- 计算函数,为求某一函数的最小值。其中自变量的个数为2个。可自己设定。-Calculation function, for the sake of the minimum value of a function. In which the number of independent variables for the two. Can be set.
suanfa_2
- gpu求解大量数据的最小值问题,实现加速比-CUDA program about minnumber
76076324Bellman_Fordautomatique
- bellmanford算法他可以计算网络的最小值-bellmanford algorithm can calculate the minimum value of the network