?? analyzer_backbone_property.h
字號:
#ifndef _ANALYZER_BACKBONE_PROPERTY_H_#define _ANALYZER_BACKBONE_PROPERTY_H_#include <fstream>#include <sstream>#include <iostream>#include <vector>#include "gzstream.h"#include "graph.h"#include "utility.h"#include "Measure.h"using namespace std;extern bool use_zipped;/** * This method analyze some backbone properties: * 1) Degree on backbone. * 2) Degree on graph. */void analyze_backbone_property(string topologyDirectory, string resultFile, int selectedLayer, Measure & degree, string & layer_name);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -