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

搜索资源列表

  1. della

    1下载:
  2. 这是用Python的Xmpppy模块做的一个Gtalk查询机器人,暂时实现了天气情况,星座运程,公交路线,股票走势,中英词典,资讯新闻,美剧节目表的功能查询,而且,我特意将饭否机器人绑定到Della上,这样她就可以接收饭否上的查询信息并作出回应 Astro.py Bus.py Della.py Dict.py Drama.py Fanfou.py News.py Stock.py Weather.py 项目Google Code:http://cod
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:11552
    • 提供者:Kavin
  1. JAVA

    0下载:
  2. 在城市智能交通中,经常会用到最短路径的问题,比如找最佳的行车路线等,Dijkstra算法做为最经典的求解方法,为我们指明了方向.不过真正想让我了解该算法的原因是在学习ICTCLAS的N-最短路径算法。-Intelligent Transportation in the city, often used the issue of the shortest path, for example, to find the best travel routes, Dijkstra s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12924
    • 提供者:索男
  1. youdianmatlabVc

    0下载:
  2. 人民邮电版图像处理源码,车牌识别,数字识别系统源代码,路线识别(机器人视觉),形态学处理,数字识别,字母识别,边缘检测,图像分割-Posts And Telecommunications News source version of image processing, license plate recognition, digital identification system source code, line identification (robot vision), morpholog
  3. 所属分类:source in ebook

    • 发布日期:2017-05-21
    • 文件大小:6607056
    • 提供者:杨山
  1. min_distance

    0下载:
  2. 算法原理:对由所有绿洲以及起点/终点构成的图,运用广度搜索进行遍历, 同时动态更新图中当前遍历node以及其子节点对应的distance矩阵数据项, 遍历完毕后,distance矩阵中存储的即为各个node到起点的最佳路线距离。 -Algorithm: all the Oasis, as well as by the origin/destination consisting of maps, use to traverse the breadth of search, at t
  3. 所属分类:Search Engine

    • 发布日期:2017-04-05
    • 文件大小:4143
    • 提供者:俊凯
  1. Busline_MFC_DLl

    0下载:
  2. 公交查询,内带一个路线搜索引擎,有数据生成器,可自己编辑公交路线-inquiries of bus-line, in line with a search engine, data generators,you can edit their own bus routes.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-06
    • 文件大小:130500
    • 提供者:周可
  1. busline

    0下载:
  2. linux下的公交路线的搜索引擎demo,支持多线程-Bus routes under linux search engine demo, support multi-threaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:58939
    • 提供者:周可
  1. xiaoyuandaohangxitong

    0下载:
  2. 本课程设计的内容为“校园导航”,校园平面图中取大学的11个常去地点,其略图如图1,图中已标出主要路线,各路线的长度如表1中所示。任务定义:找出从任意场所到达另一场所的最佳路径(最短路径)。显然要解决这一问题要用“邻接矩阵”来存储各点间的距离,然后用Dijkstra求出最短路径。-The content of the curriculum design for the " Campus Map" plan of the campus from the University of
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:87839
    • 提供者:猫猫
  1. armlinux

    0下载:
  2. ARM-LINUX嵌入式系统技术路线及开发背景-ARM-LINUX Embedded Systems technology roadmap and development background
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:764727
    • 提供者:wang
  1. pudn

    0下载:
  2. 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。 测试数据:由读者指定。可自行指定一个马的初始位置(i,j),0<=i,j<=7。 -Ma was on the chess board 8 × 8 of the Board [8] [8] of a box, the hors
  3. 所属分类:J2ME

    • 发布日期:2017-03-24
    • 文件大小:3247
    • 提供者:张斌
  1. mataqipan

    0下载:
  2. 马踏棋盘的C语言代码。将马随机放在国际象棋的8X8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,。。。,64依次填入一个8X8的方阵,输出之。-Horse riding board the C language code. Ma randomly on the 8X8 chess board Board [8] [8] of a box, the horse mo
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1971
    • 提供者:de
  1. MaTaQiPan

    0下载:
  2. 将马随机放在国际象棋8*8的棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘全部的64个方格。编制非递归程序,求出马的行走路线,-Horse
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3373
    • 提供者:何东洲
  1. mataqipan

    0下载:
  2. 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -Ma Random Chess on the 8 × 8 chessboard Board [0 ~ 7] [0 ~ 7] of a box, the horse moves in accordance with the rules o
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:3327
    • 提供者:刘洋河
  1. huochedingpiaoxitong

    0下载:
  2. 可以查询旅客提出的路线,可以承办定票,退票业务,可以登记旅客情况,有统计,管理,查询等功能-Visitor can learn about line, tickets can be contractors, refund business, visitors can register the case, there are statistics, management, query and other functions
  3. 所属分类:Database system

    • 发布日期:2017-04-24
    • 文件大小:18306
    • 提供者:zouna
  1. test1

    0下载:
  2. 模拟摄像头采集数据的进行路线采集,噪声处理等德-Analog camera line to collect data collecting, processing noise Germany
  3. 所属分类:Video Capture

    • 发布日期:2017-04-05
    • 文件大小:30491
    • 提供者:renfei
  1. tree

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:cantor0403
  1. Polynomialexpressionandcomputing

    0下载:
  2. 所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4176
    • 提供者:cantor0403
  1. chuangame

    0下载:
  2. VC++枣子穿纽游戏源码,类似扫雷游戏的界面,不过玩法有点不一样,游戏源代码在vc++6下编译通过,你应该通过源代码能看出些玩法来。   相关资料:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增加,纽扣数目也增加,当达到70个时游戏即结束。只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿线。线可交叉,但有纽扣的点不能交叉连接。   透露点秘诀:要尽可能使连线长且该连线上的纽扣数多。-VC++ source code date
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:46581
    • 提供者:300
  1. car

    0下载:
  2. 光电检测模块用以实现小车沿着场地上标出的黑色路线运动。题目中路径和周围场地黑白对比明显,可用传感器来感知前进轨迹。-Optical detection module for the realization of the venue on the car along the black line marked movement. Title venues in and around the path of black-and-white contrast Obviously, the sensor
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:18899
    • 提供者:熊伟
  1. MiaoShuShu

    1下载:
  2. 25只老鼠的小游戏。每只老鼠按随机路线运动,彼此相遇耳朵会变色,但不会相撞。-Mini game of 25 mices.
  3. 所属分类:其他小程序

    • 发布日期:2014-03-15
    • 文件大小:2555
    • 提供者:Young
  1. Dijkstrashortestpathalgorithm

    0下载:
  2. Dijkstra最短路线算法实验,实现欧洲旅游线路。此线路下花费最少费用-Dijkstra shortest route algorithm experiment, the realization of the European tourist routes. Under this line to spend at least the cost of
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:139080
    • 提供者:mrchen
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com