登录
首页 » Visual C++ » AP_For_VRPTW100

AP_For_VRPTW100

于 2009-05-17 发布 文件大小:1670KB
0 115
下载积分: 1 下载次数: 288

代码说明:

  车辆路径问题的C代码,里面有测试数据和结果分析。(Vehicle routing problem with the C code, there are test data and results analysis.)

文件列表:

AP_For_VRPTW100
...............\AP_For_VRPTW100.cpp
...............\AP_For_VRPTW100.dsp
...............\AP_For_VRPTW100.dsw
...............\AP_For_VRPTW100.ncb
...............\AP_For_VRPTW100.opt
...............\AP_For_VRPTW100.plg
...............\city.txt
...............\compare_count.txt
...............\Debug
...............\.....\AP_For_VRPTW100.exe
...............\.....\AP_For_VRPTW100.ilk
...............\.....\AP_For_VRPTW100.obj
...............\.....\AP_For_VRPTW100.pch
...............\.....\AP_For_VRPTW100.pdb
...............\.....\vc60.idb
...............\.....\vc60.pdb
...............\evaluate.txt
...............\Input
...............\.....\C101.txt
...............\.....\C102.txt
...............\.....\C103.txt
...............\.....\C104.txt
...............\.....\C105.txt
...............\.....\C106.txt
...............\.....\C107.txt
...............\.....\C108.txt
...............\.....\C109.txt
...............\.....\C201.txt
...............\.....\C202.txt
...............\.....\C203.txt
...............\.....\C204.txt
...............\.....\C205.txt
...............\.....\C206.txt
...............\.....\C207.txt
...............\.....\C208.txt
...............\.....\R101.txt
...............\.....\R102.txt
...............\.....\R103.txt
...............\.....\R104.txt
...............\.....\R105.txt
...............\.....\R106.txt
...............\.....\R107.txt
...............\.....\R108.txt
...............\.....\R109.txt
...............\.....\R110.txt
...............\.....\R111.txt
...............\.....\R112.txt
...............\.....\R201.txt
...............\.....\R202.txt
...............\.....\R203.txt
...............\.....\R204.txt
...............\.....\R205.txt
...............\.....\R206.txt
...............\.....\R207.txt
...............\.....\R208.txt
...............\.....\R209.txt
...............\.....\R210.txt
...............\.....\R211.txt
...............\.....\RC101.txt
...............\.....\RC102.txt
...............\.....\RC103.txt
...............\.....\RC104.txt
...............\.....\RC105.txt
...............\.....\RC106.txt
...............\.....\RC107.txt
...............\.....\RC108.txt
...............\.....\RC201.txt
...............\.....\RC202.txt
...............\.....\RC203.txt
...............\.....\RC204.txt
...............\.....\RC205.txt
...............\.....\RC206.txt
...............\.....\RC207.txt
...............\.....\RC208.txt
...............\Instances
...............\.........\25Solution.htm
...............\.........\ALL_vrp.tar
...............\.........\Benchmarking Problems.files

...............\.........\Benchmarking Problems.htm
...............\.........\christofides_eilon.zip
...............\.........\Optimal for R1 and R2 problems.files

...............\.........\Optimal for R1 and R2 problems.htm
...............\.........\solomon_100.zip
...............\.........\solomon_25.zip
...............\.........\solomon_50.zip
...............\.........\spec.ps
...............\output.txt
...............\out_avg_vehicle.txt
...............\out_fitness.txt
...............\基于多目标遗传算法求解时间窗车辆路径问题.pdf

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • active
    基于C++ alt控件编程教程。对于初学者有很好的指导作用。(It is ALT control base on C++ and good for the beginner.)
    2010-12-31 23:33:32下载
    积分:1
  • siyiren-dlfj
    说明:  环境动力系统,希望对大家有用,哈哈,用于他处后果自负啊(Power system environment, useful for all of us hope, ha ha, for the consequences of his own Department ah)
    2009-08-19 09:44:56下载
    积分:1
  • librfa-0.0.tar
    说明:  通用库,允许递归实时非确定性设置自动机施工时间的确定性(General purpose library that allows the construction of recursive deterministic automaton in real-time from non-deterministic settings)
    2010-04-19 18:15:37下载
    积分:1
  • VCRoomManage
    基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。(Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.)
    2009-03-25 21:40:08下载
    积分:1
  • description
    这是微软Win8 上宣布放弃Mirror driver之后推荐采用的抓屏技术, 全部基于D3D/DXGI技术, 效率非常高, 并且包含变化区域和屏幕鼠标光标。它的缺点是没法抓取某个窗口的内容 。(This is a renounced Mirror driver after Microsoft Win8 recommended screen capture technology, all based D3D/DXGI technology, efficiency is very high, and contains changes in the regional and screen mouse cursor. The disadvantage is that the contents of a window can not crawl.)
    2020-06-26 14:20:01下载
    积分:1
  • tongxunluxitong
    小型通讯录系统,能实现数据的查询。添加。删除。修改等功能。(Small address book system, to achieve the query data. Adding. Deleted. Modify functions.)
    2013-12-09 12:51:53下载
    积分:1
  • Csharp.net
    说明:  系统地讲解了C#网络编程的内容,适合初学者使用(Systematically explained the contents of C# Network Programming for beginners)
    2010-05-04 13:31:11下载
    积分:1
  • VCPP-create-a-application-window
    VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
    2013-11-24 14:23:38下载
    积分:1
  • multi_thread_udp
    多线程UDP通讯例子( Multi-thread UDP communication example )
    2020-06-26 11:40:01下载
    积分:1
  • Server
    服务器端代码··可以跟客户端自由通信··(Server-side code can be freely client communications)
    2009-03-05 18:07:12下载
    积分:1
  • 696518资源总数
  • 104360会员总数
  • 40今日下载