misker 的 站内主页
2008
12-03
12-03
我最近要编一个程序,照书上抄了一段程序,可是出现了一个问题,不知道怎么改,望请高人指点。
#include <stdio.h>#define max 9999 #define maxvertex 100typedef char vextype;typedef float adjtype;
typedef struct{ int n; vextype v....
Read More >