代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/138504/13234364
c sa.c
/* a collection of C routines for general purpose Simulated Annealing
intended to be the C equivalent of the C++ Simulated Annealing object
SimAnneal
Uses Cauchy training
*/
static char r
www.eeworm.com/read/138504/13234365
dsp sa.dsp
# Microsoft Developer Studio Project File - Name="sa" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Consol
www.eeworm.com/read/138504/13234369
ncb sa.ncb
www.eeworm.com/read/138504/13234371
opt sa.opt
www.eeworm.com/read/238832/13322047
cpp sa.cpp
// Project: B*-trees floorplanning
// Advisor: Yao-Wen Chang
// Authors: Jer-Ming Hsu
// Hsun-Cheng Lee
// Sponsor
www.eeworm.com/read/238832/13322049
h sa.h
//---------------------------------------------------------------------------
#ifndef sa_btreeH
#define sa_btreeH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/238832/13322090
cpp sa.cpp
// Project: B*-trees floorplanning
// Advisor: Yao-Wen Chang
// Authors: Jer-Ming Hsu
// Hsun-Cheng Lee
// Sponsor
www.eeworm.com/read/238832/13322092
h sa.h
//---------------------------------------------------------------------------
#ifndef sa_btreeH
#define sa_btreeH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/322616/13372745
h sa.h
#ifndef SA_TSP_LiuYongJin_2008_03_20_CSD_XMU
#define SA_TSP_LiuYongJin_2008_03_20_CSD_XMU
typedef struct _path
{
double Length;
int *Citys;
}Path;
typedef struct _posi
{
int x, y;
}P
www.eeworm.com/read/322616/13372746
cpp sa.cpp
#include "stdafx.h"
#include "sa.h"
#include
#include
#include
#include
#include
CSaTsp::CSaTsp(char *datafile)
{
FILE *file=fopen(dataf