CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Manhattan

搜索资源列表

  1. 8puzzle

    0下载:
  2. 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:16.27kb
    • 提供者:Kevin Tuan
  1. EightDigits

    0下载:
  2. 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3.38kb
    • 提供者:delia
  1. DistanceTransform

    0下载:
  2. 距离变换,用chamfer方法,实现栅格距离变换、曼哈顿距离变换和棋盘距离变换-Distance transform method with a chamfer distance transform of Grid, Manhattan distance and the chessboard distance transform transformation
  3. 所属分类:GIS program

    • 发布日期:2017-03-28
    • 文件大小:36.17kb
    • 提供者:bo
  1. 3133

    0下载:
  2. pku 3133 Manhattan Wiring 连通性状态压缩DP-pku 3133 Manhattan Wiring connectivity state of compression DP
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1.11kb
    • 提供者:caicai
  1. mobility_generator

    1下载:
  2. These mobility generator tools are used to generate a rich set of mobility scenarios used to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-25
    • 文件大小:70.15kb
    • 提供者:yonglec
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1.79kb
    • 提供者:Duc Dung
  1. gcl.src.tar

    0下载:
  2. BOI version of Steiner tree construction, practical and popular for manhattan VLSI routing, generate a Steiner minimum tree for given set of terminals in a layout plane-BOI version of Steiner tree construction, practical and popular for manhattan VLS
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-03
    • 文件大小:357.39kb
    • 提供者:Ernesto Liu
  1. mobile_traces_rpgm

    1下载:
  2. 适用于ns2仿真的移动trace生成工具(C环境)-These mobility generator tools are used to generate a rich set of mobility scenarios used to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the Reference Point Group Mobility(RPGM) model, Fr
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:42.11kb
    • 提供者:Shuke
  1. MonteCarlo-ppt-sample

    0下载:
  2. 蒙特卡罗(Monte Carlo)方法,又称计算机随机模拟方法,是一种基于"随机数"的计算方法。这一方法源于美国在第二次世界大战研制原子弹的曼哈顿计划。该计划的主持人之一数学家冯诺伊曼用驰名世界的赌城-摩纳哥的Monte Carlo来命名这种方法。-Monte Carlo (Monte Carlo) methods, also known as computer-generated random simulation method is based on " random number&
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:504.58kb
    • 提供者:Kevin
  1. Manhattan_skylines

    0下载:
  2. 最高效的实现了整型数据间的Manhattan skylines问题-Achieve the most efficient integer data problem between the Manhattan skylines
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:259.59kb
    • 提供者:王琳玲
  1. mg

    0下载:
  2. Bash scr ipt to generate different scenario for Manhattan Grid mobility from bonnmotion
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1.05kb
    • 提供者:Carleton
  1. Manhattan

    0下载:
  2. 在 VLSI 设计中,多点互连是物理设计阶段的关键问题之一,而互连的点数等于 2 或大于 2 分别对应于 Manhattan 空间上有障碍时的最短路径问题和最小 Steiner 树问题,显然前者是后者的基础.连接图是研究最短路径 问题的有效工具,已有的典型连接图包括基于轨迹的GC 和GT 以及基于自由区的GF 和GG.工作包括3个方面:设计并分析了在各种连接图上实现动态的点对之间的最短路径查询算法 分析了在各个连接图上构造 3-Steiner 树的算 法,对于已有的 GC 上的 3-
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:582.34kb
    • 提供者:东方雨
  1. Manhattan_distance.py

    0下载:
  2. The compute of Manhattan Distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:523byte
    • 提供者:jjl
  1. FindRouteGUI

    0下载:
  2. 1,已完成功能 (1)距离短时大部分情况下可以选择最短路径进行移动 (2)加入了精英选择优化算法 (3)无论地图大小一定可以得出路径 (4)点击障碍物可以得出路径 3,代码改进 将原来两大类(Widget,Geno)拆分成三个类(Widget,Handle,Geno), Widget:显示界面等可视化元素,获取最短路径并显示移动, Handle:优化路径,得出最短路径,以后会加入通信模块 Geno:计算得出一定数量的可达路径 4,算法描述
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:10.45kb
    • 提供者:chan
  1. fiifteen_puzzle

    0下载:
  2. Program implements graphs algorihtms to solve fifteen puzzle problem (http://en.wikipedia.org/wiki/Fifteen_puzzle). There are few methods BFS - Hamming and Manhattan heuristics, Breadth-first search and Depth-first search. You can implement A* algori
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:18.87kb
    • 提供者:username
  1. jvzhen

    0下载:
  2. Descr iption 给定一个r * c的只包含0和1两个数字的矩阵,对于矩阵中任意一点(x,y),定义(x,y)的权为(x,y)到与此点曼哈顿距离最小的1的曼哈顿距离(如果mat[x][y] = 1,则(x,y)的权为0)。请求出对于给定01矩阵中所有点的权值之和。 Input 输入包含多组数据,每组数据第一行为两个整数r, c(0 < r, c < = 1000)。 接下来 r 行每行有 c 个整数,且保证只能为0或者1(保证矩阵中含有至少
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:1kb
    • 提供者:罗洛
  1. ThreadTree

    0下载:
  2. 线索二叉树,能帮助我们快速的建立二叉树,不需要重复代码,这样会使得设计者更加的轻松-ThreadTree is a BinaryTree which is converinint to built a BinaryTree , everyone wants to learn it , it really can help us ,we also learn how to build a BinaryTree.lt was a cool fall afternoon in Manhattan. T
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:241.86kb
    • 提供者:落叶时分
  1. TDistManhattan

    0下载:
  2. Source for distance transform (manhattan)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:524byte
    • 提供者:joekekruz
  1. manhattan.tar

    0下载:
  2. TCL scr ipt for simulation of wireless nodes with Manhattan mobility for 22 nodes. You need and additional file(a mobility scenerio file in this case) for success output.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:18.93kb
    • 提供者:Sabari
  1. Manhattan-loop-genetic-algorithm

    0下载:
  2. Manhattan回路—遗传算法求解,用遗传算法解哈密顿回路的c++ -Manhattan loop genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:985.9kb
    • 提供者:zhangshuyang
« 12 3 »
搜珍网 www.dssz.com