CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - routing

搜索资源列表

  1. vehicleroutingproblem

    0下载:
  2. 描述了一类特殊的车辆路径问题以及混合车队车辆路径问题的特性 -Describes a special class of hybrid fleet vehicle routing problem and the characteristics of vehicle routing problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:281900
    • 提供者:lsylsy
  1. graphic_alogrithms_collection

    0下载:
  2. 图论flord算法、哈密顿通路算法、kruskal算法、最大流算法、prim算法、旅行商算法及路由算法等等,都是由Matlab编写的图论算法程序。-Many graphic alogrithms are collected here. They includes flord, hamiltonian path, kruskal, max flow, prim, traveling salesman problem, and routing algorithms. All this are dev
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:273574
    • 提供者:萧丹
  1. AODV_2

    0下载:
  2. 这是一个基于贪婪算法和右手法则基础上得到的路由仿真程序。对于初学者还是有借鉴意义的!-Greedy Perimeter Stateless Routing for Wireless Networks and right hand rule
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1449
    • 提供者:庆栋梁
  1. szl

    0下载:
  2.  在路由协议刚刚开始启动时,只知道到直连网络的距离。接着,每一个路由器只会和相邻的路由器交换信息。-In the routing protocol has just started, only to know the distance to the Direct Connect network. Then, each router and neighboring routers will only exchange information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:5545
    • 提供者:李倩
  1. Theshortestpathroutingalgorithms

    0下载:
  2. 最短路由算法用c++编写的程序能解决路由从一点到令一点的最短路径-Shortest routing algorithm using c++ programs written to solve the routing from point to point shortest path that
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6185
    • 提供者:马辉
  1. gongluxunjing

    0下载:
  2. VB编写的公路寻径的小程序 其中的算法为地杰斯特拉 代码调试通过 界面友好 可作为上机实习的小例子-VB, highway routing algorithm for a small program which is to Jiesitela code debugging through a friendly interface on the machine as a small example of practice
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:3447
    • 提供者:刘静
  1. 1(2)

    0下载:
  2. 分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1399
    • 提供者:杨博文
  1. AntColonyAlgorithmforSolvingQoSRoutingProblem

    0下载:
  2. Ant Colony Algorithm for Solving QoS Routing Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:177526
    • 提供者:Leonidas
  1. chengxu_1

    0下载:
  2. 这是默认的编码方式交付变种 车辆路径问题-This is the default encoding of the delivery variant of the vehicle routing problem with one base and a homogeneous fleet.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7454
    • 提供者:asdfsdf
  1. cirquit

    0下载:
  2. source cirquit Circuit may mean. In science and technology. Circuit theory, the theory of accomplishing work by routing electrons, gas, fluids, or other matter through a etc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:195486
    • 提供者:mdv
  1. htabriz

    0下载:
  2. 无线网络合作通信路由算法。著名学府斯坦福大学博士的最新设计,先睹为快。-Cooperation wireless communications network routing algorithm. Dr. prestigious Stanford University, the latest design, preview.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:378619
    • 提供者:陈小毛
  1. zuiduanluyou

    0下载:
  2. 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道-Computer networks in distance vector routing algorithm method, which is the source from computer network should know
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:打算
  1. xilihuala

    0下载:
  2. 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。-Graphical interface with a routing simulation program. Routing algorithm is Dijkstra algorithm. Find the figure with all the shortest path between any node and the shortest path subgraph
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2249
    • 提供者:打算
  1. AStarDemo-1

    0下载:
  2. 人工智能A星算法网络小游戏地图寻径问题代码-A network of artificial intelligence algorithms Star game code map routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:556958
    • 提供者:caoshilian
  1. choose_best_address

    0下载:
  2. 数据结构 寻径问题。内容:给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短?-Routing data structure problem. Content: Given n traffic between villages map, if the village i and the road between the vi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:168677
    • 提供者:rick
  1. antnetnew

    0下载:
  2. 经典的无线传感器网络蚁群算法协议源程序。现在很难找的。-Classical ant colony algorithm for wireless sensor networks protocol source code. It is difficult to find.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:36412
    • 提供者:lvjinpeng
  1. Astar

    1下载:
  2. 人工智能系统中的A*寻径算法,以寻找最佳路径。-Artificial intelligence system A* routing algorithm to find the best path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3762798
    • 提供者:刘冬枝
  1. Programmable-logic-array-t-reduce-low-power

    0下载:
  2. 可编程逻辑阵列减少毛刺的低功耗布线算法Programmable logic array to reduce low-power routing algorithm glitch-Programmable logic array to reduce low-power routing algorithm glitch
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:216827
    • 提供者:zxc2206
  1. Programs_pudn

    0下载:
  2. THis contains routing algorithms and certain cipher techniques using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:68623
    • 提供者:Asaph
  1. Improved-wireless-sensor-network-clustering-routin

    0下载:
  2. 一种改进的无线传感器网络分簇路由算法Improved wireless sensor network clustering routing algorithm-Improved wireless sensor network clustering routing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:134869
    • 提供者:bb0997
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com