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

📄 vivaldi.h

📁 题描述的是一个旅行商要到几个城市去
💻 H
字号:
#ifndef VIVALDI_H/* $Id: vivaldi.h,v 1.1 2006-01-25 23:00:19 jonathan Exp $ * Jonathan Ledlie, Harvard University. * Copyright 2005.  All rights reserved. */#define VIVALDI_H#include <math.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <assert.h>#ifdef LINUX#include <getopt.h>#endif#include <sys/types.h>#include <unistd.h>#include <iostream>#include <vector>#include <deque>#include <map>#include <algorithm>#include "math_util.h"using namespace::std;extern bool USE_CONFIDENCE;extern bool USE_HEIGHT;extern int DIMENSIONS;extern int PING_HISTORY_COUNT;extern double INITIAL_VECTOR_VALUE;extern double INITIAL_WEIGHTED_ERROR;extern double PING_SAMPLE_PERCENTILE;extern int APP_VECTOR_HISTORY_TIME;extern bool debug;extern int MIN_HISTORY_COUNT;#define Rand() drand48()#define SRand(c) srand48(c)#endif

⌨️ 快捷键说明

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