Feeds
已回答
caesar cyphor encryption problem .
here you go function [coded]=caesar(a,shift) m=double(a) codedd=m+shift; for i=1:abs(shift) codedd(code...
caesar cyphor encryption problem .
here you go function [coded]=caesar(a,shift) m=double(a) codedd=m+shift; for i=1:abs(shift) codedd(code...
5 years 前 | 0
