上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 164 下一页
摘要: 在HDevelop中 create_matrix (3, 3, [1,2,3,4,5,6,7,8,9], MatrixID) invert_matrix (MatrixID, 'general', 0, MatrixInvID) *返回逆矩阵 *参数1:原矩阵 *参数4:逆矩阵句柄 在QtCreat 阅读全文
posted @ 2022-02-18 17:16 天子骄龙 阅读(386) 评论(0) 推荐(0)
摘要: 在HDevelop中 open_file('D:/bb/1.txt','output',FileHandle) *打开文件 *参数1:文件名称 *参数2:文件访问类型 * 'input' 已存在的输入文件将以文本格式打开读取,该文件打开以后,将不能再往里面写东西 * 'output' 将打开一个新的 阅读全文
posted @ 2022-02-18 08:41 天子骄龙 阅读(1540) 评论(0) 推荐(0)
摘要: 在HDevelop中 wait_seconds (0.5) *等待0.5秒 在QtCreator中 WaitSeconds(0.5); //等待0.5秒 阅读全文
posted @ 2022-02-17 15:58 天子骄龙 阅读(289) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) sum_matrix (MatrixID,'columns', MatrixSumID) *返回矩阵的元素和 *参数1:原矩阵 *参数2:范数类型 * ' 阅读全文
posted @ 2022-02-17 09:39 天子骄龙 阅读(95) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) norm_matrix (MatrixID, 'infinity-norm', Value1) *求矩阵的范数 *参数1:原矩阵 *参数2:范数类型 * 阅读全文
posted @ 2022-02-17 08:00 天子骄龙 阅读(149) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) min_matrix(MatrixID, 'rows', MatrixMinID) *返回最小值矩阵MatrixMinID *参数1:原矩阵 *参数2:最 阅读全文
posted @ 2022-02-17 07:21 天子骄龙 阅读(139) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) mean_matrix(MatrixID, 'rows', MatrixMeanID) *返回平均值的矩阵 *参数1:原矩阵 *参数2:平均值类型 * ' 阅读全文
posted @ 2022-02-16 15:05 天子骄龙 阅读(130) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) get_size_matrix (MatrixID, Rows, Columns) *返回矩阵的行数Rows和列数Columns max_matrix ( 阅读全文
posted @ 2022-02-16 12:52 天子骄龙 阅读(198) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) value:=[1,-9,6] set_value_matrix(MatrixID,[0,2,1],[1,0,3],value) *设置矩阵的一个或多个元 阅读全文
posted @ 2022-02-16 08:49 天子骄龙 阅读(287) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) get_value_matrix (MatrixID, [0,2,1], [1,0,3], Value) *返回矩阵的一个或多个元素 *参数1:原矩阵 * 阅读全文
posted @ 2022-02-16 08:28 天子骄龙 阅读(237) 评论(0) 推荐(0)
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 164 下一页