摘要: 代码例如以下: #include <stdio.h> int factor[3][4] = { {0, 1, 2, 3}, {0, 1}, {0, 1, 2}, }; int lengths[3] = {4, 2, 3}; void recurisionAccess(int factor[3][4] 阅读全文
posted @ 2017-04-17 21:34 cxchanpin 阅读(439) 评论(0) 推荐(0)