上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 164 下一页
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) get_sub_matrix (MatrixID, 0, 0, 2, 3, MatrixSubID) *复制MatrixID的子矩阵 *参数1:原矩阵 * 阅读全文
posted @ 2022-02-15 20:28 天子骄龙 阅读(77) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) Values:=[11,22,33,44,55,66,77,88,110,210,215,225] set_full_matrix (MatrixID, 阅读全文
posted @ 2022-02-15 18:06 天子骄龙 阅读(132) 评论(0) 推荐(0)
摘要: 在QtCreator中 HObject ho_Image; ReadImage(&ho_Image, "D:/bb/tu/ma.jpg"); HTuple hv_WindowHandle; SetWindowAttr("background_color","black"); OpenWindow(0 阅读全文
posted @ 2022-02-15 16:13 天子骄龙 阅读(545) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, 0, MatrixID) get_full_matrix (MatrixID, Values) *返回矩阵的所有元素 *MatrixID 原矩阵句柄 *Values 浮点型数组,逐行保存 在QtCreator中 HTuple hv_Ma 阅读全文
posted @ 2022-02-15 12:00 天子骄龙 阅读(158) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, 0, MatrixID) create_matrix (3, 1, [3,7,1], VectorID) set_diagonal_matrix (MatrixID, VectorID, 0) *设置矩阵的对角线元素 *参数1:原矩阵句 阅读全文
posted @ 2022-02-15 10:19 天子骄龙 阅读(99) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, 0, MatrixID) get_diagonal_matrix (MatrixID, 0, VectorID) *获取对角线元素 *参数1:源矩阵句柄 *参数2:Diagonal对角值 * 如果Diagonal =0,则返回主对角线元 阅读全文
posted @ 2022-02-15 06:38 天子骄龙 阅读(159) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, 0, MatrixID) copy_matrix (MatrixID, MatrixCopyID) *复制矩阵 *参数1:MatrixID 源矩阵句柄 *参数2:复制的矩阵句柄 repeat_matrix (MatrixID, 3, 4 阅读全文
posted @ 2022-02-14 22:54 天子骄龙 阅读(136) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, 0, MatrixID) *创建一个矩阵 *参数1:行 *参数2:列 *参数3:矩阵值,浮点数,整数会自动转换为浮点数 * 如果Value=某个值,整个矩阵都填充为这个值 * Value='identity',生成单位矩阵-->此时行列 阅读全文
posted @ 2022-02-14 18:55 天子骄龙 阅读(725) 评论(0) 推荐(0)
摘要: create_matrix创建一个矩阵 copy_matrix复制矩阵 repeat_matrix重复矩阵 clear_matrix释放矩阵的内存 get_diagonal_matrix获取对角线元素 set_diagonal_matrix设置矩阵的对角线元素 get_full_matrix返回矩阵 阅读全文
posted @ 2022-02-14 18:52 天子骄龙 阅读(255) 评论(0) 推荐(0)
摘要: 在HDevelop中 ma.jpg read_image (Image, 'D:/bb/tu/ma.jpg') rgb1_to_gray(Image,Image1) get_domain (Image1, Domain) *获取图像的区域 *参数1:原图像 *参数2:保存区域 get_region_ 阅读全文
posted @ 2022-02-14 10:23 天子骄龙 阅读(1246) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 164 下一页