This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CCS提供了行列,但存下来的结果,用 记事本打开,还是一个长列, 是不是我哪儿操作错误? 比如,我想存 float a[100][50] ,怎么操作?
我的操作STEP如下
1,save meory
2, 选float
3, start address, &a;
4, rows 100, columns 50
right?