?? imyouch.m
字號:
function imyouch(total_cell)
global point0 cell_count0 total_decode mi ni mi1 ni1 mi2 ni2 total_cell
tot=0;temp0=zeros(1,64);
while tot<64
pos=total_cell(point0+1);
val=total_cell(point0+2);
youch=total_cell(point0+3);tot=tot+youch;
temp0(1,pos:tot)=val;
point0=point0+3;
end
temp=reshape(temp0,8,8);
total_decode((16*mi-15+(mi1-1)*8):(16*mi-15+(mi1-1)*8+7),(16*ni-15+(ni1-1)*8):(16*ni-15+(ni1-1)*8+7))=temp;
return
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -