摘要: 目录 1、array模板类的定义 (1)array模板类的声明 (2)容器属性 (3)array模板类的说明 (4)array模板类的头文件 2、array模板类的使用 (1)Iterators (2)Capacity (3)Element access (4)Modifiers (5)Compar 阅读全文
posted @ 2020-08-05 09:42 Mr-xxx 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: 函数 Matrix(Index_T r, Index_T c) :m_row(r), m_col(c)//非方阵构造 Matrix(Index_T r, Index_T c, double val ) :m_row(r), m_col(c)// 赋初值val Matrix(Index_T n) :m 阅读全文
posted @ 2020-08-05 09:16 Mr-xxx 阅读(2688) 评论(0) 推荐(0) 编辑