?? decode16.m
字號(hào):
function decode16(total_val)
global point0 cell_count0 total_decode mi ni mi1 ni1 total_cell total_decode
while point0<point
if total_cell(point0+1)=0
point0=point0+1;
cell_count0=cell_count0+1;
total_decode(mi*16-15:mi*16,ni*16-15:ni*16-15)=total_cell(point0+1);
point0=point0+1;return
end
if total_cell(point0+1)=1
for mi1=1:2
for ni1=1:2
decode8(total_cell);
end
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -