2015年12月11日

第二次作业

摘要: //Point2D.h 点类 ifndef POINT2D define POINT2D include<Eigen\Dense using namespace Eigen; class Point2D { private: double x; double y; public: //Poi... 阅读全文

posted @ 2015-12-11 19:52 谢光明 阅读(124) 评论(0) 推荐(0)

导航