数据结构SLT的简介.pdfVIP

  • 33
  • 0
  • 约7.63千字
  • 约 18页
  • 2017-12-27 发布于河南
  • 举报
(C++ ) : STL 2009 : obj , obj(...) . , . double sin(double); //sin double (*fun)(double) = sin; //fun double hi = sin(3.141); double lo = fun(1.414); : , operator(). . . : , , 3 struct Int_less { bool operator()(int lhs,int rhs) const { return lhs rhs; } }; Int_less small; small(5,6); //

文档评论(0)

1亿VIP精品文档

相关文档