⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 The source code of Travelling Salesman Problem. Implement in Visual C++.
💻 H
字号:
#ifndef _STDAFX_H_
#define _STDAFX_H_

#include "kbase.h"
namespace kb = kbase_2001;

#include <crtdbg.h>

#include <tchar.h>
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlwin.h>
#include <atlhost.h>

#include <commctrl.h>

#include "ATLControls.h"
using namespace ATLControls;

#pragma warning(push, 3)
#include <vector>
#include <list>
#include <limits>
#include <algorithm>
#include <functional>
#include <iostream>
#include <fstream>
#include <time.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <process.h>
#include <intshcut.h>
#pragma warning(pop)

#include "GA.h"
#include "GASelection.h"
#include "JROptex.h"
#include "MemTools.h"
#include "random.h"
#include "thin_ptr.h"
#include "travel.h"


#ifndef BEGIN_OBJECT_MAP
#define BEGIN_OBJECT_MAP(x)
#endif

#ifndef END_OBJECT_MAP
#define END_OBJECT_MAP()
#endif

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -