?? acs.h
字號(hào):
/*
ANT-CYCLE ALGORITHM FOR TSP
File: acs.h
Author: ehui928
Purpose: some constants and functions used for acs
Date: 2007-01-18
*/
#ifndef __ACS_H__
#define __ACS_H__
void initialize_pheromone();
void reset_deltatao();
void caculate_probabilities();
int is_in_tour(int i, int j, int tour[], int n);
double find_best_tour();
void print_best_tour(int tour[], int n);
#endif /*__ACS_H__ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -