Feeds
已回答
caesar cyphor encryption problem .
%uses the mod function function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = doubl...
caesar cyphor encryption problem .
%uses the mod function function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = doubl...
5 years 前 | 0