Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
|
![]() |
#1 |
高级会员
注册日期: 2019-11-21
帖子: 3,006
声望力: 66 ![]() |
![]()
为什么此算法在Matlab中不起作用,而在C ++中却起作用?
int a[3][4] = { {0, 1, 1, 1} , /* initializers for row indexed by 0 */ {1, 0, 0, 0} , /* initializers for row indexed by 1 */ {0, 0, 0, 1} /* initializers for row indexed by 2 */ }; int x,y; for(int i=0;i |
![]() |
![]() |