搜索资源列表

  1. 1Router

    0下载:
  2. 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:青柿子
  1. shortestPathAlgorithmRouter

    0下载:
  2. 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its pr
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:181248
    • 提供者:agang
  1. DistanceVector_Routing

    0下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:agang
  1. cagd_arithmetic

    0下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:漫步者
  1. aodv-uu-0.9.2

    0下载:
  2. 无线自组织网络路由协议:按需距离矢量协议源代码-self-organizing wireless network routing protocols : on-demand distance vector source code agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:220160
    • 提供者:安德里周
  1. kernel-aodv

    0下载:
  2. 可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码-can run on the Linux platform of self-organizing network agreement kernel version of the on-demand distance vector source code agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:安德里周
  1. mahalanobis

    0下载:
  2. 一种新的计算马氏距离的算法,算法采用二次协方差矩阵操作,进而使距离考加入相对性因素。-a new Mahalanobis distance calculation algorithm, the algorithm using quadratic covariance matrix operations, thereby enabling the relative distance to take factors.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:bodiz2002
  1. jlly

    0下载:
  2. 计算机网络课程设计距离路由矢量源代码,运行过了,没有错误。-computer network design courses distance vector routing source code, run-off, no errors.
  3. 所属分类:网格计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:万尧
  1. wanlousheji

    0下载:
  2. 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:344064
    • 提供者:李微
  1. pointTOpology

    0下载:
  2. 输入任意两点的坐标可以计算任意两点间的距离-2:00 arbitrary importation of arbitrary coordinates can be calculated the distance between two points
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:czy
  1. SoftAssign_Procrustes_Matching

    0下载:
  2. 提供一个算法类,算法实现基于Softassign结合Procrustes距离的点对匹配方法-provide an algorithm category, Algorithm-based Softassign Procrustes distance from the light points of matching method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:方宝玉
  1. radar-distance

    0下载:
  2. 用msp430做的一个超声波雷达测距的源程序-Controller done with a radar Ultrasonic Ranging source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:qinyu
  1. fast_distance_map_caculate

    0下载:
  2. 使用边缘跟踪,种子填充等算法提取图像边界,然后使用并行的方法来计算图像的距离图。-using edge tracking and seed filling algorithm to detect the edges of images, then use the parallel approach to the calculation of the distance between the image map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:方宝玉
  1. ShortestDistance

    0下载:
  2. java实现层次聚类最小距离算法,代码结构良好,具有复用性.-java achieve minimum distance hierarchical clustering algorithm, code structure and has a good reusability.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zyq
  1. PTbox

    0下载:
  2. Prony算法工具箱。Prony方法是用一组指数项的线性组合来拟和等间距采样数据的方法,可以从中分析出信号的幅值、相位、阻尼因子、频率等信息。considerations including data preprocessing, model order selection, model order selection criteria, signal subspace selection, signal and noise separ
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:702464
    • 提供者:张恩理
  1. wanshandehausdorff

    0下载:
  2. hausdorff距离,用于图像处理中比较两幅图像的差异的方法。其鲁棒性较好。-hausdorff distance, for the image processing of the images compared two different methods. Its robustness better.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zp
  1. bestroute

    0下载:
  2. 运行应用本程序,输入节点个数n以及m各个节点的三元组信息。 m个三元组(it,jt,ft),t=1、2、……、m,两个节点it和jt之间有双向连接的直接连接,其距离为ft。输入节点g(1≤g≤n),程序将计算出可以由g达到的每个节点的最佳路由。并在显示器上输出运行结果。-Run the application of this procedure, enter the node number n and m nodes in all th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:169984
    • 提供者:周钰川
  1. hausdorff111

    0下载:
  2. 在matlab下用hausdorff进行两幅图的匹配问题,可以得到hausdorff的距离-in Matlab using hausdorff two plans for the match, can be hausdorff distance
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:孙利君
  1. DistanceTransform(VC)

    0下载:
  2. 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。并且附上详细的代码说明和例子。-distance from the algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare. And attached a deta
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:216064
    • 提供者:林楚
  1. DistanceTransform(vc++)

    0下载:
  2. 距离变换算法距另一种算法,很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。-distance algorithm from another algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:林楚
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org