vector<Point>是point数据类型的集合,简单讲就是很多point。vector<vector<Point>>就是包含很多vector<Point>的集合。

http://blog.csdn.net/sunny2038/article/details/12889059

相关文章:

  • 2021-09-22
  • 2021-11-03
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-09-01
猜你喜欢
  • 2021-04-15
  • 2021-05-28
  • 2022-12-23
  • 2021-11-27
  • 2021-11-18
相关资源
相似解决方案