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

搜索资源列表

  1. 课程设计-旅行计划1.zip

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:10511
    • 提供者:
  1. 课程设计-旅行计划1

    0下载:
  2. 数据结构课程设计-curriculum design data structures!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10824
    • 提供者:王大
  1. chcp

    0下载:
  2. 图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:60084
    • 提供者:许善
  1. 旅行预订系统

    0下载:
  2. 用VC实现的一个简单的旅行预订系统,后台数据库是Access。含有简单的设计文档-with VC of a simple travel booking system is Access database background. With a simple design documents
  3. 所属分类:酒店行业

    • 发布日期:2008-10-13
    • 文件大小:127924
    • 提供者:邓辉
  1. lvxing

    0下载:
  2. 很好的一个关于算法中旅行售货的vc编程,对于学习windows编程又很大帮主-on a good algorithm travel Perhaps vc programming, learning Windows programming another great leader.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:84979
    • 提供者:高磊
  1. bs

    0下载:
  2. 基于B/S架构的汽车俱乐部管理系统的开发— 旅行服务的源代码,值得一看啊-based on B / S structure of the Automobile Club management system development-travel service source code, an eye-catcher ah
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:王飞
  1. tsptsp

    0下载:
  2. 用C++编写的旅行售货员问题,采用的是回朔算法,对初学算法设计的人很有帮助哦!-prepared by the travel salesman, using the back Schomburg algorithm, algorithm design for beginners who helpful Oh!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11912
    • 提供者:杨扬
  1. mathmodel2

    0下载:
  2. 1.1 背包问题 有一个徒步旅行者,已知他能承受的旅行背包的重量不超过a(kg)。设有n种物品可供他选择装入背包,这n种物品分别编号为1,2,…,n。其中第i种物品每件的重量为ai(kg),其使用价值(指一件第i种物品对旅行者来说所带来的好处的一种数量指标)为ci(i=1,2,…,n)。问这位旅行者应如何选择携带这n种物品的件数,使得总价值最大? -1.1 knapsack problem is a hikers. he is known to travel to withstand t
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14008
    • 提供者:孙竟飞
  1. lvgl

    1下载:
  2. 旅行社区系统分析,含英文翻译,系统分析,功能模块图,等-analysis, including the English translation, systems analysis, functional blocks diagrams, etc.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:61424
    • 提供者:
  1. Agent_simple

    0下载:
  2. 实现了一个小的agent,主要采用的是java中的对象序列化,借鉴了agent的基本原理,比如旅行计划,agent名设计等。-achieved a small agent, the java is the target sequence, Drawing on the basic tenets of the agent, such as travel plans, the agent who design.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6505
    • 提供者:andy
  1. 旅行售货员问题

    0下载:
  2. 旅行售货员问题的解是一棵排列树.在给出的图中寻找一条费用最优的回路-travel salesman problem is the solution with a tree. The plan is to find an optimal cost of the Loop
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1946
    • 提供者:姚翊
  1. 旅行代理

    0下载:
  2. 数据库的课程设计,一个旅行代理系统,做得很简单,但是交差够了,-database of curriculum design, a travel agent system, so very simple, but, given enough, huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:357095
    • 提供者:刘晋
  1. 解旅行售货员问题的优先队列式分支限界法

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法C++源程序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-23
    • 文件大小:2376
    • 提供者:key4lock
  1. travelmis

    0下载:
  2. 题目:旅行代理数据库设计 初始条件: 一个旅行代理机构希望为他的消费者假日登记行为建立一个数据库。消费者在公司登记假期旅行。每个假期活动中一般都有飞机航班和食宿。在接受登记后,假日旅游的账单就会发给用户。 -Topic: travel agents, database design, the initial conditions: a travel agency wants to register his holiday behavior of consumers to establ
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:83583
    • 提供者:jim
  1. TSP

    0下载:
  2. 介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:67810
    • 提供者:vumeng
  1. 旅行日志

    0下载:
  2. 旅行日志,上传音乐、图片,同时具有下载功能。(Travel log, upload music, pictures, and also have the download function.)
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-01-07
    • 文件大小:24182784
    • 提供者:艾琳S
  1. 蚁群、路径规划

    1下载:
  2. 这是一个关于使用蚁群算法的旅行路径规划问题的MATLAB优化程序(ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:怀刘剑
  1. 基于QT实现的旅行模拟查询系统.7z

    3下载:
  2. 本软件旨在根据旅客的要求设计出行路线并输出,同时系统能模拟旅客所在的地点和状态,目标为为旅客提供能完美的出行计划。(The purpose of this software is to design and output travel routes according to passengers'requirements. At the same time, the system can simulate the location and status of passengers. The go
  3. 所属分类:Windows编程

    • 发布日期:2019-04-07
    • 文件大小:1644544
    • 提供者:寒冷.就
  1. 基于QT实现的旅行模拟查询系统

    2下载:
  2. qt实现旅行查询,计算机学院大作业,采用BFS算法实现(Implementation of data structure knapsack algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2020-05-19
    • 文件大小:3968000
    • 提供者:赵从心开始
  1. 基于QT实现的旅行模拟查询系统

    1下载:
  2. 建立汽车、火车和飞机的时刻表,旅行模拟查询系统以时间为轴向前推移,建立日志文件,对旅客状态变化和键入等信息进行记录,某旅客在旅行途中可更改旅行计划,系统应做相应的操作,用图形绘制地图,并在地图上反映出旅客的旅行过程(Establish time table of car, train and plane, travel simulation query system moves forward with time as axis, establish log file, record infor
  3. 所属分类:

    • 发布日期:2020-05-19
    • 文件大小:18518016
    • 提供者:凉斯聿
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com