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

搜索资源列表

  1. 计算1000以内的素数

    0下载:
  2. 这是一个可以计算1000以内的素数算法 觉得还不错-This a 1000 can be calculated within the prime number algorithm also feel good
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:70343
    • 提供者:李宇平
  1. canon

    0下载:
  2. canon算法的mpi程序,很基本的 适用多个节点-canon algorithm MPI process, a very basic application of a number of nodes
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:6073
    • 提供者:王皓
  1. puzzle_java

    0下载:
  2. 魔方问题是算法设计中一个难点,搜索算法的复杂度很高,在这个例子中将采用并行处理的算法对其中的限界剪枝算法进行搜索。-algorithm for solving the problem is a difficult design, search algorithm is highly complex, In this example will use parallel processing algorithms which limits pruning algorithm for the sear
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:秦青
  1. multipso

    0下载:
  2. 使用PSO开发的多种群协作优化算法,好文章啊。可以看看采用啊。-PSO development of the use of a variety of collaborative group optimization algorithm, ah excellent article. Ah can see adopted.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:193151
    • 提供者:余建波
  1. mop_5_27_modified_a

    2下载:
  2. 用改进蚁群算法求解一类连续空间优化问题的matlab实现-improved ant colony algorithm for solving a class of continuous space optimization problems achieving Matlab
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2052
    • 提供者:邹昨然
  1. CalCulateCodeLine

    0下载:
  2. 这个是代码统计器,里面的算法是外国人做的,我做的只是对其中进行了修改,比如可以一次性选择多个文件等等,写的更通俗一点,便于大家观看,具有比较强的实用性,值的一下!相信对大家有用的-this is code for statistics, which the algorithm is a foreigner to do, I just do them the right to amend, For example, one-time can select multiple documents, e
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:28019
    • 提供者:xmcxcoc
  1. mpiaaaa

    0下载:
  2. 一个MPI的小程序,实现2个大矩阵相乘的秉性算法。用C写的,已调试通过。-a small procedures, two matrix multiplication, the algorithm propensity. C write, debug through.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8917
    • 提供者:王熙
  1. gaotv5a

    0下载:
  2. gaotv5,一个著名的遗传算法工具箱.安装在任意目录-gaotv5, a well-known genetic algorithm toolbox. Installed in any directory
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3837323
    • 提供者:李才
  1. l2007425234648

    0下载:
  2. 这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉, 在下浅见: 1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序 -This is a very basic procedure, While they want it begi
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:47744
    • 提供者:haozi
  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现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
  3. 所属分类:并行运算

    • 发布日期:2017-03-22
    • 文件大小:744381
    • 提供者:joyce
  1. 13-1

    0下载:
  2. 并行算法:通过消息传递MPI实现排序,初学者比较好的示例-Parallel Algorithm: MPI message passing through the achievement of sequencing, a relatively good example for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2593
    • 提供者:毛嘉
  1. 00

    0下载:
  2. 用遗传算法和神经网络混合算法预测电力短期负荷预测,是遗传算法的典型应用-Using genetic algorithm and neural network hybrid algorithm to forecast the electricity short-term load forecasting is a typical application of genetic algorithms
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:11304
    • 提供者:张振杰
  1. openmp

    0下载:
  2. 基于OPENMP的并行算法,通过设置不同的线程数来验证多线程对并行计算速度提高的贡献-OPENMP-based parallel algorithm, by setting a different number of threads to validate the multi-threaded parallel computing speed of the contribution of
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1043
    • 提供者:chenqing
  1. ParallelDistributedProgramming

    0下载:
  2. 并行算法学习资料。附录了大量并行算法例子程序。-Parallel algorithm learning materials. Appendix a large number of examples of parallel algorithms process.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2079313
    • 提供者:tailiu
  1. Genetic

    0下载:
  2. 一個簡單的ga演算法,並有線圖產生,利用VB所寫的。-Ga a simple algorithm, and cable map production, written using VB.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:491387
    • 提供者:張小傑
  1. julei

    0下载:
  2. 遗传算法解决聚类问题。.边的权重与时间关系为:1-(用户最近标注时间-该边被标注时间)*0.01,时间间隔以月计,相差一个月权重相差0.01,最近标注的权重为1 2.边的权重通过端点的出度调整 3.若用户没有共现标签,则以其权重最大的部分标签自连接构造标签对 4.若用户标签对少于预设大小,则将其拥有的标签对重复多次,直到数量与预设大小相等-Clustering genetic algorithm to solve the problem. . While the w
  3. 所属分类:MPI

    • 发布日期:2017-05-25
    • 文件大小:9124276
    • 提供者:S514506227
  1. a

    0下载:
  2. 基于粗糙集算法,是一个关于并行约简算法的,关于一个新开辟的小领域-rough set
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:5442
    • 提供者:宋转
  1. A-new-parallel-genetic-algorithm

    0下载:
  2. 并行遗传算法的分析,与最基本的有多不同,改进版-Parallel Genetic Algorithm analysis, with the most basic how different and improved version of
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:92910
    • 提供者:pei
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k
  3. 所属分类:并行计算

    • 发布日期:2017-12-28
    • 文件大小:60203008
    • 提供者:拖把
  1. 新建文件夹

    0下载:
  2. 提出了一种以目标函数变化量作为评价函数的改进禁忌搜索算法,并进行了理论分析,然后将其与有效禁忌搜索算法作了性能比较。通过比较三个公共测试数据集的计算结果,验证了本文提出的禁忌搜索算法的可行性和有效性。(Proposed a change in the objective function as the evaluation function of the improved tabu search algorithm, and has carried on the theoretical anal
  3. 所属分类:并行计算

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:WALJXZY
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com