; WellCalibrate.def: 声明 DLL 的模块参数。
LIBRARY
EXPORTS
; 此处可以是显式导出
Test;
CalculateByFile;
CalculateByMesh;