shortpath.~h

来自「这是我的作业」· ~H 代码 · 共 14 行

~H
14
字号
#ifndef shortpath_H
#define shortpath_H

#define RADIO  30  //直径为30
#define MAX 8
#define MAX_INF  9999 //代表无穷远

const char* CMPFILENAME="custommizedComponents.cks";
const char* DATAFILE="data.dat"
static int Graph[MAX][MAX];


#endif

⌨️ 快捷键说明

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