代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/421190/10751208
for sa1.for
www.eeworm.com/read/273177/10923941
for sa1.for
www.eeworm.com/read/271475/10992714
opt sa.opt
www.eeworm.com/read/271475/10992716
dsw sa.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "SA"=.\SA.dsp - Pack
www.eeworm.com/read/271475/10992718
cpp sa.cpp
// SA.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "ISA.h"
//
//码本大小和阶数
//
#define CB_SIZE 256
#define CB_ORDER 6
int main(int argc, char
www.eeworm.com/read/271475/10992719
ncb sa.ncb
www.eeworm.com/read/271475/10992730
plg sa.plg
Build Log
--------------------Configuration: SA - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\yan\LOCALS
www.eeworm.com/read/271475/10992733
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/416802/7141044
cpp sa.cpp
/*********************************
模拟退火算法(SA)求解旅行商(TSP)问题
06373055 陈宗泽
2008.12.18
**********************************/
/*
程序初始参数说明:
初始温度的选取方法:
选取一个确定值:280度
状态被接受的条件:
使用了课件95页的方法,