代码搜索:TabuSearch
找到约 68 项符合「TabuSearch」的源代码
代码结果 68
www.eeworm.com/read/424738/10420756
m tabusearch.m
function TabuSearchforTSP()
clear;
CityNum=30;
[dislist,Clist]=tsp(CityNum);
Tlist=zeros(CityNum);%禁忌表(tabu list)
cl=100;%保留前cl个最好候选解
bsf=Inf;
tl=50; %禁忌长度(tabu length)
l1=200;%候选解(cand
www.eeworm.com/read/271792/10980577
txt tabusearch.txt
#include
#include
#include
#include
#define N 6 /*具有 6 个节点的五向图*/
main()
{
int G[N][N]; /*利用二维数组存放图,数值大小为边的权值,对不连同的边权为1000*/
www.eeworm.com/read/319765/13443701
ico tabusearch.ico
www.eeworm.com/read/319765/13443702
dsp tabusearch.dsp
# Microsoft Developer Studio Project File - Name="TabuSearch" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/319765/13443704
cpp tabusearch.cpp
// TabuSearch.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TabuSearch.h"
#include "TabuSearchDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/319765/13443705
plg tabusearch.plg
Build Log
--------------------Configuration: TabuSearch - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lz
www.eeworm.com/read/319765/13443707
opt tabusearch.opt
www.eeworm.com/read/319765/13443708
clw tabusearch.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTabuSearchDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Tab