给定矩阵的Fins子矩阵 [英] Fins submatrix from Given Matrix

查看:86
本文介绍了给定矩阵的Fins子矩阵的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个矩阵,例如=

I have a One Matrix for example=

int[][] myArray = {  {236, 189, 189,   0},
                     {236,  80, 189, 189},
                     {236,   0, 189,  80},
                     {236, 189, 189,  80}  };




编写程序以找出子矩阵
输出:查找子矩阵





Write a program to find out a submatrix
Output :Find a submatrix


int[][] myArray = {  { 189, 189,   0},
                     {  80, 189, 189},
                     {   0, 189,  80},
                     { 189, 189,  80}  };

推荐答案

http://www.c-sharpcorner.com/Forums/Thread/47561/ [ ^ ]


这篇关于给定矩阵的Fins子矩阵的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆