16,551
社区成员
发帖
与我相关
我的任务
分享 struct Coordinates
{
short xA_To, yA_To;
short xA_Destination, yA_Destination;
short xA_Phone, yA_Phone;
short xA_CompanyName, yA_CompanyName;
short xA_Address, yA_Address;
short xA_Province, yA_Province;
short xA_City, yA_City;
short xA_Town, yA_Town;
short xA_CITY, yA_CITY;
short xA_PostalCode, yA_PostalCode;
short xC_From, yC_From;
short xC_Departure, yC_Departure;
short xC_Phone, yC_Phone;
short xC_CompanyName, yC_CompanyName;
short xC_Address, yC_Address;
short xC_Province, yC_Province;
short xC_City, yC_City;
short xC_Town, yC_Town;
short xC_PostalCode, yC_PostalCode;
short xU_Hook, yU_Hook;
short xU_String, yU_String;
short xU_Double, yU_Double;
short xU_Y, yU_Y;
short xU_M, yU_M;
short xU_D, yU_D;
short xU_H, yU_H;
};
union
{
struct Coordinates
{
......
}
short Coordinates_[52]; //是52个?
}