用c++编写的用于矩阵计算的类.docVIP

  • 17
  • 0
  • 约1.53万字
  • 约 18页
  • 2018-01-18 发布于河南
  • 举报
用c编写的用于矩阵计算的类

头文件和代码文件都在这篇文档中 //*************************************h文件 #include iostream//基本输入输出 #include cstring//用于数据转换,从字符串中提取数字 #include cmath//数学函数库 #include cstdlib//用于生成随机 #include ctime //的矩阵 using namespace std; /****************************************************** 以下,定义了矩阵中的数据分布样式 日期:2008-8-4 作者:杨赋庚 ******************************************************/ #define Zero 0 #define One 1 #define Number 2 #define Unit 3 #define Rand 4 /************下面,定义了几种矩阵变换方式*************/ #define All

文档评论(0)

1亿VIP精品文档

相关文档