Feeds
답변 있음
caesar cyphor encryption problem .
function coded= caesar(v,s) v=v+s; v(v>126)=rem(v(v>126),95); v(v<32)=127-rem(32-v(v<32),95); coded=char(v);
caesar cyphor encryption problem .
function coded= caesar(v,s) v=v+s; v(v>126)=rem(v(v>126),95); v(v<32)=127-rem(32-v(v<32),95); coded=char(v);
5년 초과 전 | 0
