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

搜索资源列表

  1. TSPinmatlab

    0下载:
  2. 用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8120
    • 提供者:候海
  1. TSPprogrammatlab

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to return to t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4223
    • 提供者:zhangy21cn
  1. busStop_java_srccode

    0下载:
  2. 说明:本软件是用于查询市公交路线选择的软件。 本软件在对相应文件进行修改后可用于任何类似各个城市的公交路线等的查询。 除了用于商业需经得本人同意外,你可以学习使用甚至修改。 第一次发布,难免很多的错误和不足,欢迎有兴趣的朋友批评指正,发现问 题请与本人联系,咱们可以交流交流!-Note : This software is used for city bus routes to choose software. The corresponding software in the
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:75860
    • 提供者:杨威
  1. park_guide

    1下载:
  2. 公园导游图 给出一张某公园的导游图(景点不少于10个),游客通过终端询问可知: 任一景点的相关信息; 从某一景点到另一景点的最短简单路径。 游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 要求: 1、从键盘或文件输入导游图; 2、游客通过键盘选择两个景点,输出结果; 3、输出从入口到出口的最佳路线。 文件中包含详细的源代码及注释,以实现这个经典的问题。-park guide map is a par
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:agang
  1. FindSuperwayFunction

    0下载:
  2. 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878857
    • 提供者:刘晶
  1. JSPzzj

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市 只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其 旅行路线的总长度最短? -known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to r
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2142
    • 提供者:赵志杰
  1. TravelInHIT

    0下载:
  2. 本程序以哈尔滨工业大学为例,用堆结构实现了校园内导航图这一功能,用户输入自己在校园内的所在地和目的地,程序会自动给出路线。-procedures to the Harbin Industrial University as an example, the use of the reactor structure to achieve campus navigation map of this function, Users input their campus, the location and
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:19562
    • 提供者:xiaoyu
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. trone2

    0下载:
  2. Trone V0.1 仿LINUX下街机游戏KTron。 其实写本游戏的动机就是我一个朋友特别喜欢linux下的KTron这个游戏, 但在WINDOWS下又没找到,而我朋友又不太熟悉LINUX操作,所以我就花了点时间写了Trone, Trone这个名字也是源于KTron。 注意:此游戏需要EGAVGA.BGI文件才能运行,该文件在turboc2目录下可找到。 [游戏简介] 这是一个双人玩的策略游戏,游戏有两个点, 第一个游戏者可以按R,G,F,D
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:30575
    • 提供者:张生
  1. RoutGames

    0下载:
  2. 路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程-walking routes game, the rules of the game as detailed source notes, the entire C language programming
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5013
    • 提供者:文雕
  1. trafficguide

    0下载:
  2. 模拟的一个交通指南,找最短的公交路线及最省时间的公交路线-simulation of a traffic guide to find the shortest and most bus routes will save time of transit routes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3612
    • 提供者:刘丽丽
  1. TrainRoute

    0下载:
  2. csharp开发,为乘铁路出行的用户提供路线信息,计算特定路线的距离、两城镇间不同路线的数量并找出最短路线-csharp development of the railway transportation by the user route information to calculate the distance between specific routes, two different routes between towns in the volume and find the shor
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:7376
    • 提供者:zhj
  1. lyzy

    0下载:
  2. 本系统包括用户管理,地域资源管理,景点管理,宾馆管理,餐厅管理,娱乐管理,交通管理、,旅游路线管理等在旅游过程中所接触的问题,全面实现了旅游资源及线路管理系统的功能-The system includes user management, geographic resource management, attractions management, hotel management, restaurant management, recreation management, traffic ma
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:731586
    • 提供者:ningxin627
  1. wugui

    0下载:
  2. 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:syf
  1. walkbot

    0下载:
  2. 一个强大的CS HOOK路点和路线功能是必不可少的,此代码为CS作弊器的路点,路线功能代码。-a powerful CS HOOK way point and line functions is essential, this code of CS cheating on the road, the route functional code.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:阿成
  1. mataqipan00122121

    0下载:
  2. 这是数据结构的一个课程设计.马踏棋盘,其中包含两种算法.一种只有一条路线,另一种有多条路线.还有设计文档.希望对大家有用.-This is the data structure of a curriculum design. Horse riding chessboard. which includes two algorithms. Only one of a line, A number of other routes. There design documents. We hope tha
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34842
    • 提供者:jannock
  1. short-road

    0下载:
  2. 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为相邻结点,不妨设这条路线的距离为边的权值(权值int weight ),易知距离越短运费就越低。这样就可以建立一个无向有权图,那么求最短的运输路线问题就转化为求图中一顶点到其余各个顶
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2781
    • 提供者:kmisong
  1. railway

    1下载:
  2. 北京到广州铁路路线仿真,可用于完好性分析用-Beijing to Guangzhou railway line simulation can be used to integrity analysis
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:189112
    • 提供者:张丽娜
  1. GameGuding

    0下载:
  2. 这是一个按人工智能模式在设计好的固定路线 上游走的小恐龙的游戏.-This is a model by artificial intelligence in the design of a good fixed line migration of small dinosaur of the game.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:730303
    • 提供者:hangm
  1. lylx

    0下载:
  2. 旅游路线管理 比较方便的旅游路线管理,适合小型旅行社。-tourist route management more convenient management of tourist routes, suitable for small travel agencies.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:233825
    • 提供者:张伟
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com