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

搜索资源列表

  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A * algorithm. The experiment of the A * algorithm h (n) = p (n), p (n) is defined for each license its goal the distance between the location (not
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.55kb
    • 提供者:杨秀云霁
  1. Divide22.c

    0下载:
  2. 分治算法的实现,输入N个节点数据(如个在一条直线上则只有一个数,平面上则以数据对形式实现),可以得到其中距离最近的两点数据及其距离。-partition algorithm implementation, the importation of N-node data (eg 000 in a straight line only a few. while data on the plane on the form), which can be from 2:00 recent data and
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22.13kb
    • 提供者:李风
  1. prime-tree

    0下载:
  2. 最小生成树:利用普鲁姆算法,完成将给定节点和边的权值的图生成最小生成树,用于各项公共事业最少经费的设计方法-minimum spanning tree : pass algorithm, Givens completed nodes and the right side of the value of the minimum spanning tree generation for public utilities at least for the design method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:杨翠
  1. canon

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

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

    0下载:
  2. 用于实现pagerank算法编程,只是一个算法,节点代表网页,边代表连接。-to achieve hl_end programming algorithm, only one algorithm, node representative website edge represents a link.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:范欣
  1. Dijkstra_c

    0下载:
  2. C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.88kb
    • 提供者:1
  1. BitTree

    0下载:
  2. 二叉树的几种操作,包括递归先序建立二叉树、先序遍历、中序遍历、后序遍历、非递归的各种遍历、计算叶子节点数目和所有节点数目,使用队列实现层次遍历。供研究和学习基本算法者使用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.51kb
    • 提供者:刘瑜
  1. FLoyrC

    0下载:
  2. 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用Dijkstra算法就可以了。不过在这里想换换口味,采取Robert Floyd提出的算法来解决这个问题。下面让我们先把问题稍微的形式化一下
  3. 所属分类:语音合成与识别

    • 发布日期:2014-01-16
    • 文件大小:1.08kb
    • 提供者:victor
  1. guofu11111111111111

    0下载:
  2. 用c++语言编写的程序,实现一个带头节点的非递减单链表存储结构的线性表。此程序能实现的基本算法有:初始化单链表,销毁单链表,插入元素,删除元素,清空单链表,打印线性表表和合并单链表。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:Johnny
  1. Count3Quit2

    0下载:
  2. 简单的数三退一算法。对于一个给定数目的数组,首尾相接。从第一个开始,数到三时,其位置的节点被去掉。依次每次数三个数,求出最后一个没被去掉的数
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:796byte
    • 提供者:谢宇
  1. spline

    0下载:
  2. 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:wangyangyang
  1. BPNeuralcode

    0下载:
  2. 一种典型的递归网络结构,由5个输入,10中间,5输出节点组成,采用bp算法,可以用于普通故障诊断,系统辨识
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:潇布衣
  1. 2dimaging.mpi.c.tar

    0下载:
  2. 主从模式粗粒级并行算法C程序:这是我以前研究生期间编写的叠前地震成像C源码,通过调用mpi库函数实现分频并行计算,为了实现负载均衡,采用了主从模式,由主节点负责任务的分发。 若需进一步了解,可通过版主与我联系讨论。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:7.44kb
    • 提供者:Cheng bing
  1. HaffmanTree.h

    0下载:
  2. 哈夫曼编码的算法实现(数据结构c++语言描述)用仿真指针实现二叉树节点双亲孩子结点存储结构
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:diyi
  1. Rem

    0下载:
  2. 这个是一个可以实现3~6KM距离通讯的程序,实现过程都已经详细注释 硬件采用ADC得到原始数据 然后根据线路得编码情况得到数据 而且针对多节点 带了一个自适应的算法 这样就可以在总线上任意两个终端通讯
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.44kb
    • 提供者:hncscj
  1. dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,-Dijkstra' s algorithm is a typical shortest path algorithm used to calculate a node to all other nodes of the shortest path. Main features is the starting
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:6.12kb
    • 提供者:刘旭
  1. ex2_simulated_annealing

    2下载:
  2. MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:160.18kb
    • 提供者:谷谷
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:172.8kb
    • 提供者:谷谷
  1. cannon

    1下载:
  2. 该源码使用MPI并行语言实现Cannon数值算法,在Linux下测试实现.需要配置多节点分布环境-The source language using MPI parallel numerical algorithm Cannon, in the realization of Linux test. Need to configure multi-node distributed environment
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.87kb
    • 提供者:li.junli
  1. MyGA-master

    2下载:
  2. 将节点按内存情况排序 将任务按内存需求情况排序 规则:将内存需求最小的节点先行分配在内存剩余最多的节点上(Sort nodes by memory and tasks by memory requirements Rule: the node with the least memory requirement is allocated to the node with the most remaining memory)
  3. 所属分类:并行计算

    • 发布日期:2021-01-15
    • 文件大小:73kb
    • 提供者:xuaner1
« 12 3 »
搜珍网 www.dssz.com