typedef int ElemType,所有的int都用ElemType代替,要修改为float直接把头文件中的typedef int ElemType,改成typedef float ElemType